Trace number 3750417

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.1 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-4.opb
MD5SUM1a88750537364c45876077f809191628
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1800.06
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 constraints94308
Number of constraints which are clauses94308
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.53	c model valid
0.00/0.53	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
3.66/3.70	c current bound: 954
3.66/3.70	c (debug) using card networks
3.66/3.70	c old isEQ: 186, new EQ is 0
8.57/8.65	c current bound: 1113
8.57/8.65	c (debug) using card networks
8.57/8.65	c old isEQ: 89, new EQ is 0
16.27/16.38	c current bound: 1193
16.27/16.38	c (debug) using card networks
16.27/16.38	c old isEQ: 169, new EQ is 0
25.76/25.83	c current bound: 1233
25.76/25.83	c (debug) using card networks
25.76/25.83	c old isEQ: 209, new EQ is 0
34.47/34.55	c model valid
34.47/34.55	c current solution ok
34.47/34.56	o -40
34.47/34.56	c current bound: 1213
34.47/34.56	c (debug) using card networks
34.47/34.56	c old isEQ: 189, new EQ is 0
45.75/45.89	c current bound: 1223
45.75/45.89	c (debug) using card networks
45.75/45.89	c old isEQ: 199, new EQ is 0
107.55/107.62	c model valid
107.55/107.62	c current solution ok
107.55/107.62	o -49
107.55/107.62	c current bound: 1218
107.55/107.62	c (debug) using card networks
107.55/107.62	c old isEQ: 194, new EQ is 0
118.34/118.49	c current bound: 1221
118.34/118.49	c (debug) using card networks
118.34/118.49	c old isEQ: 197, new EQ is 0
1440.63/1440.92	c model valid
1440.63/1440.92	c current solution ok
1440.63/1440.92	o -51
1440.63/1440.92	c current bound: 1220
1440.63/1440.92	c (debug) using card networks
1440.63/1440.92	c old isEQ: 196, new EQ is 0
1800.06/1800.40	./satsolver.sh: line 5: 27512 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.41	c error: unexpected solver exit code
1800.06/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-3750417-1339120711/watcher-3750417-1339120711 -o /tmp/evaluation-result-3750417-1339120711/solver-3750417-1339120711 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750417-1339120711.opb 1460460432 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.00 2.00 3/179 27398
/proc/meminfo: memFree=28861548/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0

