Trace number 3750416

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.13 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
MD5SUM604c6b786f56b09c749bc0d6b7c8f76d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94227
Number of constraints which are clauses94227
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
Number of bits of the biggest sum of numbers11
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.24	c run usual solver
0.00/0.54	c model valid
0.00/0.54	c current solution ok
0.00/0.69	o 0
0.00/0.69	c current bound: 636
0.00/0.69	c (debug) using card networks
0.00/0.69	c old isEQ: 124, new EQ is 0
4.47/4.50	c current bound: 954
4.47/4.50	c (debug) using card networks
4.47/4.50	c old isEQ: 186, new EQ is 0
10.37/10.43	c current bound: 1113
10.37/10.43	c (debug) using card networks
10.37/10.43	c old isEQ: 89, new EQ is 0
19.96/20.07	c current bound: 1193
19.96/20.07	c (debug) using card networks
19.96/20.07	c old isEQ: 169, new EQ is 0
31.77/31.82	c current bound: 1233
31.77/31.82	c (debug) using card networks
31.77/31.82	c old isEQ: 209, new EQ is 0
38.77/38.80	c model valid
38.77/38.80	c current solution ok
38.77/38.80	o -40
38.77/38.80	c current bound: 1213
38.77/38.80	c (debug) using card networks
38.77/38.80	c old isEQ: 189, new EQ is 0
50.87/50.95	c current bound: 1223
50.87/50.95	c (debug) using card networks
50.87/50.95	c old isEQ: 199, new EQ is 0
100.55/100.67	c model valid
100.55/100.67	c current solution ok
100.55/100.67	o -49
100.55/100.67	c current bound: 1218
100.55/100.67	c (debug) using card networks
100.55/100.67	c old isEQ: 194, new EQ is 0
113.64/113.77	c current bound: 1221
113.64/113.77	c (debug) using card networks
113.64/113.77	c old isEQ: 197, new EQ is 0
229.25/229.34	c model valid
229.25/229.34	c current solution ok
229.25/229.34	o -51
229.25/229.34	c current bound: 1220
229.25/229.34	c (debug) using card networks
229.25/229.34	c old isEQ: 196, new EQ is 0
1800.09/1800.41	./satsolver.sh: line 5: 11521 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.41	c error: unexpected solver exit code
1800.09/1800.41	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-3750416-1339121121/watcher-3750416-1339121121 -o /tmp/evaluation-result-3750416-1339121121/solver-3750416-1339121121 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750416-1339121121.opb 668697157 HOME HOME 

running on 4 cores: 1,3,5,7

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.01 2.00 3/181 11443
/proc/meminfo: memFree=30703020/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0

