Trace number 3750707

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.09 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.newlist/normalized-randc7f8e5.cudf.paranoid.opb
MD5SUM6a41ff06797480ccf0516b3ef32f0a0b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9465
Best CPU time to get the best result obtained on this benchmark0.288955
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5599
Total number of constraints25155
Number of constraints which are clauses24873
Number of constraints which are cardinality constraints (but not clauses)282
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2082
Biggest coefficient in the objective function 1533
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 846214
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1533
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 846214
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c run usual solver
0.00/0.26	c model valid
0.00/0.26	c current solution ok
0.00/0.29	o 20212
0.00/0.29	c current bound: 10106
0.00/0.29	c fallback to adder encoding
144.25/144.31	c model valid
144.25/144.31	c current solution ok
144.25/144.32	o 9954
144.25/144.32	c current bound: 4977
144.25/144.32	c fallback to adder encoding
148.36/148.41	c current bound: 7466
148.36/148.41	c fallback to adder encoding
154.53/154.69	c current bound: 8710
154.53/154.69	c fallback to adder encoding
290.72/290.88	c current bound: 9332
290.72/290.88	c fallback to adder encoding
368.11/368.26	c current bound: 9643
368.11/368.26	c fallback to adder encoding
434.01/434.24	c model valid
434.01/434.24	c current solution ok
434.01/434.25	o 9643
434.01/434.25	c current bound: 9488
434.01/434.25	c fallback to adder encoding
557.49/557.62	c model valid
557.49/557.62	c current solution ok
557.49/557.63	o 9488
557.49/557.63	c current bound: 9410
557.49/557.63	c fallback to adder encoding
648.86/649.02	c current bound: 9449
648.86/649.02	c fallback to adder encoding
818.23/818.42	c current bound: 9469
818.23/818.42	c fallback to adder encoding
1017.90/1018.24	c model valid
1017.90/1018.24	c current solution ok
1017.90/1018.25	o 9469
1017.90/1018.25	c current bound: 9459
1017.90/1018.25	c fallback to adder encoding
1146.98/1147.24	c current bound: 9464
1146.98/1147.24	c fallback to adder encoding
1556.40/1556.78	c current bound: 9467
1556.40/1556.78	c fallback to adder encoding
1738.33/1738.79	c model valid
1738.33/1738.79	c current solution ok
1738.47/1738.80	o 9467
1738.47/1738.80	c current bound: 9466
1738.47/1738.80	c fallback to adder encoding
1800.05/1800.40	./satsolver.sh: line 5:  3277 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.40	c error: unexpected solver exit code
1800.05/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3750707-1339160030/watcher-3750707-1339160030 -o /tmp/evaluation-result-3750707-1339160030/solver-3750707-1339160030 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750707-1339160030.opb 1407905385 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.07 2.49 2/179 3082
/proc/meminfo: memFree=20623392/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0

[startup+0.0812929 s]
/proc/loadavg: 2.00 2.07 2.49 2/179 3082
/proc/meminfo: memFree=20623392/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100223 s]
/proc/loadavg: 2.00 2.07 2.49 2/179 3082
/proc/meminfo: memFree=20623392/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300125 s]
/proc/loadavg: 2.00 2.07 2.49 2/179 3082
/proc/meminfo: memFree=20623392/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700277 s]
/proc/loadavg: 2.00 2.07 2.49 2/179 3082
/proc/meminfo: memFree=20623392/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.07 2.49 3/183 3096
/proc/meminfo: memFree=20546972/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=0.44 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 7576 6766 0 0 27 5 11 1 20 0 1 0 382130357 44818432 8985 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 8985 175 442 0 10496 0
[pid=3095] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3095/stat : 3095 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382130403 9367552 267 33554432000 4194304 5064252 140733796972336 140733796971248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3095/statm: 2287 267 226 213 0 72 0
[pid=3096] ppid=3095 vsize=33496 CPUtime=1.03 cores=0,2,4,6
/proc/3096/stat : 3096 (glucose) R 3095 3082 30446 0 -1 4202496 7055 0 0 0 102 1 0 0 20 0 1 0 382130404 34299904 7087 33554432000 4194304 5208918 140735628777568 140735628775672 4211075 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3096/statm: 8374 7087 104 248 0 8123 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 95560

