Trace number 3716235

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
wbo2sat 2012-05-19? (TO) 1800.1 1800.41

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
65.87/65.97	c current bound: 14349101
65.87/65.97	c fallback to adder encoding
236.43/236.59	o 14348405
236.43/236.59	c current bound: 11957236
236.43/236.59	c fallback to adder encoding
331.21/331.36	o 11955555
331.21/331.36	c current bound: 10760811
331.21/331.36	c fallback to adder encoding
595.56/595.73	o 10758710
595.56/595.73	c current bound: 10162389
595.56/595.73	c fallback to adder encoding
923.81/924.08	o 10161504
923.81/924.08	c current bound: 9863786
923.81/924.08	c fallback to adder encoding
1263.36/1263.63	o 9862183
1263.36/1263.63	c current bound: 9714125
1263.36/1263.63	c fallback to adder encoding
1417.54/1417.88	c current bound: 9788154
1417.54/1417.88	c fallback to adder encoding
1636.89/1637.21	c current bound: 9825169
1636.89/1637.21	c fallback to adder encoding
1800.06/1800.41	./satsolver.sh: line 5: 32141 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
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-3716235-1338222779/watcher-3716235-1338222779 -o /tmp/evaluation-result-3716235-1338222779/solver-3716235-1338222779 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716235-1338222779.wbo 504194767 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32049
/proc/meminfo: memFree=27510588/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0

