Trace number 3716230

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap43_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.74
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.92	c current bound: 14349101
65.87/65.92	c fallback to adder encoding
236.84/236.93	o 14348405
236.84/236.93	c current bound: 11957236
236.84/236.93	c fallback to adder encoding
331.42/331.58	o 11955555
331.42/331.58	c current bound: 10760811
331.42/331.58	c fallback to adder encoding
595.36/595.59	o 10758710
595.36/595.59	c current bound: 10162389
595.36/595.59	c fallback to adder encoding
918.41/918.65	o 10161504
918.41/918.65	c current bound: 9863786
918.41/918.65	c fallback to adder encoding
1256.86/1257.19	o 9862183
1256.86/1257.19	c current bound: 9714125
1256.86/1257.19	c fallback to adder encoding
1410.83/1411.10	c current bound: 9788154
1410.83/1411.10	c fallback to adder encoding
1628.48/1628.80	c current bound: 9825169
1628.48/1628.80	c fallback to adder encoding
1800.04/1800.41	./satsolver.sh: line 5: 32293 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.41	c error: unexpected solver exit code
1800.04/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-3716230-1338224580/watcher-3716230-1338224580 -o /tmp/evaluation-result-3716230-1338224580/solver-3716230-1338224580 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716230-1338224580.wbo 634709454 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.04 2.03 2.00 3/179 32202
/proc/meminfo: memFree=29508096/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0