[startup+0.0946091 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 11443
/proc/meminfo: memFree=30703020/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100316 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 11443
/proc/meminfo: memFree=30703020/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300291 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 11443
/proc/meminfo: memFree=30703020/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700261 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 11443
/proc/meminfo: memFree=30703020/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 11457
/proc/meminfo: memFree=30607696/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=0.73 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 10375 6990 0 0 39 15 17 2 20 0 1 0 22079180 63410176 15144 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15144 171 442 0 15035 0
[pid=11456] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11456/stat : 11456 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 22079255 9367552 266 33554432000 4194304 5064252 140734206102464 140734206101376 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11456/statm: 2287 266 226 213 0 72 0
[pid=11457] ppid=11456 vsize=34076 CPUtime=0.73 cores=1,3,5,7
/proc/11457/stat : 11457 (glucose) R 11456 11443 8711 0 -1 4202496 7647 0 0 0 73 0 0 0 20 0 1 0 22079255 34893824 7643 33554432000 4194304 5208918 140733759726336 140733759724280 4228930 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11457/statm: 8519 7643 95 248 0 8268 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 114296

[startup+3.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 11457
/proc/meminfo: memFree=30606580/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=0.73 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 10375 6990 0 0 39 15 17 2 20 0 1 0 22079180 63410176 15144 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15144 171 442 0 15035 0
[pid=11456] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11456/stat : 11456 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 22079255 9367552 266 33554432000 4194304 5064252 140734206102464 140734206101376 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11456/statm: 2287 266 226 213 0 72 0
[pid=11457] ppid=11456 vsize=36796 CPUtime=2.34 cores=1,3,5,7
/proc/11457/stat : 11457 (glucose) R 11456 11443 8711 0 -1 4202496 7729 0 0 0 233 1 0 0 20 0 1 0 22079255 37679104 7724 33554432000 4194304 5208918 140733759726336 140733759724488 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11457/statm: 9199 7724 103 248 0 8948 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 117016

[startup+6.30045 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 11464
/proc/meminfo: memFree=30603972/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=4.54 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 11703 17599 0 0 44 16 389 5 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11463] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11463/stat : 11463 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22079635 9367552 267 33554432000 4194304 5064252 140737163553152 140737163552064 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11463/statm: 2287 267 226 213 0 72 0
[pid=11464] ppid=11463 vsize=34240 CPUtime=1.73 cores=1,3,5,7
/proc/11464/stat : 11464 (glucose) R 11463 11443 8711 0 -1 4202496 7801 0 0 0 172 1 0 0 20 0 1 0 22079636 35061760 7686 33554432000 4194304 5208918 140737059175056 140737059172888 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11464/statm: 8560 7686 95 248 0 8309 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 114460

[startup+12.7005 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 11471
/proc/meminfo: memFree=30599644/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=10.46 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 13091 28350 0 0 49 16 973 8 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11470] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11470/stat : 11470 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22080228 9367552 266 33554432000 4194304 5064252 140736805389216 140736805388128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11470/statm: 2287 266 226 213 0 72 0
[pid=11471] ppid=11470 vsize=37644 CPUtime=2.2 cores=1,3,5,7
/proc/11471/stat : 11471 (glucose) R 11470 11443 8711 0 -1 4202496 8201 0 0 0 219 1 0 0 20 0 1 0 22080229 38547456 8151 33554432000 4194304 5208918 140736101323536 140736101321368 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11471/statm: 9411 8151 95 248 0 9160 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 117864

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 11478
/proc/meminfo: memFree=30592320/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=20.11 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 14479 40187 0 0 55 17 1928 11 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11477] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11477/stat : 11477 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22081193 9367552 267 33554432000 4194304 5064252 140735558170960 140735558169872 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11477/statm: 2287 267 226 213 0 72 0
[pid=11478] ppid=11477 vsize=37608 CPUtime=5.35 cores=1,3,5,7
/proc/11478/stat : 11478 (glucose) R 11477 11443 8711 0 -1 4202496 8197 0 0 0 533 2 0 0 20 0 1 0 22081193 38510592 8239 33554432000 4194304 5208918 140733356630672 140733356628504 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11478/statm: 9402 8239 95 248 0 9151 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 117828

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 11492
/proc/meminfo: memFree=30608552/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=50.98 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 18673 77382 0 0 80 19 4969 30 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 71072

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11506
/proc/meminfo: memFree=30611268/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=100.69 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 20091 93157 0 0 95 20 9912 42 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11505] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11505/stat : 11505 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22089253 9367552 267 33554432000 4194304 5064252 140735936463216 140735936462128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11505/statm: 2287 267 226 213 0 72 0
[pid=11506] ppid=11505 vsize=37592 CPUtime=1.56 cores=1,3,5,7
/proc/11506/stat : 11506 (glucose) R 11505 11443 8711 0 -1 4202496 8058 0 0 0 155 1 0 0 20 0 1 0 22089254 38494208 8146 33554432000 4194304 5208918 140733200293984 140733200291816 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11506/statm: 9398 8146 95 248 0 9147 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 117812

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11513
/proc/meminfo: memFree=30556596/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=113.8 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 21479 106335 0 0 100 21 11213 46 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11512] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11512/stat : 11512 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 22090563 9367552 267 33554432000 4194304 5064252 140737095558944 140737095557856 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11512/statm: 2287 267 226 213 0 72 0
[pid=11513] ppid=11512 vsize=64612 CPUtime=48.44 cores=1,3,5,7
/proc/11513/stat : 11513 (glucose) R 11512 11443 8711 0 -1 4202496 13172 0 0 0 4840 4 0 0 20 0 1 0 22090564 66162688 15556 33554432000 4194304 5208918 140735582647504 140735582643816 4229062 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11513/statm: 16153 15556 105 248 0 15902 0
Current children cumulated CPU time (s) 162.24

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11687
/proc/meminfo: memFree=30799312/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=229.35 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 22897 126124 0 0 115 22 22737 61 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11520] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11520/stat : 11520 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22102120 9367552 267 33554432000 4194304 5064252 140736465680880 140736465679792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11520/statm: 2287 267 226 213 0 72 0
[pid=11521] ppid=11520 vsize=164396 CPUtime=1132.7 cores=1,3,5,7
/proc/11521/stat : 11521 (glucose) R 11520 11443 8711 0 -1 4202496 21703 0 0 0 113241 29 0 0 20 0 1 0 22102120 168341504 39183 33554432000 4194304 5208918 140734805975280 140734805973272 4229338 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 41099 39183 105 248 0 40848 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 244616

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11688
/proc/meminfo: memFree=30807428/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=229.35 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 22897 126124 0 0 115 22 22737 61 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11520] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11520/stat : 11520 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22102120 9367552 267 33554432000 4194304 5064252 140736465680880 140736465679792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11520/statm: 2287 267 226 213 0 72 0
[pid=11521] ppid=11520 vsize=115076 CPUtime=1192.7 cores=1,3,5,7
/proc/11521/stat : 11521 (glucose) R 11520 11443 8711 0 -1 4202496 22969 0 0 0 119237 33 0 0 20 0 1 0 22102120 117837824 28372 33554432000 4194304 5208918 140734805975280 140734805973368 4213121 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 28769 28372 105 248 0 28518 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 195296

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 11691
/proc/meminfo: memFree=30805008/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=229.35 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 22897 126124 0 0 115 22 22737 61 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11520] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11520/stat : 11520 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22102120 9367552 267 33554432000 4194304 5064252 140736465680880 140736465679792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11520/statm: 2287 267 226 213 0 72 0
[pid=11521] ppid=11520 vsize=164396 CPUtime=1252.69 cores=1,3,5,7
/proc/11521/stat : 11521 (glucose) R 11520 11443 8711 0 -1 4202496 23725 0 0 0 125234 35 0 0 20 0 1 0 22102120 168341504 37647 33554432000 4194304 5208918 140734805975280 140734805973272 4212508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 41099 37647 105 248 0 40848 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 244616

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11691
/proc/meminfo: memFree=30796632/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=229.35 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 22897 126124 0 0 115 22 22737 61 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11520] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11520/stat : 11520 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22102120 9367552 267 33554432000 4194304 5064252 140736465680880 140736465679792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11520/statm: 2287 267 226 213 0 72 0
[pid=11521] ppid=11520 vsize=115076 CPUtime=1312.68 cores=1,3,5,7
/proc/11521/stat : 11521 (glucose) R 11520 11443 8711 0 -1 4202496 24874 0 0 0 131231 37 0 0 20 0 1 0 22102120 117837824 28372 33554432000 4194304 5208918 140734805975280 140734805973368 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 28769 28372 105 248 0 28518 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 195296

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11691
/proc/meminfo: memFree=30746956/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=229.35 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 22897 126124 0 0 115 22 22737 61 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11520] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11520/stat : 11520 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22102120 9367552 267 33554432000 4194304 5064252 140736465680880 140736465679792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11520/statm: 2287 267 226 213 0 72 0
[pid=11521] ppid=11520 vsize=164396 CPUtime=1372.67 cores=1,3,5,7
/proc/11521/stat : 11521 (glucose) R 11520 11443 8711 0 -1 4202496 25627 0 0 0 137227 40 0 0 20 0 1 0 22102120 168341504 39183 33554432000 4194304 5208918 140734805975280 140734805973272 4229403 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 41099 39183 105 248 0 40848 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 244616

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11691
/proc/meminfo: memFree=30841536/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=229.35 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 22897 126124 0 0 115 22 22737 61 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11520] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11520/stat : 11520 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22102120 9367552 267 33554432000 4194304 5064252 140736465680880 140736465679792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11520/statm: 2287 267 226 213 0 72 0
[pid=11521] ppid=11520 vsize=115076 CPUtime=1432.65 cores=1,3,5,7
/proc/11521/stat : 11521 (glucose) R 11520 11443 8711 0 -1 4202496 26904 0 0 0 143223 42 0 0 20 0 1 0 22102120 117837824 28372 33554432000 4194304 5208918 140734805975280 140734805973432 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 28769 28372 105 248 0 28518 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 195296

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11692
/proc/meminfo: memFree=30806752/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=229.35 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 22897 126124 0 0 115 22 22737 61 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11520] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11520/stat : 11520 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22102120 9367552 267 33554432000 4194304 5064252 140736465680880 140736465679792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11520/statm: 2287 267 226 213 0 72 0
[pid=11521] ppid=11520 vsize=116260 CPUtime=1492.65 cores=1,3,5,7
/proc/11521/stat : 11521 (glucose) R 11520 11443 8711 0 -1 4202496 27586 0 0 0 149221 44 0 0 20 0 1 0 22102120 119050240 28373 33554432000 4194304 5208918 140734805975280 140734805973368 4229471 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 29065 28373 105 248 0 28814 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 196480

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11692
/proc/meminfo: memFree=30766012/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=229.35 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 22897 126124 0 0 115 22 22737 61 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11520] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11520/stat : 11520 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22102120 9367552 267 33554432000 4194304 5064252 140736465680880 140736465679792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11520/statm: 2287 267 226 213 0 72 0
[pid=11521] ppid=11520 vsize=166324 CPUtime=1552.64 cores=1,3,5,7
/proc/11521/stat : 11521 (glucose) R 11520 11443 8711 0 -1 4202496 28793 0 0 0 155217 47 0 0 20 0 1 0 22102120 170315776 38604 33554432000 4194304 5208918 140734805975280 140734805973272 4229717 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 41581 38604 105 248 0 41330 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 246544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 11692
/proc/meminfo: memFree=30784064/32873844 swapFree=7108/7108
[pid=11443] ppid=11441 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11443/stat : 11443 (npSolver-pbo.sh) S 11441 11443 8711 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 22079180 9367552 274 33554432000 4194304 5064252 140734544120528 140734544119440 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11443/statm: 2287 274 233 213 0 72 0
[pid=11444] ppid=11443 vsize=61924 CPUtime=229.35 cores=1,3,5,7
/proc/11444/stat : 11444 (npSolver-pbo) S 11443 11443 8711 0 -1 4202496 22897 126124 0 0 115 22 22737 61 20 0 1 0 22079180 63410176 15145 33554432000 4194304 6004724 140734266958400 140734266950752 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11444/statm: 15481 15145 172 442 0 15035 0
[pid=11520] ppid=11444 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11520/stat : 11520 (satsolver.sh) S 11444 11443 8711 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 22102120 9367552 267 33554432000 4194304 5064252 140736465680880 140736465679792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11520/statm: 2287 267 226 213 0 72 0
[pid=11521] ppid=11520 vsize=197144 CPUtime=1570.74 cores=1,3,5,7
/proc/11521/stat : 11521 (glucose) R 11520 11443 8711 0 -1 4202496 29395 0 0 0 157026 48 0 0 20 0 1 0 22102120 201875456 42255 33554432000 4194304 5208918 140734805975280 140734805973432 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11521/statm: 49286 42255 105 248 0 49035 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 277364

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.42
CPU time (s): 1800.13
CPU user time (s): 1798.79
CPU system time (s): 1.3328
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 277364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.3328
maximum resident set size= 174572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 93696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 755
involuntary context switches= 2095