[startup+3.10035 s]
/proc/loadavg: 2.00 2.07 2.49 3/183 3096
/proc/meminfo: memFree=20546344/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=0.44 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 7576 6766 0 0 27 5 11 1 20 0 1 0 382130357 44818432 8985 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 8985 175 442 0 10496 0
[pid=3095] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3095/stat : 3095 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382130403 9367552 267 33554432000 4194304 5064252 140733796972336 140733796971248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3095/statm: 2287 267 226 213 0 72 0
[pid=3096] ppid=3095 vsize=34264 CPUtime=2.63 cores=0,2,4,6
/proc/3096/stat : 3096 (glucose) R 3095 3082 30446 0 -1 4202496 7296 0 0 0 262 1 0 0 20 0 1 0 382130404 35086336 7328 33554432000 4194304 5208918 140735628777568 140735628775400 4229244 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3096/statm: 8566 7328 105 248 0 8315 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 96328

[startup+6.30038 s]
/proc/loadavg: 2.00 2.07 2.49 3/183 3096
/proc/meminfo: memFree=20543720/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=0.44 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 7576 6766 0 0 27 5 11 1 20 0 1 0 382130357 44818432 8985 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 8985 175 442 0 10496 0
[pid=3095] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3095/stat : 3095 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382130403 9367552 267 33554432000 4194304 5064252 140733796972336 140733796971248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3095/statm: 2287 267 226 213 0 72 0
[pid=3096] ppid=3095 vsize=39712 CPUtime=5.83 cores=0,2,4,6
/proc/3096/stat : 3096 (glucose) R 3095 3082 30446 0 -1 4202496 7645 0 0 0 582 1 0 0 20 0 1 0 382130404 40665088 7665 33554432000 4194304 5208918 140735628777568 140735628775720 4205539 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3096/statm: 9928 7665 105 248 0 9677 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 101776

[startup+12.7004 s]
/proc/loadavg: 2.00 2.07 2.48 3/183 3096
/proc/meminfo: memFree=20529728/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=0.44 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 7576 6766 0 0 27 5 11 1 20 0 1 0 382130357 44818432 8985 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 8985 175 442 0 10496 0
[pid=3095] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3095/stat : 3095 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382130403 9367552 267 33554432000 4194304 5064252 140733796972336 140733796971248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3095/statm: 2287 267 226 213 0 72 0
[pid=3096] ppid=3095 vsize=47792 CPUtime=12.22 cores=0,2,4,6
/proc/3096/stat : 3096 (glucose) R 3095 3082 30446 0 -1 4202496 9388 0 0 0 1221 1 0 0 20 0 1 0 382130404 48939008 10334 33554432000 4194304 5208918 140735628777568 140735628773944 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3096/statm: 11948 10334 105 248 0 11697 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 109856

[startup+25.5004 s]
/proc/loadavg: 2.00 2.07 2.47 3/183 3096
/proc/meminfo: memFree=20507156/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=0.44 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 7576 6766 0 0 27 5 11 1 20 0 1 0 382130357 44818432 8985 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 8985 175 442 0 10496 0
[pid=3095] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3095/stat : 3095 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382130403 9367552 267 33554432000 4194304 5064252 140733796972336 140733796971248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3095/statm: 2287 267 226 213 0 72 0
[pid=3096] ppid=3095 vsize=66156 CPUtime=25.02 cores=0,2,4,6
/proc/3096/stat : 3096 (glucose) R 3095 3082 30446 0 -1 4202496 10465 0 0 0 2500 2 0 0 20 0 1 0 382130404 67743744 14880 33554432000 4194304 5208918 140735628777568 140735628775432 4229580 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3096/statm: 16539 14880 105 248 0 16288 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 128220