[startup+0.056366 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 32202
/proc/meminfo: memFree=29508096/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100179 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 32202
/proc/meminfo: memFree=29508096/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300181 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 32202
/proc/meminfo: memFree=29508096/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70012 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 32202
/proc/meminfo: memFree=29508096/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/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.04 2.03 2.00 3/183 32209
/proc/meminfo: memFree=29472016/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 2937 1478 0 0 11 1 0 0 20 0 1 0 288583899 11706368 2283 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 2858 2283 175 410 0 2440 0
[pid=32208] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32208/stat : 32208 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288583913 9367552 267 33554432000 4194304 5064252 140736549004576 140736549003488 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32208/statm: 2287 267 226 213 0 72 0
[pid=32209] ppid=32208 vsize=25540 CPUtime=1.35 cores=1,3,5,7
/proc/32209/stat : 32209 (glucose_static) R 32208 32202 29773 0 -1 4202496 6160 0 0 0 134 1 0 0 20 0 1 0 288583913 26152960 5487 33554432000 4194304 4896791 140734247608944 140734247606152 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32209/statm: 6385 5487 78 172 0 6211 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 55268

[startup+3.1003 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 32209
/proc/meminfo: memFree=29469348/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 2937 1478 0 0 11 1 0 0 20 0 1 0 288583899 11706368 2283 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 2858 2283 175 410 0 2440 0
[pid=32208] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32208/stat : 32208 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288583913 9367552 267 33554432000 4194304 5064252 140736549004576 140736549003488 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32208/statm: 2287 267 226 213 0 72 0
[pid=32209] ppid=32208 vsize=26408 CPUtime=2.94 cores=1,3,5,7
/proc/32209/stat : 32209 (glucose_static) R 32208 32202 29773 0 -1 4202496 7479 0 0 0 293 1 0 0 20 0 1 0 288583913 27041792 5800 33554432000 4194304 4896791 140734247608944 140734247606456 4224999 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32209/statm: 6602 5800 78 172 0 6428 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 56136

[startup+6.30023 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 32209
/proc/meminfo: memFree=29467272/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 2937 1478 0 0 11 1 0 0 20 0 1 0 288583899 11706368 2283 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 2858 2283 175 410 0 2440 0
[pid=32208] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32208/stat : 32208 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288583913 9367552 267 33554432000 4194304 5064252 140736549004576 140736549003488 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32208/statm: 2287 267 226 213 0 72 0
[pid=32209] ppid=32208 vsize=32328 CPUtime=6.15 cores=1,3,5,7
/proc/32209/stat : 32209 (glucose_static) R 32208 32202 29773 0 -1 4202496 8631 0 0 0 613 2 0 0 20 0 1 0 288583913 33103872 7109 33554432000 4194304 4896791 140734247608944 140734247606168 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32209/statm: 8082 7109 78 172 0 7908 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 62056

[startup+12.7003 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 32209
/proc/meminfo: memFree=29465284/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 2937 1478 0 0 11 1 0 0 20 0 1 0 288583899 11706368 2283 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 2858 2283 175 410 0 2440 0
[pid=32208] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32208/stat : 32208 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288583913 9367552 267 33554432000 4194304 5064252 140736549004576 140736549003488 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32208/statm: 2287 267 226 213 0 72 0
[pid=32209] ppid=32208 vsize=33724 CPUtime=12.54 cores=1,3,5,7
/proc/32209/stat : 32209 (glucose_static) R 32208 32202 29773 0 -1 4202496 10235 0 0 0 1252 2 0 0 20 0 1 0 288583913 34533376 7445 33554432000 4194304 4896791 140734247608944 140734247606088 4203856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32209/statm: 8431 7445 78 172 0 8257 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 63452

[startup+25.5004 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 32209
/proc/meminfo: memFree=29458804/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 2937 1478 0 0 11 1 0 0 20 0 1 0 288583899 11706368 2283 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 2858 2283 175 410 0 2440 0
[pid=32208] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32208/stat : 32208 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288583913 9367552 267 33554432000 4194304 5064252 140736549004576 140736549003488 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32208/statm: 2287 267 226 213 0 72 0
[pid=32209] ppid=32208 vsize=35912 CPUtime=25.34 cores=1,3,5,7
/proc/32209/stat : 32209 (glucose_static) R 32208 32202 29773 0 -1 4202496 13089 0 0 0 2531 3 0 0 20 0 1 0 288583913 36773888 8299 33554432000 4194304 4896791 140734247608944 140734247606344 4204125 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32209/statm: 8978 8299 78 172 0 8804 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 65640

[startup+51.1004 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 32209
/proc/meminfo: memFree=29450840/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=11432 CPUtime=0.12 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 2937 1478 0 0 11 1 0 0 20 0 1 0 288583899 11706368 2283 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 2858 2283 175 410 0 2440 0
[pid=32208] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32208/stat : 32208 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288583913 9367552 267 33554432000 4194304 5064252 140736549004576 140736549003488 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32208/statm: 2287 267 226 213 0 72 0
[pid=32209] ppid=32208 vsize=45572 CPUtime=50.93 cores=1,3,5,7
/proc/32209/stat : 32209 (glucose_static) R 32208 32202 29773 0 -1 4202496 15883 0 0 0 5088 5 0 0 20 0 1 0 288583913 46665728 10305 33554432000 4194304 4896791 140734247608944 140734247606456 4225228 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32209/statm: 11393 10305 78 172 0 11219 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 75300

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 32213
/proc/meminfo: memFree=29438460/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=19620 CPUtime=66.01 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 5045 19417 0 0 21 3 6569 8 20 0 1 0 288583899 20090880 4377 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 4905 4377 175 410 0 4487 0
[pid=32211] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32211/stat : 32211 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288590502 9367552 266 33554432000 4194304 5064252 140735351508592 140735351507504 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32211/statm: 2287 266 226 213 0 72 0
[pid=32212] ppid=32211 vsize=38912 CPUtime=36.26 cores=1,3,5,7
/proc/32212/stat : 32212 (glucose_static) R 32211 32202 29773 0 -1 4202496 19170 0 0 0 3621 5 0 0 20 0 1 0 288590502 39845888 8705 33554432000 4194304 4896791 140734148129248 140734148126456 4225151 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32212/statm: 9728 8705 78 172 0 9554 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 76828

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 32213
/proc/meminfo: memFree=29432440/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=19620 CPUtime=66.01 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 5045 19417 0 0 21 3 6569 8 20 0 1 0 288583899 20090880 4377 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 4905 4377 175 410 0 4487 0
[pid=32211] ppid=32203 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 32238
/proc/meminfo: memFree=29414488/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=19948 CPUtime=1257.07 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 16696 171488 0 0 73 9 125522 103 20 0 1 0 288583899 20426752 4377 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 4987 4377 175 410 0 4569 0
[pid=32236] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32236/stat : 32236 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288709629 9367552 267 33554432000 4194304 5064252 140734268223104 140734268222016 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32236/statm: 2287 267 226 213 0 72 0
[pid=32237] ppid=32236 vsize=48316 CPUtime=104.97 cores=1,3,5,7
/proc/32237/stat : 32237 (glucose_static) R 32236 32202 29773 0 -1 4202496 18115 0 0 0 10488 9 0 0 20 0 1 0 288709629 49475584 10977 33554432000 4194304 4896791 140734045895040 140734045892248 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32237/statm: 12079 10977 78 172 0 11905 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 86560

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32241
/proc/meminfo: memFree=29447728/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=19948 CPUtime=1410.94 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 18723 194339 0 0 83 10 140886 115 20 0 1 0 288583899 20426752 4377 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 4987 4377 175 410 0 4569 0
[pid=32240] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32240/stat : 32240 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288725020 9367552 266 33554432000 4194304 5064252 140736262558272 140736262557184 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32240/statm: 2287 266 226 213 0 72 0
[pid=32241] ppid=32240 vsize=33660 CPUtime=11.08 cores=1,3,5,7
/proc/32241/stat : 32241 (glucose_static) R 32240 32202 29773 0 -1 4202496 9463 0 0 0 1106 2 0 0 20 0 1 0 288725020 34467840 6780 33554432000 4194304 4896791 140734507305088 140734507302488 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32241/statm: 8415 6780 78 172 0 8241 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 71904

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 32241
/proc/meminfo: memFree=29427736/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=19948 CPUtime=1410.94 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 18723 194339 0 0 83 10 140886 115 20 0 1 0 288583899 20426752 4377 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 4987 4377 175 410 0 4569 0
[pid=32240] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32240/stat : 32240 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288725020 9367552 266 33554432000 4194304 5064252 140736262558272 140736262557184 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32240/statm: 2287 266 226 213 0 72 0
[pid=32241] ppid=32240 vsize=57720 CPUtime=71.06 cores=1,3,5,7
/proc/32241/stat : 32241 (glucose_static) R 32240 32202 29773 0 -1 4202496 15973 0 0 0 7100 6 0 0 20 0 1 0 288725020 59105280 11806 33554432000 4194304 4896791 140734507305088 140734507302296 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32241/statm: 14430 11806 78 172 0 14256 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 95964

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 32286
/proc/meminfo: memFree=30543648/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=19948 CPUtime=1410.94 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 18723 194339 0 0 83 10 140886 115 20 0 1 0 288583899 20426752 4377 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 4987 4377 175 410 0 4569 0
[pid=32240] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32240/stat : 32240 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288725020 9367552 266 33554432000 4194304 5064252 140736262558272 140736262557184 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32240/statm: 2287 266 226 213 0 72 0
[pid=32241] ppid=32240 vsize=60448 CPUtime=131.04 cores=1,3,5,7
/proc/32241/stat : 32241 (glucose_static) R 32240 32202 29773 0 -1 4202496 19647 0 0 0 13096 8 0 0 20 0 1 0 288725020 61898752 13649 33554432000 4194304 4896791 140734507305088 140734507300824 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32241/statm: 15112 13649 78 172 0 14938 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 98692

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 32286
/proc/meminfo: memFree=30527308/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=19948 CPUtime=1410.94 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 18723 194339 0 0 83 10 140886 115 20 0 1 0 288583899 20426752 4377 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 4987 4377 175 410 0 4569 0
[pid=32240] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32240/stat : 32240 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288725020 9367552 266 33554432000 4194304 5064252 140736262558272 140736262557184 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32240/statm: 2287 266 226 213 0 72 0
[pid=32241] ppid=32240 vsize=81324 CPUtime=191.03 cores=1,3,5,7
/proc/32241/stat : 32241 (glucose_static) R 32240 32202 29773 0 -1 4202496 23175 0 0 0 19091 12 0 0 20 0 1 0 288725020 83275776 17219 33554432000 4194304 4896791 140734507305088 140734507302296 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32241/statm: 20331 17219 78 172 0 20157 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 119568

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 32293
/proc/meminfo: memFree=30553780/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=19948 CPUtime=1628.6 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 20750 219630 0 0 93 11 162626 130 20 0 1 0 288583899 20426752 4377 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 4987 4377 175 410 0 4569 0
[pid=32292] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32292/stat : 32292 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288746790 9367552 267 33554432000 4194304 5064252 140736632730560 140736632729472 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32292/statm: 2287 267 226 213 0 72 0
[pid=32293] ppid=32292 vsize=42876 CPUtime=33.37 cores=1,3,5,7
/proc/32293/stat : 32293 (glucose_static) R 32292 32202 29773 0 -1 4202496 12665 0 0 0 3332 5 0 0 20 0 1 0 288746791 43905024 9421 33554432000 4194304 4896791 140734971749152 140734971744232 4204129 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32293/statm: 10719 9421 78 172 0 10545 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 81120

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 32293
/proc/meminfo: memFree=30525164/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=19948 CPUtime=1628.6 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 20750 219630 0 0 93 11 162626 130 20 0 1 0 288583899 20426752 4377 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 4987 4377 175 410 0 4569 0
[pid=32292] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32292/stat : 32292 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288746790 9367552 267 33554432000 4194304 5064252 140736632730560 140736632729472 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32292/statm: 2287 267 226 213 0 72 0
[pid=32293] ppid=32292 vsize=57908 CPUtime=93.35 cores=1,3,5,7
/proc/32293/stat : 32293 (glucose_static) R 32292 32202 29773 0 -1 4202496 19007 0 0 0 9325 10 0 0 20 0 1 0 288746791 59297792 11379 33554432000 4194304 4896791 140734971749152 140734971746680 4225091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32293/statm: 14477 11379 78 172 0 14303 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 96152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32293
/proc/meminfo: memFree=30507276/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=19948 CPUtime=1628.6 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 20750 219630 0 0 93 11 162626 130 20 0 1 0 288583899 20426752 4377 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 4987 4377 175 410 0 4569 0
[pid=32292] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32292/stat : 32292 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288746790 9367552 267 33554432000 4194304 5064252 140736632730560 140736632729472 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32292/statm: 2287 267 226 213 0 72 0
[pid=32293] ppid=32292 vsize=80324 CPUtime=153.34 cores=1,3,5,7
/proc/32293/stat : 32293 (glucose_static) R 32292 32202 29773 0 -1 4202496 23953 0 0 0 15321 13 0 0 20 0 1 0 288746791 82251776 16888 33554432000 4194304 4896791 140734971749152 140734971746360 4238384 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32293/statm: 20081 16888 78 172 0 19907 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 118568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32293
/proc/meminfo: memFree=30510856/32873648 swapFree=7112/7112
[pid=32202] ppid=32200 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32202/stat : 32202 (runWbo2sat.sh) S 32200 32202 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288583898 9367552 275 33554432000 4194304 5064252 140737128193728 140737128192640 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32202/statm: 2287 275 233 213 0 72 0
[pid=32203] ppid=32202 vsize=19948 CPUtime=1628.6 cores=1,3,5,7
/proc/32203/stat : 32203 (wbo2sat) S 32202 32202 29773 0 -1 4202496 20750 219630 0 0 93 11 162626 130 20 0 1 0 288583899 20426752 4377 33554432000 4194304 5872148 140734372932672 140734372925944 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32203/statm: 4987 4377 175 410 0 4569 0
[pid=32292] ppid=32203 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32292/stat : 32292 (satsolver.sh) S 32203 32202 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288746790 9367552 267 33554432000 4194304 5064252 140736632730560 140736632729472 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32292/statm: 2287 267 226 213 0 72 0
[pid=32293] ppid=32292 vsize=80608 CPUtime=171.44 cores=1,3,5,7
/proc/32293/stat : 32293 (glucose_static) R 32292 32202 29773 0 -1 4202496 25902 0 0 0 17129 15 0 0 20 0 1 0 288746791 82542592 15955 33554432000 4194304 4896791 140734971749152 140734971746360 4225002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32293/statm: 20152 15955 78 172 0 19978 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 118852

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1798.5
CPU system time (s): 1.58476
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 185284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.5
system time used= 1.58476
maximum resident set size= 120852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 117880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 210
involuntary context switches= 1900

runsolver used 4.69129 second user time and 14.7568 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 19:03:00
IDJOB=3716230
IDBENCH=79524
IDSOLVER=2298
FILE ID=node126/3716230-1338224580
RUNJOBID= node126-1338205661-29790
PBS_JOBID= 14624613
Free space on /tmp= 71012 MiB

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

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

MD5SUM BENCH= 6884eb16d9ca5647137a605a0e2a2e0d
RANDOM SEED=634709454

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:        29508468 kB
Buffers:          351664 kB
Cached:          1060212 kB
SwapCached:        17756 kB
Active:          2262724 kB
Inactive:         290584 kB
Active(anon):    1123120 kB
Inactive(anon):    20452 kB
Active(file):    1139604 kB
Inactive(file):   270132 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              8568 kB
Writeback:             0 kB
AnonPages:       1137732 kB
Mapped:            10600 kB
Shmem:                 0 kB
Slab:             670972 kB
SReclaimable:     115272 kB
SUnreclaim:       555700 kB
KernelStack:        1520 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1555356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 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= 71260 MiB
End job on node126 at 2012-05-28 19:33:00