runsolver used 7.26989 second user time and 18.8491 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-08 04:05:21
IDJOB=3750416
IDBENCH=2259
IDSOLVER=2334
FILE ID=node134/3750416-1339121121
RUNJOBID= node134-1339112625-10156
PBS_JOBID= 14643719
Free space on /tmp= 70944 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750416-1339121121/watcher-3750416-1339121121 -o /tmp/evaluation-result-3750416-1339121121/solver-3750416-1339121121 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750416-1339121121.opb 668697157 HOME HOME

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

MD5SUM BENCH= 604c6b786f56b09c749bc0d6b7c8f76d
RANDOM SEED=668697157

node134.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		: 2667.091
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	: 5334.18
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.56
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		: 2667.091
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	: 5332.56
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		: 2667.091
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30703268 kB
Buffers:          204560 kB
Cached:           824248 kB
SwapCached:            0 kB
Active:           683220 kB
Inactive:         707512 kB
Active(anon):     364368 kB
Inactive(anon):        0 kB
Active(file):     318852 kB
Inactive(file):   707512 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10584 kB
Writeback:             0 kB
AnonPages:        370940 kB
Mapped:            15588 kB
Shmem:               212 kB
Slab:             636360 kB
SReclaimable:      78644 kB
SUnreclaim:       557716 kB
KernelStack:        1496 kB
PageTables:         4956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     549324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70988 MiB
End job on node134 at 2012-06-08 04:35:22