[startup+51.1004 s]
/proc/loadavg: 2.00 2.06 2.46 3/183 3096
/proc/meminfo: memFree=20500184/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=0.44 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 7576 6766 0 0 27 5 11 1 20 0 1 0 382130357 44818432 8985 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 8985 175 442 0 10496 0
[pid=3095] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3095/stat : 3095 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382130403 9367552 267 33554432000 4194304 5064252 140733796972336 140733796971248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3095/statm: 2287 267 226 213 0 72 0
[pid=3096] ppid=3095 vsize=66156 CPUtime=50.61 cores=0,2,4,6
/proc/3096/stat : 3096 (glucose) R 3095 3082 30446 0 -1 4202496 12830 0 0 0 5059 2 0 0 20 0 1 0 382130404 67743744 14795 33554432000 4194304 5208918 140735628777568 140735628773880 4229565 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3096/statm: 16539 14795 105 248 0 16288 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 128220

[startup+102.307 s]
/proc/loadavg: 2.00 2.05 2.43 3/183 3096
/proc/meminfo: memFree=20481368/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=0.44 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 7576 6766 0 0 27 5 11 1 20 0 1 0 382130357 44818432 8985 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 8985 175 442 0 10496 0
[pid=3095] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3095/stat : 3095 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382130403 9367552 267 33554432000 4194304 5064252 140733796972336 140733796971248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3095/statm: 2287 267 226 213 0 72 0
[pid=3096] ppid=3095 vsize=74496 CPUtime=101.82 cores=0,2,4,6
/proc/3096/stat : 3096 (glucose) R 3095 3082 30446 0 -1 4202496 13978 0 0 0 10179 3 0 0 20 0 1 0 382130404 76283904 17006 33554432000 4194304 5208918 140735628777568 140735628773944 4213154 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3096/statm: 18624 17006 105 248 0 18373 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 136560

[startup+162.3 s]
/proc/loadavg: 2.00 2.04 2.40 3/183 3117
/proc/meminfo: memFree=20504116/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=154.82 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 15448 44930 0 0 75 10 15382 15 20 0 1 0 382130357 44818432 9284 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 9284 176 442 0 10496 0
[pid=3116] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6