[startup+0.0754861 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32049
/proc/meminfo: memFree=27510588/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100203 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32049
/proc/meminfo: memFree=27510588/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300173 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32049
/proc/meminfo: memFree=27510588/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32049
/proc/meminfo: memFree=27510588/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 32056
/proc/meminfo: memFree=27473408/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 2890 1478 0 0 11 1 0 0 20 0 1 0 288403840 11706368 2236 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 2858 2236 175 410 0 2440 0
[pid=32055] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32055/stat : 32055 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288403854 9367552 267 33554432000 4194304 5064252 140735044253616 140735044252528 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32055/statm: 2287 267 226 213 0 72 0
[pid=32056] ppid=32055 vsize=25536 CPUtime=1.35 cores=1,3,5,7
/proc/32056/stat : 32056 (glucose_static) R 32055 32049 29773 0 -1 4202496 4963 0 0 0 134 1 0 0 20 0 1 0 288403854 26148864 5622 33554432000 4194304 4896791 140733426029520 140733426026920 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32056/statm: 6384 5622 78 172 0 6210 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 55264

[startup+3.10029 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 32056
/proc/meminfo: memFree=27472904/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 2890 1478 0 0 11 1 0 0 20 0 1 0 288403840 11706368 2236 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 2858 2236 175 410 0 2440 0
[pid=32055] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32055/stat : 32055 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288403854 9367552 267 33554432000 4194304 5064252 140735044253616 140735044252528 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32055/statm: 2287 267 226 213 0 72 0
[pid=32056] ppid=32055 vsize=26404 CPUtime=2.95 cores=1,3,5,7
/proc/32056/stat : 32056 (glucose_static) R 32055 32049 29773 0 -1 4202496 6123 0 0 0 294 1 0 0 20 0 1 0 288403854 27037696 5803 33554432000 4194304 4896791 140733426029520 140733426027032 4203085 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32056/statm: 6601 5803 78 172 0 6427 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 56132

[startup+6.30035 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 32056
/proc/meminfo: memFree=27469556/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 2890 1478 0 0 11 1 0 0 20 0 1 0 288403840 11706368 2236 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 2858 2236 175 410 0 2440 0
[pid=32055] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32055/stat : 32055 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288403854 9367552 267 33554432000 4194304 5064252 140735044253616 140735044252528 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32055/statm: 2287 267 226 213 0 72 0
[pid=32056] ppid=32055 vsize=32324 CPUtime=6.15 cores=1,3,5,7
/proc/32056/stat : 32056 (glucose_static) R 32055 32049 29773 0 -1 4202496 7131 0 0 0 613 2 0 0 20 0 1 0 288403854 33099776 6981 33554432000 4194304 4896791 140733426029520 140733426027064 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32056/statm: 8081 6981 78 172 0 7907 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 62052

[startup+12.7004 s]
/proc/loadavg: 2.07 2.03 2.00 3/184 32057
/proc/meminfo: memFree=27467600/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 2890 1478 0 0 11 1 0 0 20 0 1 0 288403840 11706368 2236 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 2858 2236 175 410 0 2440 0
[pid=32055] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32055/stat : 32055 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288403854 9367552 267 33554432000 4194304 5064252 140735044253616 140735044252528 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32055/statm: 2287 267 226 213 0 72 0
[pid=32056] ppid=32055 vsize=33720 CPUtime=12.55 cores=1,3,5,7
/proc/32056/stat : 32056 (glucose_static) R 32055 32049 29773 0 -1 4202496 8586 0 0 0 1253 2 0 0 20 0 1 0 288403854 34529280 7316 33554432000 4194304 4896791 140733426029520 140733426027048 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32056/statm: 8430 7316 78 172 0 8256 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 63448

[startup+25.5004 s]
/proc/loadavg: 2.06 2.03 2.00 3/184 32057
/proc/meminfo: memFree=27462248/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 2890 1478 0 0 11 1 0 0 20 0 1 0 288403840 11706368 2236 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 2858 2236 175 410 0 2440 0
[pid=32055] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32055/stat : 32055 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288403854 9367552 267 33554432000 4194304 5064252 140735044253616 140735044252528 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32055/statm: 2287 267 226 213 0 72 0
[pid=32056] ppid=32055 vsize=35908 CPUtime=25.34 cores=1,3,5,7
/proc/32056/stat : 32056 (glucose_static) R 32055 32049 29773 0 -1 4202496 11372 0 0 0 2531 3 0 0 20 0 1 0 288403854 36769792 8252 33554432000 4194304 4896791 140733426029520 140733426026920 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32056/statm: 8977 8252 78 172 0 8803 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 65636

[startup+51.1003 s]
/proc/loadavg: 2.17 2.05 2.01 3/184 32058
/proc/meminfo: memFree=27454044/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 2890 1478 0 0 11 1 0 0 20 0 1 0 288403840 11706368 2236 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 2858 2236 175 410 0 2440 0
[pid=32055] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32055/stat : 32055 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288403854 9367552 267 33554432000 4194304 5064252 140735044253616 140735044252528 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32055/statm: 2287 267 226 213 0 72 0
[pid=32056] ppid=32055 vsize=45568 CPUtime=50.94 cores=1,3,5,7
/proc/32056/stat : 32056 (glucose_static) R 32055 32049 29773 0 -1 4202496 13816 0 0 0 5089 5 0 0 20 0 1 0 288403854 46661632 10176 33554432000 4194304 4896791 140733426029520 140733426027032 4225376 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32056/statm: 11392 10176 78 172 0 11218 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 75296

[startup+102.307 s]
/proc/loadavg: 2.20 2.08 2.02 3/183 32061
/proc/meminfo: memFree=27443376/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=19620 CPUtime=66.05 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 5081 17220 0 0 21 2 6575 7 20 0 1 0 288403840 20090880 4461 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 4905 4461 175 410 0 4487 0
[pid=32060] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32060/stat : 32060 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288410449 9367552 267 33554432000 4194304 5064252 140734800577712 140734800576624 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32060/statm: 2287 267 226 213 0 72 0
[pid=32061] ppid=32060 vsize=38916 CPUtime=36.21 cores=1,3,5,7
/proc/32061/stat : 32061 (glucose_static) R 32060 32049 29773 0 -1 4202496 14549 0 0 0 3616 5 0 0 20 0 1 0 288410449 39849984 8922 33554432000 4194304 4896791 140734179792176 140734179789752 4206715 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32061/statm: 9729 8922 78 172 0 9555 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 76832

[startup+162.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/183 32061
/proc/meminfo: memFree=27438732/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=19620 CPUtime=66.05 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 5081 17220 0 0 21 2 6575 7 20 0 1 0 288403840 20090880 4461 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 4905 4461 175 410 0 4487 0
[pid=32060] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 32086
/proc/meminfo: memFree=27428296/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=19948 CPUtime=1263.52 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 17152 175140 0 0 72 8 126169 103 20 0 1 0 288403840 20426752 4461 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 4987 4461 175 410 0 4569 0
[pid=32084] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32084/stat : 32084 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288530215 9367552 266 33554432000 4194304 5064252 140734492353312 140734492352224 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32084/statm: 2287 266 226 213 0 72 0
[pid=32085] ppid=32084 vsize=59436 CPUtime=98.52 cores=1,3,5,7
/proc/32085/stat : 32085 (glucose_static) R 32084 32049 29773 0 -1 4202496 21119 0 0 0 9844 8 0 0 20 0 1 0 288530216 60862464 13475 33554432000 4194304 4896791 140734368268864 140734368266072 4223862 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32085/statm: 14859 13475 78 172 0 14685 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 97680

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 32089
/proc/meminfo: memFree=27459084/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=19948 CPUtime=1417.74 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 19262 201555 0 0 82 10 141567 115 20 0 1 0 288403840 20426752 4461 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 4987 4461 175 410 0 4569 0
[pid=32088] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32088/stat : 32088 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288545640 9367552 266 33554432000 4194304 5064252 140737024495664 140737024494576 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32088/statm: 2287 266 226 213 0 72 0
[pid=32089] ppid=32088 vsize=27100 CPUtime=4.29 cores=1,3,5,7
/proc/32089/stat : 32089 (glucose_static) R 32088 32049 29773 0 -1 4202496 7929 0 0 0 428 1 0 0 20 0 1 0 288545641 27750400 5799 33554432000 4194304 4896791 140733302095456 140733302093032 4202992 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32089/statm: 6775 5799 78 172 0 6601 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 65344

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 32089
/proc/meminfo: memFree=27431492/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=19948 CPUtime=1417.74 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 19262 201555 0 0 82 10 141567 115 20 0 1 0 288403840 20426752 4461 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 4987 4461 175 410 0 4569 0
[pid=32088] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32088/stat : 32088 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288545640 9367552 266 33554432000 4194304 5064252 140737024495664 140737024494576 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32088/statm: 2287 266 226 213 0 72 0
[pid=32089] ppid=32088 vsize=45844 CPUtime=64.28 cores=1,3,5,7
/proc/32089/stat : 32089 (glucose_static) R 32088 32049 29773 0 -1 4202496 19410 0 0 0 6422 6 0 0 20 0 1 0 288545641 46944256 9432 33554432000 4194304 4896791 140733302095456 140733302093032 4205681 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32089/statm: 11461 9432 78 172 0 11287 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 84088

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 32134
/proc/meminfo: memFree=29437448/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=19948 CPUtime=1417.74 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 19262 201555 0 0 82 10 141567 115 20 0 1 0 288403840 20426752 4461 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 4987 4461 175 410 0 4569 0
[pid=32088] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32088/stat : 32088 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288545640 9367552 266 33554432000 4194304 5064252 140737024495664 140737024494576 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32088/statm: 2287 266 226 213 0 72 0
[pid=32089] ppid=32088 vsize=60392 CPUtime=124.26 cores=1,3,5,7
/proc/32089/stat : 32089 (glucose_static) R 32088 32049 29773 0 -1 4202496 23802 0 0 0 12417 9 0 0 20 0 1 0 288545641 61841408 11726 33554432000 4194304 4896791 140733302095456 140733302092984 4203886 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32089/statm: 15098 11726 78 172 0 14924 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 98636

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/183 32135
/proc/meminfo: memFree=29423832/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=19948 CPUtime=1417.74 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 19262 201555 0 0 82 10 141567 115 20 0 1 0 288403840 20426752 4461 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 4987 4461 175 410 0 4569 0
[pid=32088] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32088/stat : 32088 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288545640 9367552 266 33554432000 4194304 5064252 140737024495664 140737024494576 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32088/statm: 2287 266 226 213 0 72 0
[pid=32089] ppid=32088 vsize=80880 CPUtime=184.26 cores=1,3,5,7
/proc/32089/stat : 32089 (glucose_static) R 32088 32049 29773 0 -1 4202496 27688 0 0 0 18412 14 0 0 20 0 1 0 288545641 82821120 15782 33554432000 4194304 4896791 140733302095456 140733302092664 4225002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32089/statm: 20220 15782 78 172 0 20046 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 119124

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/184 32141
/proc/meminfo: memFree=29446928/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=19948 CPUtime=1637.02 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 21372 231794 0 0 92 11 163467 132 20 0 1 0 288403840 20426752 4461 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 4987 4461 175 410 0 4569 0
[pid=32140] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32140/stat : 32140 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288567573 9367552 267 33554432000 4194304 5064252 140734427447680 140734427446592 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32140/statm: 2287 267 226 213 0 72 0
[pid=32141] ppid=32140 vsize=42216 CPUtime=24.96 cores=1,3,5,7
/proc/32141/stat : 32141 (glucose_static) R 32140 32049 29773 0 -1 4202496 11837 0 0 0 2492 4 0 0 20 0 1 0 288567573 43229184 9361 33554432000 4194304 4896791 140734150495456 140734150492664 4225148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32141/statm: 10554 9361 78 172 0 10380 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 80460

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/184 32164
/proc/meminfo: memFree=29429992/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=19948 CPUtime=1637.02 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 21372 231794 0 0 92 11 163467 132 20 0 1 0 288403840 20426752 4461 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 4987 4461 175 410 0 4569 0
[pid=32140] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32140/stat : 32140 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288567573 9367552 267 33554432000 4194304 5064252 140734427447680 140734427446592 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32140/statm: 2287 267 226 213 0 72 0
[pid=32141] ppid=32140 vsize=57756 CPUtime=84.95 cores=1,3,5,7
/proc/32141/stat : 32141 (glucose_static) R 32140 32049 29773 0 -1 4202496 17589 0 0 0 8487 8 0 0 20 0 1 0 288567573 59142144 13492 33554432000 4194304 4896791 140734150495456 140734150492664 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32141/statm: 14439 13492 78 172 0 14265 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 96000

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 32164
/proc/meminfo: memFree=29426980/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=19948 CPUtime=1637.02 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 21372 231794 0 0 92 11 163467 132 20 0 1 0 288403840 20426752 4461 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 4987 4461 175 410 0 4569 0
[pid=32140] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32140/stat : 32140 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288567573 9367552 267 33554432000 4194304 5064252 140734427447680 140734427446592 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32140/statm: 2287 267 226 213 0 72 0
[pid=32141] ppid=32140 vsize=60568 CPUtime=144.93 cores=1,3,5,7
/proc/32141/stat : 32141 (glucose_static) R 32140 32049 29773 0 -1 4202496 21821 0 0 0 14482 11 0 0 20 0 1 0 288567573 62021632 14218 33554432000 4194304 4896791 140734150495456 140734150492664 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32141/statm: 15142 14218 78 172 0 14968 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 98812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 32164
/proc/meminfo: memFree=29430000/32873648 swapFree=7112/7112
[pid=32049] ppid=32047 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32049/stat : 32049 (runWbo2sat.sh) S 32047 32049 29773 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288403840 9367552 275 33554432000 4194304 5064252 140736961529600 140736961528512 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32049/statm: 2287 275 233 213 0 72 0
[pid=32050] ppid=32049 vsize=19948 CPUtime=1637.02 cores=1,3,5,7
/proc/32050/stat : 32050 (wbo2sat) S 32049 32049 29773 0 -1 4202496 21372 231794 0 0 92 11 163467 132 20 0 1 0 288403840 20426752 4461 33554432000 4194304 5872148 140737457801168 140737457794440 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32050/statm: 4987 4461 175 410 0 4569 0
[pid=32140] ppid=32050 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32140/stat : 32140 (satsolver.sh) S 32050 32049 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288567573 9367552 267 33554432000 4194304 5064252 140734427447680 140734427446592 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32140/statm: 2287 267 226 213 0 72 0
[pid=32141] ppid=32140 vsize=61352 CPUtime=163.04 cores=1,3,5,7
/proc/32141/stat : 32141 (glucose_static) R 32140 32049 29773 0 -1 4202496 23396 0 0 0 16291 13 0 0 20 0 1 0 288567573 62824448 13357 33554432000 4194304 4896791 140734150495456 140734150492968 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32141/statm: 15338 13357 78 172 0 15164 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 99596

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.52
CPU system time (s): 1.58176
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 185292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.58176
maximum resident set size= 121144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277553
page faults= 0
swaps= 0
block input operations= 0
block output operations= 117872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 181
involuntary context switches= 2635

runsolver used 2.96555 second user time and 7.44087 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 18:32:59
IDJOB=3716235
IDBENCH=79498
IDSOLVER=2298
FILE ID=node126/3716235-1338222779
RUNJOBID= node126-1338205661-29790
PBS_JOBID= 14624613
Free space on /tmp= 70524 MiB

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

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

MD5SUM BENCH= 6884eb16d9ca5647137a605a0e2a2e0d
RANDOM SEED=504194767

node126.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.456
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.91
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.456
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.456
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		: 2666.456
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.456
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.92
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.456
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.456
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		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27510844 kB
Buffers:          350336 kB
Cached:          1557620 kB
SwapCached:        17756 kB
Active:          4246228 kB
Inactive:         290584 kB
Active(anon):    2609992 kB
Inactive(anon):    20452 kB
Active(file):    1636236 kB
Inactive(file):   270132 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              8928 kB
Writeback:             0 kB
AnonPages:       2628504 kB
Mapped:            10520 kB
Shmem:                 0 kB
Slab:             683008 kB
SReclaimable:     127268 kB
SUnreclaim:       555740 kB
KernelStack:        1520 kB
PageTables:         9124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3300556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1423360 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= 70996 MiB
End job on node126 at 2012-05-28 19:03:00