[startup+0.036706 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27398
/proc/meminfo: memFree=28861548/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100312 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27398
/proc/meminfo: memFree=28861548/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27398
/proc/meminfo: memFree=28861548/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700125 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27398
/proc/meminfo: memFree=28861548/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27412
/proc/meminfo: memFree=28766312/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=0.72 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 11044 7269 0 0 39 15 17 1 20 0 1 0 378198473 63442944 15151 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27399/statm: 15489 15151 171 442 0 15043 0
[pid=27411] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27411/stat : 27411 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378198548 9367552 266 33554432000 4194304 5064252 140733250396864 140733250395776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27411/statm: 2287 266 226 213 0 72 0
[pid=27412] ppid=27411 vsize=34080 CPUtime=0.73 cores=0,2,4,6
/proc/27412/stat : 27412 (glucose) R 27411 27398 24192 0 -1 4202496 7767 0 0 0 72 1 0 0 20 0 1 0 378198548 34897920 7660 33554432000 4194304 5208918 140733800822880 140733800820712 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27412/statm: 8520 7660 95 248 0 8269 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 114332

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27412
/proc/meminfo: memFree=28765940/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=0.72 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 11044 7269 0 0 39 15 17 1 20 0 1 0 378198473 63442944 15151 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27399/statm: 15489 15151 171 442 0 15043 0
[pid=27411] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27411/stat : 27411 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378198548 9367552 266 33554432000 4194304 5064252 140733250396864 140733250395776 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27411/statm: 2287 266 226 213 0 72 0
[pid=27412] ppid=27411 vsize=36800 CPUtime=2.33 cores=0,2,4,6
/proc/27412/stat : 27412 (glucose) R 27411 27398 24192 0 -1 4202496 7863 0 0 0 232 1 0 0 20 0 1 0 378198548 37683200 7754 33554432000 4194304 5208918 140733800822880 140733800821032 4205220 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27412/statm: 9200 7754 103 248 0 8949 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 117052

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27419
/proc/meminfo: memFree=28765112/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=3.74 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 12640 18497 0 0 45 16 308 5 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27418] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27418/stat : 27418 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378198849 9367552 267 33554432000 4194304 5064252 140733628700304 140733628699216 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27418/statm: 2287 267 226 213 0 72 0
[pid=27419] ppid=27418 vsize=37044 CPUtime=2.53 cores=0,2,4,6
/proc/27419/stat : 27419 (glucose) R 27418 27398 24192 0 -1 4202496 6968 0 0 0 251 2 0 0 20 0 1 0 378198849 37933056 7754 33554432000 4194304 5208918 140733251185184 140733251183336 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27419/statm: 9261 7754 101 248 0 9010 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 117296

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27426
/proc/meminfo: memFree=28763008/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=8.7 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 14296 28948 0 0 51 17 794 8 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27425] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27425/stat : 27425 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378199344 9367552 266 33554432000 4194304 5064252 140734208502496 140734208501408 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27425/statm: 2287 266 226 213 0 72 0
[pid=27426] ppid=27425 vsize=37724 CPUtime=3.97 cores=0,2,4,6
/proc/27426/stat : 27426 (glucose) R 27425 27398 24192 0 -1 4202496 7483 0 0 0 396 1 0 0 20 0 1 0 378199345 38629376 8237 33554432000 4194304 5208918 140734810348656 140734810346488 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27426/statm: 9431 8237 95 248 0 9180 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 117976

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27433
/proc/meminfo: memFree=28761516/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=16.42 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 15952 39983 0 0 56 17 1558 11 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27432] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27432/stat : 27432 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378200117 9367552 267 33554432000 4194304 5064252 140735601739536 140735601738448 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27432/statm: 2287 267 226 213 0 72 0
[pid=27433] ppid=27432 vsize=38060 CPUtime=9.04 cores=0,2,4,6
/proc/27433/stat : 27433 (glucose) R 27432 27398 24192 0 -1 4202496 9273 0 0 0 903 1 0 0 20 0 1 0 378200118 38973440 8321 33554432000 4194304 5208918 140735826067248 140735826065400 4229254 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27433/statm: 9515 8321 104 248 0 9264 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 118312

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27454
/proc/meminfo: memFree=28758772/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=45.93 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 20949 77795 0 0 84 19 4460 30 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27453] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27453/stat : 27453 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378203069 9367552 266 33554432000 4194304 5064252 140733200474416 140733200473328 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27453/statm: 2287 266 226 213 0 72 0
[pid=27454] ppid=27453 vsize=37708 CPUtime=5.12 cores=0,2,4,6
/proc/27454/stat : 27454 (glucose) R 27453 27398 24192 0 -1 4202496 8326 0 0 0 511 1 0 0 20 0 1 0 378203069 38612992 8274 33554432000 4194304 5208918 140734210067504 140734210065336 4228965 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27454/statm: 9427 8274 103 248 0 9176 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 117960

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 27457
/proc/meminfo: memFree=28720912/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=45.93 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 20949 77795 0 0 84 19 4460 30 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27453] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27453/stat : 27453 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378203069 9367552 266 33554432000 4194304 5064252 140733200474416 140733200473328 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27453/statm: 2287 266 226 213 0 72 0
[pid=27454] ppid=27453 vsize=64300 CPUtime=56.31 cores=0,2,4,6
/proc/27454/stat : 27454 (glucose) R 27453 27398 24192 0 -1 4202496 12696 0 0 0 5629 2 0 0 20 0 1 0 378203069 65843200 15504 33554432000 4194304 5208918 140734210067504 140734210063816 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27454/statm: 16075 15504 105 248 0 15824 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 144552

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 27495
/proc/meminfo: memFree=28692184/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=118.5 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 24290 108431 0 0 106 20 11679 45 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27470] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 27504
/proc/meminfo: memFree=28532828/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=118.5 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 24290 108431 0 0 106 20 11679 45 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27470] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27470/stat : 27470 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378210327 9367552 267 33554432000 4194304 5064252 140736420072768 140736420071680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27470/statm: 2287 267 226 213 0 72 0
[pid=27471] ppid=27470 vsize=189796 CPUtime=1243.54 cores=0,2,4,6
/proc/27471/stat : 27471 (glucose) R 27470 27398 24192 0 -1 4202496 25862 0 0 0 124327 27 0 0 20 0 1 0 378210328 194351104 42539 33554432000 4194304 5208918 140734646662384 140734646660376 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27471/statm: 47449 42539 105 248 0 47198 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 270048

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 27505
/proc/meminfo: memFree=28508408/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=118.5 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 24290 108431 0 0 106 20 11679 45 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27470] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27470/stat : 27470 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378210327 9367552 267 33554432000 4194304 5064252 140736420072768 140736420071680 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27470/statm: 2287 267 226 213 0 72 0
[pid=27471] ppid=27470 vsize=189796 CPUtime=1303.54 cores=0,2,4,6
/proc/27471/stat : 27471 (glucose) R 27470 27398 24192 0 -1 4202496 26601 0 0 0 130325 29 0 0 20 0 1 0 378210328 194351104 46123 33554432000 4194304 5208918 140734646662384 140734646660376 4229538 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27471/statm: 47449 46123 105 248 0 47198 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 270048

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 27513
/proc/meminfo: memFree=28616232/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=1440.72 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 25975 139481 0 0 120 21 143846 85 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27511] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27511/stat : 27511 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378342571 9367552 267 33554432000 4194304 5064252 140734954804352 140734954803264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27511/statm: 2287 267 226 213 0 72 0
[pid=27512] ppid=27511 vsize=64376 CPUtime=41.29 cores=0,2,4,6
/proc/27512/stat : 27512 (glucose) R 27511 27398 24192 0 -1 4202496 11595 0 0 0 4126 3 0 0 20 0 1 0 378342571 65921024 15497 33554432000 4194304 5208918 140737453030304 140737453028168 4229377 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27512/statm: 16094 15497 105 248 0 15843 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 144628

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 27513
/proc/meminfo: memFree=28627940/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=1440.72 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 25975 139481 0 0 120 21 143846 85 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27511] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27511/stat : 27511 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378342571 9367552 267 33554432000 4194304 5064252 140734954804352 140734954803264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27511/statm: 2287 267 226 213 0 72 0
[pid=27512] ppid=27511 vsize=87788 CPUtime=101.28 cores=0,2,4,6
/proc/27512/stat : 27512 (glucose) R 27511 27398 24192 0 -1 4202496 13325 0 0 0 10124 4 0 0 20 0 1 0 378342571 89894912 20873 33554432000 4194304 5208918 140737453030304 140737453028168 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27512/statm: 21947 20873 105 248 0 21696 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 168040

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27513
/proc/meminfo: memFree=28594560/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=1440.72 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 25975 139481 0 0 120 21 143846 85 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27511] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27511/stat : 27511 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378342571 9367552 267 33554432000 4194304 5064252 140734954804352 140734954803264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27511/statm: 2287 267 226 213 0 72 0
[pid=27512] ppid=27511 vsize=106640 CPUtime=161.27 cores=0,2,4,6
/proc/27512/stat : 27512 (glucose) R 27511 27398 24192 0 -1 4202496 14664 0 0 0 16122 5 0 0 20 0 1 0 378342571 109199360 26046 33554432000 4194304 5208918 140737453030304 140737453025992 4229999 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27512/statm: 26660 26046 105 248 0 26409 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 186892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27513
/proc/meminfo: memFree=28587940/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=1440.72 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 25975 139481 0 0 120 21 143846 85 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27511] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27511/stat : 27511 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378342571 9367552 267 33554432000 4194304 5064252 140734954804352 140734954803264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27511/statm: 2287 267 226 213 0 72 0
[pid=27512] ppid=27511 vsize=106640 CPUtime=221.26 cores=0,2,4,6
/proc/27512/stat : 27512 (glucose) R 27511 27398 24192 0 -1 4202496 14665 0 0 0 22121 5 0 0 20 0 1 0 378342571 109199360 26089 33554432000 4194304 5208918 140737453030304 140737453026680 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27512/statm: 26660 26089 105 248 0 26409 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 186892

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 27614
/proc/meminfo: memFree=28717628/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=1440.72 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 25975 139481 0 0 120 21 143846 85 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27511] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27511/stat : 27511 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378342571 9367552 267 33554432000 4194304 5064252 140734954804352 140734954803264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27511/statm: 2287 267 226 213 0 72 0
[pid=27512] ppid=27511 vsize=106640 CPUtime=281.25 cores=0,2,4,6
/proc/27512/stat : 27512 (glucose) R 27511 27398 24192 0 -1 4202496 14665 0 0 0 28120 5 0 0 20 0 1 0 378342571 109199360 26089 33554432000 4194304 5208918 140737453030304 140737453026680 4210859 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27512/statm: 26660 26089 105 248 0 26409 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 186892

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 27614
/proc/meminfo: memFree=28691260/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=1440.72 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 25975 139481 0 0 120 21 143846 85 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27511] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27511/stat : 27511 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378342571 9367552 267 33554432000 4194304 5064252 140734954804352 140734954803264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27511/statm: 2287 267 226 213 0 72 0
[pid=27512] ppid=27511 vsize=106640 CPUtime=341.23 cores=0,2,4,6
/proc/27512/stat : 27512 (glucose) R 27511 27398 24192 0 -1 4202496 15048 0 0 0 34118 5 0 0 20 0 1 0 378342571 109199360 26089 33554432000 4194304 5208918 140737453030304 140737453028392 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27512/statm: 26660 26089 105 248 0 26409 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 186892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 27614
/proc/meminfo: memFree=28690440/32873648 swapFree=7120/7120
[pid=27398] ppid=27396 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27398/stat : 27398 (npSolver-pbo.sh) S 27396 27398 24192 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378198473 9367552 274 33554432000 4194304 5064252 140736739290512 140736739289424 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27398/statm: 2287 274 233 213 0 72 0
[pid=27399] ppid=27398 vsize=61956 CPUtime=1440.72 cores=0,2,4,6
/proc/27399/stat : 27399 (npSolver-pbo) S 27398 27398 24192 0 -1 4202496 25975 139481 0 0 120 21 143846 85 20 0 1 0 378198473 63442944 15152 33554432000 4194304 6004724 140735807724064 140735807716416 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27399/statm: 15489 15152 172 442 0 15043 0
[pid=27511] ppid=27399 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27511/stat : 27511 (satsolver.sh) S 27399 27398 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378342571 9367552 267 33554432000 4194304 5064252 140734954804352 140734954803264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27511/statm: 2287 267 226 213 0 72 0
[pid=27512] ppid=27511 vsize=106640 CPUtime=359.34 cores=0,2,4,6
/proc/27512/stat : 27512 (glucose) R 27511 27398 24192 0 -1 4202496 15431 0 0 0 35928 6 0 0 20 0 1 0 378342571 109199360 26089 33554432000 4194304 5208918 140737453030304 140737453028392 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27512/statm: 26660 26089 105 248 0 26409 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 186892

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.1
CPU user time (s): 1798.96
CPU system time (s): 1.14283
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 300868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.14283
maximum resident set size= 195000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181875
page faults= 0
swaps= 0
block input operations= 0
block output operations= 93688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 774
involuntary context switches= 2468