################
# More data... #
################


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 3258
/proc/meminfo: memFree=30841256/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=1147.19 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 36614 169898 0 0 210 22 114419 68 20 0 1 0 382130357 44818432 9284 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 9284 176 442 0 10496 0
[pid=3257] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3257/stat : 3257 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382245099 9367552 266 33554432000 4194304 5064252 140737176329328 140737176328240 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3257/statm: 2287 266 226 213 0 72 0
[pid=3258] ppid=3257 vsize=103644 CPUtime=214.84 cores=0,2,4,6
/proc/3258/stat : 3258 (glucose) R 3257 3082 30446 0 -1 4202496 13001 0 0 0 21478 6 0 0 20 0 1 0 382245099 106131456 24792 33554432000 4194304 5208918 140737287460000 140737287456376 4211558 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3258/statm: 25911 24792 105 248 0 25660 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 165708

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.08 3/183 3259
/proc/meminfo: memFree=30855624/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=1147.19 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 36614 169898 0 0 210 22 114419 68 20 0 1 0 382130357 44818432 9284 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 9284 176 442 0 10496 0
[pid=3257] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3257/stat : 3257 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382245099 9367552 266 33554432000 4194304 5064252 140737176329328 140737176328240 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3257/statm: 2287 266 226 213 0 72 0
[pid=3258] ppid=3257 vsize=103644 CPUtime=274.83 cores=0,2,4,6
/proc/3258/stat : 3258 (glucose) R 3257 3082 30446 0 -1 4202496 13494 0 0 0 27477 6 0 0 20 0 1 0 382245099 106131456 24793 33554432000 4194304 5208918 140737287460000 140737287456376 4228975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3258/statm: 25911 24793 105 248 0 25660 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 165708

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/183 3259
/proc/meminfo: memFree=30834736/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=1147.19 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 36614 169898 0 0 210 22 114419 68 20 0 1 0 382130357 44818432 9284 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 9284 176 442 0 10496 0
[pid=3257] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3257/stat : 3257 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382245099 9367552 266 33554432000 4194304 5064252 140737176329328 140737176328240 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3257/statm: 2287 266 226 213 0 72 0
[pid=3258] ppid=3257 vsize=103644 CPUtime=334.82 cores=0,2,4,6
/proc/3258/stat : 3258 (glucose) R 3257 3082 30446 0 -1 4202496 13991 0 0 0 33475 7 0 0 20 0 1 0 382245099 106131456 24796 33554432000 4194304 5208918 140737287460000 140737287458088 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3258/statm: 25911 24796 105 248 0 25660 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 165708

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 3259
/proc/meminfo: memFree=30804916/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=1147.19 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 36614 169898 0 0 210 22 114419 68 20 0 1 0 382130357 44818432 9284 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 9284 176 442 0 10496 0
[pid=3257] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3257/stat : 3257 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 382245099 9367552 266 33554432000 4194304 5064252 140737176329328 140737176328240 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3257/statm: 2287 266 226 213 0 72 0
[pid=3258] ppid=3257 vsize=152964 CPUtime=394.81 cores=0,2,4,6
/proc/3258/stat : 3258 (glucose) R 3257 3082 30446 0 -1 4202496 14485 0 0 0 39473 8 0 0 20 0 1 0 382245099 156635136 36532 33554432000 4194304 5208918 140737287460000 140737287456312 4211501 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3258/statm: 38241 36532 105 248 0 37990 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 215028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/184 3269
/proc/meminfo: memFree=30872536/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=1556.66 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 39247 188010 0 0 226 23 155338 79 20 0 1 0 382130357 44818432 9284 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 9284 176 442 0 10496 0
[pid=3265] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3265/stat : 3265 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382286052 9367552 266 33554432000 4194304 5064252 140734425967376 140734425966288 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3265/statm: 2287 266 226 213 0 72 0
[pid=3266] ppid=3265 vsize=66212 CPUtime=45.32 cores=0,2,4,6
/proc/3266/stat : 3266 (glucose) R 3265 3082 30446 0 -1 4202496 11232 0 0 0 4530 2 0 0 20 0 1 0 382286053 67801088 15522 33554432000 4194304 5208918 140736735421136 140736735417512 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3266/statm: 16553 15522 105 248 0 16302 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 128276

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/183 3269
/proc/meminfo: memFree=30894232/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=1556.66 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 39247 188010 0 0 226 23 155338 79 20 0 1 0 382130357 44818432 9284 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 9284 176 442 0 10496 0
[pid=3265] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3265/stat : 3265 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382286052 9367552 266 33554432000 4194304 5064252 140734425967376 140734425966288 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3265/statm: 2287 266 226 213 0 72 0
[pid=3266] ppid=3265 vsize=67472 CPUtime=105.32 cores=0,2,4,6
/proc/3266/stat : 3266 (glucose) R 3265 3082 30446 0 -1 4202496 12332 0 0 0 10529 3 0 0 20 0 1 0 382286053 69091328 13206 33554432000 4194304 5208918 140736735421136 140736735417512 4211668 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3266/statm: 16868 13206 105 248 0 16617 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 129536

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 3270
/proc/meminfo: memFree=30845720/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=1556.66 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 39247 188010 0 0 226 23 155338 79 20 0 1 0 382130357 44818432 9284 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 9284 176 442 0 10496 0
[pid=3265] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3265/stat : 3265 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382286052 9367552 266 33554432000 4194304 5064252 140734425967376 140734425966288 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3265/statm: 2287 266 226 213 0 72 0
[pid=3266] ppid=3265 vsize=86980 CPUtime=165.31 cores=0,2,4,6
/proc/3266/stat : 3266 (glucose) R 3265 3082 30446 0 -1 4202496 13212 0 0 0 16527 4 0 0 20 0 1 0 382286053 89067520 20669 33554432000 4194304 5208918 140736735421136 140736735417512 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3266/statm: 21745 20669 105 248 0 21494 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 149044

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 3277
/proc/meminfo: memFree=30878148/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=1738.64 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 41914 205361 0 0 245 25 173505 89 20 0 1 0 382130357 44818432 9284 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 9284 176 442 0 10496 0
[pid=3276] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3276/stat : 3276 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382304254 9367552 267 33554432000 4194304 5064252 140735763565168 140735763564080 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3276/statm: 2287 267 226 213 0 72 0
[pid=3277] ppid=3276 vsize=66724 CPUtime=43.3 cores=0,2,4,6
/proc/3277/stat : 3277 (glucose) R 3276 3082 30446 0 -1 4202496 9837 0 0 0 4328 2 0 0 20 0 1 0 382304255 68325376 15619 33554432000 4194304 5208918 140736637681808 140736637678184 4211572 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3277/statm: 16681 15619 105 248 0 16430 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 128788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 3277
/proc/meminfo: memFree=30868908/32873648 swapFree=7124/7124
[pid=3082] ppid=3080 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3082/stat : 3082 (npSolver-pbo.sh) S 3080 3082 30446 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382130357 9367552 275 33554432000 4194304 5064252 140736887630464 140736887629376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3082/statm: 2287 275 233 213 0 72 0
[pid=3083] ppid=3082 vsize=43768 CPUtime=1738.64 cores=0,2,4,6
/proc/3083/stat : 3083 (npSolver-pbo) S 3082 3082 30446 0 -1 4202496 41914 205361 0 0 245 25 173505 89 20 0 1 0 382130357 44818432 9284 33554432000 4194304 6004724 140733418250096 140733418242448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3083/statm: 10942 9284 176 442 0 10496 0
[pid=3276] ppid=3083 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3276/stat : 3276 (satsolver.sh) S 3083 3082 30446 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 382304254 9367552 267 33554432000 4194304 5064252 140735763565168 140735763564080 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3276/statm: 2287 267 226 213 0 72 0
[pid=3277] ppid=3276 vsize=67804 CPUtime=61.41 cores=0,2,4,6
/proc/3277/stat : 3277 (glucose) R 3276 3082 30446 0 -1 4202496 10121 0 0 0 6138 3 0 0 20 0 1 0 382304255 69431296 15889 33554432000 4194304 5208918 140736637681808 140736637678184 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3277/statm: 16951 15889 105 248 0 16700 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 129868

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1798.9
CPU system time (s): 1.18482
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 245848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.18482
maximum resident set size= 152544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 269568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 975
involuntary context switches= 2212

