Trace number 3716928

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 NameAnswerCPU timeWall clock time
wbo2satCp2 2012-05-19? (TO) 1800.15 1800.62

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap73_wcsp.wbo
MD5SUM6884eb16d9ca5647137a605a0e2a2e0d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark9939840
Best CPU time to get the best result obtained on this benchmark1800.08
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 57243026
Min constraint cost 1
Max constraint cost 57243026
Sum of constraints costs 46149905826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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.02	o 19132135
0.00/0.02	c current bound: 9566067
0.00/0.02	c fallback to adder encoding
64.95/65.05	c current bound: 14349101
64.95/65.05	c fallback to adder encoding
233.40/233.58	o 14348405
233.40/233.58	c current bound: 11957236
233.40/233.58	c fallback to adder encoding
326.77/326.97	o 11955555
326.77/326.97	c current bound: 10760811
326.77/326.97	c fallback to adder encoding
585.22/585.49	o 10758710
585.22/585.49	c current bound: 10162389
585.22/585.49	c fallback to adder encoding
905.65/905.96	o 10161504
905.65/905.96	c current bound: 9863786
905.65/905.96	c fallback to adder encoding
1237.36/1237.74	o 9862183
1237.36/1237.74	c current bound: 9714125
1237.36/1237.74	c fallback to adder encoding
1389.12/1389.56	c current bound: 9788154
1389.12/1389.56	c fallback to adder encoding
1609.34/1609.85	c current bound: 9825169
1609.34/1609.85	c fallback to adder encoding
1800.11/1800.61	./satsolver.sh: line 5:  3550 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.11/1800.61	c error: unexpected solver exit code
1800.11/1800.61	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-3716928-1338223518/watcher-3716928-1338223518 -o /tmp/evaluation-result-3716928-1338223518/solver-3716928-1338223518 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3716928-1338223518.wbo 16732412 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.01 2.02 2.00 3/179 3415
/proc/meminfo: memFree=31095832/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0