runsolver used 3.52046 second user time and 9.55355 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-08 03:58:31
IDJOB=3750417
IDBENCH=2256
IDSOLVER=2334
FILE ID=node114/3750417-1339120711
RUNJOBID= node114-1339112629-25978
PBS_JOBID= 14643739
Free space on /tmp= 70316 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-4.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750417-1339120711/watcher-3750417-1339120711 -o /tmp/evaluation-result-3750417-1339120711/solver-3750417-1339120711 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750417-1339120711.opb 1460460432 HOME HOME

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

MD5SUM BENCH= 1a88750537364c45876077f809191628
RANDOM SEED=1460460432

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:        28862192 kB
Buffers:          597268 kB
Cached:          2380584 kB
SwapCached:         1940 kB
Active:          1176688 kB
Inactive:        1899544 kB
Active(anon):      98096 kB
Inactive(anon):     2432 kB
Active(file):    1078592 kB
Inactive(file):  1897112 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:             10696 kB
Writeback:            36 kB
AnonPages:        105856 kB
Mapped:            11232 kB
Shmem:                24 kB
Slab:             796740 kB
SReclaimable:     240488 kB
SUnreclaim:       556252 kB
KernelStack:        1480 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     226972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 70300 MiB
End job on node114 at 2012-06-08 04:28:32