runsolver used 2.74858 second user time and 7.09892 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-08 14:53:50
IDJOB=3750707
IDBENCH=72113
IDSOLVER=2334
FILE ID=node114/3750707-1339160030
RUNJOBID= node114-1339158202-2472
PBS_JOBID= 14643776
Free space on /tmp= 67916 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.newlist/normalized-randc7f8e5.cudf.paranoid.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750707-1339160030/watcher-3750707-1339160030 -o /tmp/evaluation-result-3750707-1339160030/solver-3750707-1339160030 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750707-1339160030.opb 1407905385 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6a41ff06797480ccf0516b3ef32f0a0b
RANDOM SEED=1407905385

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        20623740 kB
Buffers:          429176 kB
Cached:          2737092 kB
SwapCached:         2512 kB
Active:         11073608 kB
Inactive:         169584 kB
Active(anon):    8074932 kB
Inactive(anon):     4520 kB
Active(file):    2998676 kB
Inactive(file):   165064 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099244 kB
Dirty:              9360 kB
Writeback:             0 kB
AnonPages:       8135392 kB
Mapped:             9940 kB
Shmem:                 0 kB
Slab:             853492 kB
SReclaimable:     297480 kB
SUnreclaim:       556012 kB
KernelStack:        1520 kB
PageTables:        20120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   11119592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3338240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70264 MiB
End job on node114 at 2012-06-08 15:23:50