[startup+0.015199 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 3415
/proc/meminfo: memFree=31095832/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100207 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 3415
/proc/meminfo: memFree=31095832/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300245 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 3415
/proc/meminfo: memFree=31095832/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700184 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 3415
/proc/meminfo: memFree=31095832/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3422
/proc/meminfo: memFree=31057224/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 3063 1477 0 0 10 2 0 0 20 0 1 0 288476283 11706368 2408 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 2858 2408 175 410 0 2440 0
[pid=3421] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3421/stat : 3421 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288476297 9367552 267 33554432000 4194304 5064252 140737414441056 140737414439968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3421/statm: 2287 267 226 213 0 72 0
[pid=3422] ppid=3421 vsize=25536 CPUtime=1.35 cores=1,3,5,7
/proc/3422/stat : 3422 (glucose_static) R 3421 3415 32725 0 -1 4202496 5818 0 0 0 134 1 0 0 20 0 1 0 288476297 26148864 5708 33554432000 4194304 4896791 140734122031760 140734122027496 4204325 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3422/statm: 6384 5708 78 172 0 6210 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 55264

[startup+3.10036 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3422
/proc/meminfo: memFree=31056852/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 3063 1477 0 0 10 2 0 0 20 0 1 0 288476283 11706368 2408 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 2858 2408 175 410 0 2440 0
[pid=3421] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3421/stat : 3421 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288476297 9367552 267 33554432000 4194304 5064252 140737414441056 140737414439968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3421/statm: 2287 267 226 213 0 72 0
[pid=3422] ppid=3421 vsize=26404 CPUtime=2.95 cores=1,3,5,7
/proc/3422/stat : 3422 (glucose_static) R 3421 3415 32725 0 -1 4202496 6919 0 0 0 294 1 0 0 20 0 1 0 288476297 27037696 5808 33554432000 4194304 4896791 140734122031760 140734122029272 4203003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3422/statm: 6601 5808 78 172 0 6427 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 56132

[startup+6.30034 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3422
/proc/meminfo: memFree=31051820/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 3063 1477 0 0 10 2 0 0 20 0 1 0 288476283 11706368 2408 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 2858 2408 175 410 0 2440 0
[pid=3421] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3421/stat : 3421 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288476297 9367552 267 33554432000 4194304 5064252 140737414441056 140737414439968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3421/statm: 2287 267 226 213 0 72 0
[pid=3422] ppid=3421 vsize=32324 CPUtime=6.14 cores=1,3,5,7
/proc/3422/stat : 3422 (glucose_static) R 3421 3415 32725 0 -1 4202496 8016 0 0 0 613 1 0 0 20 0 1 0 288476297 33099776 7067 33554432000 4194304 4896791 140734122031760 140734122028984 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3422/statm: 8081 7067 78 172 0 7907 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 62052

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3422
/proc/meminfo: memFree=31062628/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 3063 1477 0 0 10 2 0 0 20 0 1 0 288476283 11706368 2408 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 2858 2408 175 410 0 2440 0
[pid=3421] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3421/stat : 3421 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288476297 9367552 267 33554432000 4194304 5064252 140737414441056 140737414439968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3421/statm: 2287 267 226 213 0 72 0
[pid=3422] ppid=3421 vsize=33720 CPUtime=12.54 cores=1,3,5,7
/proc/3422/stat : 3422 (glucose_static) R 3421 3415 32725 0 -1 4202496 9575 0 0 0 1252 2 0 0 20 0 1 0 288476297 34529280 7402 33554432000 4194304 4896791 140734122031760 140734122029288 4203889 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3422/statm: 8430 7402 78 172 0 8256 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 63448

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 3422
/proc/meminfo: memFree=31046180/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 3063 1477 0 0 10 2 0 0 20 0 1 0 288476283 11706368 2408 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 2858 2408 175 410 0 2440 0
[pid=3421] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3421/stat : 3421 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288476297 9367552 267 33554432000 4194304 5064252 140737414441056 140737414439968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3421/statm: 2287 267 226 213 0 72 0
[pid=3422] ppid=3421 vsize=35908 CPUtime=25.34 cores=1,3,5,7
/proc/3422/stat : 3422 (glucose_static) R 3421 3415 32725 0 -1 4202496 12402 0 0 0 2530 4 0 0 20 0 1 0 288476297 36769792 8305 33554432000 4194304 4896791 140734122031760 140734122029160 4203844 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3422/statm: 8977 8305 78 172 0 8803 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 65636

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 3422
/proc/meminfo: memFree=31036140/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 3063 1477 0 0 10 2 0 0 20 0 1 0 288476283 11706368 2408 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 2858 2408 175 410 0 2440 0
[pid=3421] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3421/stat : 3421 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288476297 9367552 267 33554432000 4194304 5064252 140737414441056 140737414439968 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3421/statm: 2287 267 226 213 0 72 0
[pid=3422] ppid=3421 vsize=45624 CPUtime=50.93 cores=1,3,5,7
/proc/3422/stat : 3422 (glucose_static) R 3421 3415 32725 0 -1 4202496 15657 0 0 0 5087 6 0 0 20 0 1 0 288476297 46718976 10321 33554432000 4194304 4896791 140734122031760 140734122029160 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3422/statm: 11406 10321 78 172 0 11232 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 75352

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 3428
/proc/meminfo: memFree=31059024/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=19620 CPUtime=65.12 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 5299 19643 0 0 20 3 6481 8 20 0 1 0 288476283 20090880 4505 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 4905 4505 175 410 0 4487 0
[pid=3424] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3424/stat : 3424 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288482800 9367552 267 33554432000 4194304 5064252 140734882027632 140734882026544 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3424/statm: 2287 267 226 213 0 72 0
[pid=3425] ppid=3424 vsize=38916 CPUtime=37.12 cores=1,3,5,7
/proc/3425/stat : 3425 (glucose_static) R 3424 3415 32725 0 -1 4202496 14759 0 0 0 3707 5 0 0 20 0 1 0 288482800 39849984 8980 33554432000 4194304 4896791 140734781062176 140734781059752 4205098 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3425/statm: 9729 8980 78 172 0 9555 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 76832

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3428
/proc/meminfo: memFree=31026804/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=19620 CPUtime=65.12 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 5299 19643 0 0 20 3 6481 8 20 0 1 0 288476283 20090880 4505 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 4905 4505 175 410 0 4487 0
[pid=3424] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3536
/proc/meminfo: memFree=30983616/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=19948 CPUtime=1237.53 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 17595 169885 0 0 71 10 123571 101 20 0 1 0 288476283 20426752 4505 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 4987 4505 175 410 0 4569 0
[pid=3535] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3535/stat : 3535 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288600069 9367552 267 33554432000 4194304 5064252 140736169521216 140736169520128 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3535/statm: 2287 267 226 213 0 72 0
[pid=3536] ppid=3535 vsize=79664 CPUtime=124.4 cores=1,3,5,7
/proc/3536/stat : 3536 (glucose_static) R 3535 3415 32725 0 -1 4202496 19800 0 0 0 12431 9 0 0 20 0 1 0 288600069 81575936 15617 33554432000 4194304 4896791 140735736340048 140735736337256 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3536/statm: 19916 15617 78 172 0 19742 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 117908

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3543
/proc/meminfo: memFree=31047620/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=19948 CPUtime=1389.3 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 19750 192996 0 0 81 11 138725 113 20 0 1 0 288476283 20426752 4505 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 4987 4505 175 410 0 4569 0
[pid=3539] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3539/stat : 3539 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288615251 9367552 267 33554432000 4194304 5064252 140736169523840 140736169522752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2287 267 226 213 0 72 0
[pid=3540] ppid=3539 vsize=43720 CPUtime=32.6 cores=1,3,5,7
/proc/3540/stat : 3540 (glucose_static) R 3539 3415 32725 0 -1 4202496 12727 0 0 0 3256 4 0 0 20 0 1 0 288615251 44769280 10218 33554432000 4194304 4896791 140735813399936 140735813397144 4204523 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3540/statm: 10930 10218 78 172 0 10756 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 81964

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3543
/proc/meminfo: memFree=31019748/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=19948 CPUtime=1389.3 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 19750 192996 0 0 81 11 138725 113 20 0 1 0 288476283 20426752 4505 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 4987 4505 175 410 0 4569 0
[pid=3539] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3539/stat : 3539 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288615251 9367552 267 33554432000 4194304 5064252 140736169523840 140736169522752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2287 267 226 213 0 72 0
[pid=3540] ppid=3539 vsize=58824 CPUtime=92.59 cores=1,3,5,7
/proc/3540/stat : 3540 (glucose_static) R 3539 3415 32725 0 -1 4202496 18644 0 0 0 9250 9 0 0 20 0 1 0 288615251 60235776 12697 33554432000 4194304 4896791 140735813399936 140735813397448 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3540/statm: 14706 12697 78 172 0 14532 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 97068

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3546
/proc/meminfo: memFree=31004232/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=19948 CPUtime=1389.3 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 19750 192996 0 0 81 11 138725 113 20 0 1 0 288476283 20426752 4505 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 4987 4505 175 410 0 4569 0
[pid=3539] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3539/stat : 3539 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288615251 9367552 267 33554432000 4194304 5064252 140736169523840 140736169522752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2287 267 226 213 0 72 0
[pid=3540] ppid=3539 vsize=61220 CPUtime=152.57 cores=1,3,5,7
/proc/3540/stat : 3540 (glucose_static) R 3539 3415 32725 0 -1 4202496 23030 0 0 0 15244 13 0 0 20 0 1 0 288615251 62689280 13937 33554432000 4194304 4896791 140735813399936 140735813395672 4203783 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3540/statm: 15305 13937 78 172 0 15131 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 99464

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3547
/proc/meminfo: memFree=31004920/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=19948 CPUtime=1389.3 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 19750 192996 0 0 81 11 138725 113 20 0 1 0 288476283 20426752 4505 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 4987 4505 175 410 0 4569 0
[pid=3539] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3539/stat : 3539 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288615251 9367552 267 33554432000 4194304 5064252 140736169523840 140736169522752 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3539/statm: 2287 267 226 213 0 72 0
[pid=3540] ppid=3539 vsize=81656 CPUtime=212.54 cores=1,3,5,7
/proc/3540/stat : 3540 (glucose_static) R 3539 3415 32725 0 -1 4202496 26113 0 0 0 21238 16 0 0 20 0 1 0 288615251 83615744 16335 33554432000 4194304 4896791 140735813399936 140735813397080 4225168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3540/statm: 20414 16335 78 172 0 20240 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 119900

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 3553
/proc/meminfo: memFree=31044700/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=19948 CPUtime=1609.53 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 21905 220504 0 0 91 13 160718 131 20 0 1 0 288476283 20426752 4505 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 4987 4505 175 410 0 4569 0
[pid=3549] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3549/stat : 3549 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288637280 9367552 266 33554432000 4194304 5064252 140736116210416 140736116209328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3549/statm: 2287 266 226 213 0 72 0
[pid=3550] ppid=3549 vsize=56000 CPUtime=52.31 cores=1,3,5,7
/proc/3550/stat : 3550 (glucose_static) R 3549 3415 32725 0 -1 4202496 14620 0 0 0 5226 5 0 0 20 0 1 0 288637280 57344000 11798 33554432000 4194304 4896791 140734200591808 140734200589208 4203844 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3550/statm: 14000 11798 78 172 0 13826 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 94244

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 3554
/proc/meminfo: memFree=31031200/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=19948 CPUtime=1609.53 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 21905 220504 0 0 91 13 160718 131 20 0 1 0 288476283 20426752 4505 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 4987 4505 175 410 0 4569 0
[pid=3549] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3549/stat : 3549 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288637280 9367552 266 33554432000 4194304 5064252 140736116210416 140736116209328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3549/statm: 2287 266 226 213 0 72 0
[pid=3550] ppid=3549 vsize=59316 CPUtime=112.29 cores=1,3,5,7
/proc/3550/stat : 3550 (glucose_static) R 3549 3415 32725 0 -1 4202496 18841 0 0 0 11220 9 0 0 20 0 1 0 288637280 60739584 12285 33554432000 4194304 4896791 140734200591808 140734200589320 4224687 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3550/statm: 14829 12285 78 172 0 14655 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 97560

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 3554
/proc/meminfo: memFree=31013352/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=19948 CPUtime=1609.53 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 21905 220504 0 0 91 13 160718 131 20 0 1 0 288476283 20426752 4505 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 4987 4505 175 410 0 4569 0
[pid=3549] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3549/stat : 3549 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288637280 9367552 266 33554432000 4194304 5064252 140736116210416 140736116209328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3549/statm: 2287 266 226 213 0 72 0
[pid=3550] ppid=3549 vsize=80612 CPUtime=172.28 cores=1,3,5,7
/proc/3550/stat : 3550 (glucose_static) R 3549 3415 32725 0 -1 4202496 22579 0 0 0 17214 14 0 0 20 0 1 0 288637280 82546688 15983 33554432000 4194304 4896791 140734200591808 140734200589016 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3550/statm: 20153 15983 78 172 0 19979 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 118856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3554
/proc/meminfo: memFree=30996864/32873648 swapFree=6612/6612
[pid=3415] ppid=3413 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3415/stat : 3415 (runWbo2satCp2.s) S 3413 3415 32725 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288476283 9367552 274 33554432000 4194304 5064252 140735747247392 140735747246304 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3415/statm: 2287 274 233 213 0 72 0
[pid=3416] ppid=3415 vsize=19948 CPUtime=1609.53 cores=1,3,5,7
/proc/3416/stat : 3416 (wbo2sat) S 3415 3415 32725 0 -1 4202496 21905 220504 0 0 91 13 160718 131 20 0 1 0 288476283 20426752 4505 33554432000 4194304 5872148 140735023014176 140735023007448 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3416/statm: 4987 4505 175 410 0 4569 0
[pid=3549] ppid=3416 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3549/stat : 3549 (satsolver.sh) S 3416 3415 32725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288637280 9367552 266 33554432000 4194304 5064252 140736116210416 140736116209328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3549/statm: 2287 266 226 213 0 72 0
[pid=3550] ppid=3549 vsize=62264 CPUtime=190.58 cores=1,3,5,7
/proc/3550/stat : 3550 (glucose_static) R 3549 3415 32725 0 -1 4202496 22826 0 0 0 19043 15 0 0 20 0 1 0 288637280 63758336 14521 33554432000 4194304 4896791 140734200591808 140734200589320 4225201 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3550/statm: 15566 14521 78 172 0 15392 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 100508

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.62
CPU time (s): 1800.15
CPU user time (s): 1798.54
CPU system time (s): 1.60576
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 184472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.60575
maximum resident set size= 121012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266222
page faults= 0
swaps= 0
block input operations= 0
block output operations= 117888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 381
involuntary context switches= 1882

runsolver used 11.0543 second user time and 11.4123 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-28 18:45:18
IDJOB=3716928
IDBENCH=79498
IDSOLVER=2299
FILE ID=node148/3716928-1338223518
RUNJOBID= node148-1338194963-32742
PBS_JOBID= 14624603
Free space on /tmp= 71680 MiB

SOLVER NAME= wbo2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap73_wcsp.wbo
COMMAND LINE= DIR/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716928-1338223518/watcher-3716928-1338223518 -o /tmp/evaluation-result-3716928-1338223518/solver-3716928-1338223518 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3716928-1338223518.wbo 16732412 HOME HOME

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

MD5SUM BENCH= 6884eb16d9ca5647137a605a0e2a2e0d
RANDOM SEED=16732412

node148.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.284
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.56
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.284
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.94
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.284
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	: 5331.92
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.284
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		: 2667.284
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.90
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.284
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		: 2667.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31095724 kB
Buffers:          421184 kB
Cached:           402644 kB
SwapCached:          576 kB
Active:           652124 kB
Inactive:         257276 kB
Active(anon):      76344 kB
Inactive(anon):    11140 kB
Active(file):     575780 kB
Inactive(file):   246136 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              8612 kB
Writeback:             0 kB
AnonPages:         90516 kB
Mapped:            11924 kB
Shmem:                96 kB
Slab:             730440 kB
SReclaimable:     174716 kB
SUnreclaim:       555724 kB
KernelStack:        1496 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     204580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 71668 MiB
End job on node148 at 2012-05-28 19:15:19