Trace number 3716376

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-95-90--soft-66-100-0.wbo
MD5SUM3f020b13e6cf17982f0e6d51d5561da8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.09522
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8550
Total number of constraints185
Number of soft constraints61
Number of constraints which are clauses95
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint95
Top cost 3342
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3341
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 96
Number of bits of the biggest sum of numbers7
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

2.78/2.83	o 2422
2.78/2.83	c current bound: 1211
8.26/8.36	o 78
8.26/8.36	c current bound: 39
23.16/23.28	o 39
23.16/23.28	c current bound: 19
29.46/29.57	o 18
29.46/29.57	c current bound: 9
37.45/37.55	o 8
37.45/37.55	c current bound: 4
53.25/53.36	o 3
53.25/53.36	c current bound: 1
1800.01/1800.41	c error: unexpected solver exit code
1800.01/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-3716376-1338186385/watcher-3716376-1338186385 -o /tmp/evaluation-result-3716376-1338186385/solver-3716376-1338186385 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716376-1338186385.wbo 594765183 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 9189
/proc/meminfo: memFree=28943544/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0

[startup+0.095088 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 9189
/proc/meminfo: memFree=28943544/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100224 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 9189
/proc/meminfo: memFree=28943544/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300149 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 9189
/proc/meminfo: memFree=28943544/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700194 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 9189
/proc/meminfo: memFree=28943544/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 9193
/proc/meminfo: memFree=28848648/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=27048 CPUtime=0.73 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 5381 0 0 0 71 2 0 0 20 0 1 0 284763949 27697152 4742 33554432000 4194304 5872148 140736705674128 140736705670008 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9190/statm: 6762 4742 164 410 0 6344 0
[pid=9192] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9192/stat : 9192 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284764024 9367552 267 33554432000 4194304 5064252 140735406994480 140735406993392 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9192/statm: 2287 267 226 213 0 72 0
[pid=9193] ppid=9192 vsize=75320 CPUtime=0.74 cores=1,3,5,7
/proc/9193/stat : 9193 (glucose_static) R 9192 9189 6626 0 -1 4202496 16205 0 0 0 71 3 0 0 20 0 1 0 284764024 77127680 16883 33554432000 4194304 4896791 140735089438576 140735089435720 4224752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9193/statm: 18830 16883 76 172 0 18656 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 120664

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 9193
/proc/meminfo: memFree=28903636/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=41836 CPUtime=2.87 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 9082 17763 0 0 91 68 122 6 20 0 1 0 284763949 42840064 8378 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9190/statm: 10459 8378 173 410 0 10041 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 50984

[startup+6.30032 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 9196
/proc/meminfo: memFree=28785932/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=41836 CPUtime=2.87 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 9082 17763 0 0 91 68 122 6 20 0 1 0 284763949 42840064 8378 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9190/statm: 10459 8378 173 410 0 10041 0
[pid=9195] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9195/stat : 9195 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284764239 9367552 267 33554432000 4194304 5064252 140737301446240 140737301445152 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9195/statm: 2287 267 226 213 0 72 0
[pid=9196] ppid=9195 vsize=104444 CPUtime=3.39 cores=1,3,5,7
/proc/9196/stat : 9196 (glucose_static) R 9195 9189 6626 0 -1 4202496 20161 0 0 0 335 4 0 0 20 0 1 0 284764239 106950656 23274 33554432000 4194304 4896791 140735629528288 140735629525592 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9196/statm: 26111 23274 78 172 0 25937 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 164576

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 9199
/proc/meminfo: memFree=28806600/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=8.34 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 11236 39364 0 0 93 69 659 13 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9198] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9198/stat : 9198 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284764786 9367552 266 33554432000 4194304 5064252 140733639270672 140733639269584 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9198/statm: 2287 266 226 213 0 72 0
[pid=9199] ppid=9198 vsize=76448 CPUtime=4.32 cores=1,3,5,7
/proc/9199/stat : 9199 (glucose_static) R 9198 9189 6626 0 -1 4202496 15906 0 0 0 430 2 0 0 20 0 1 0 284764786 78282752 17216 33554432000 4194304 4896791 140736450931200 140736450928408 4225449 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9199/statm: 19112 17216 78 172 0 18938 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 137636

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9202
/proc/meminfo: memFree=28822008/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=23.26 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 13015 57588 0 0 95 69 2144 18 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9201] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9201/stat : 9201 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284766278 9367552 267 33554432000 4194304 5064252 140733617220064 140733617218976 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9201/statm: 2287 267 226 213 0 72 0
[pid=9202] ppid=9201 vsize=76172 CPUtime=2.2 cores=1,3,5,7
/proc/9202/stat : 9202 (glucose_static) R 9201 9189 6626 0 -1 4202496 15565 0 0 0 218 2 0 0 20 0 1 0 284766278 78000128 16886 33554432000 4194304 4896791 140737183101456 140737183098664 4224871 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9202/statm: 19043 16886 78 172 0 18869 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 137360

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9208
/proc/meminfo: memFree=28816152/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=37.52 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 16540 93586 0 0 98 70 3554 30 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9207] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9207/stat : 9207 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284767705 9367552 266 33554432000 4194304 5064252 140733508845472 140733508844384 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9207/statm: 2287 266 226 213 0 72 0
[pid=9208] ppid=9207 vsize=78300 CPUtime=13.52 cores=1,3,5,7
/proc/9208/stat : 9208 (glucose_static) R 9207 9189 6626 0 -1 4202496 17697 0 0 0 1349 3 0 0 20 0 1 0 284767705 80179200 17691 33554432000 4194304 4896791 140733640555952 140733640553160 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9208/statm: 19575 17691 78 172 0 19401 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 139488

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9211
/proc/meminfo: memFree=28805316/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=53.33 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 18300 112890 0 0 100 70 5126 37 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9210] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9210/stat : 9210 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284769285 9367552 267 33554432000 4194304 5064252 140733423588432 140733423587344 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9210/statm: 2287 267 226 213 0 72 0
[pid=9211] ppid=9210 vsize=90900 CPUtime=48.91 cores=1,3,5,7
/proc/9211/stat : 9211 (glucose_static) R 9210 9189 6626 0 -1 4202496 20400 0 0 0 4885 6 0 0 20 0 1 0 284769286 93081600 19323 33554432000 4194304 4896791 140735493499920 140735493497128 4224921 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9211/statm: 22725 19323 78 172 0 22551 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 152088

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9211
/proc/meminfo: memFree=28786940/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=53.33 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 18300 112890 0 0 100 70 5126 37 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9210] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9210/stat : 9210 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284769285 9367552 267 33554432000 4194304 5064252 140733423588432 140733423587344 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9210/statm: 2287 267 226 213 0 72 0
[pid=9211] ppid=9210 vsize=97768 CPUtime=108.89 cores=1,3,5,7
/proc/9211/stat : 9211 (glucose_static) R 9210 9189 6626 0 -1 4202496 24711 0 0 0 10880 9 0 0 20 0 1 0 284769286 100114432 21667 33554432000 4194304 4896791 140735493499920 140735493497128 4224722 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9211/statm: 24442 21667 78 172 0 24268 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 9284
/proc/meminfo: memFree=28779064/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=53.33 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 18300 112890 0 0 100 70 5126 37 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9210] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9210/stat : 9210 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284769285 9367552 267 33554432000 4194304 5064252 140733423588432 140733423587344 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9210/statm: 2287 267 226 213 0 72 0
[pid=9211] ppid=9210 vsize=191224 CPUtime=1308.67 cores=1,3,5,7
/proc/9211/stat : 9211 (glucose_static) R 9210 9189 6626 0 -1 4202496 57933 0 0 0 130827 40 0 0 20 0 1 0 284769286 195813376 43031 33554432000 4194304 4896791 140735493499920 140735493497128 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9211/statm: 47806 43031 78 172 0 47632 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 252412

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 9287
/proc/meminfo: memFree=28766168/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=53.33 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 18300 112890 0 0 100 70 5126 37 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9210] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9210/stat : 9210 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284769285 9367552 267 33554432000 4194304 5064252 140733423588432 140733423587344 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9210/statm: 2287 267 226 213 0 72 0
[pid=9211] ppid=9210 vsize=193336 CPUtime=1368.66 cores=1,3,5,7
/proc/9211/stat : 9211 (glucose_static) R 9210 9189 6626 0 -1 4202496 59426 0 0 0 136824 42 0 0 20 0 1 0 284769286 197976064 43067 33554432000 4194304 4896791 140735493499920 140735493497128 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9211/statm: 48334 43067 78 172 0 48160 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 254524

[startup+1482.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 9288
/proc/meminfo: memFree=28761600/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=53.33 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 18300 112890 0 0 100 70 5126 37 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9210] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9210/stat : 9210 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284769285 9367552 267 33554432000 4194304 5064252 140733423588432 140733423587344 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9210/statm: 2287 267 226 213 0 72 0
[pid=9211] ppid=9210 vsize=176240 CPUtime=1428.64 cores=1,3,5,7
/proc/9211/stat : 9211 (glucose_static) R 9210 9189 6626 0 -1 4202496 60308 0 0 0 142821 43 0 0 20 0 1 0 284769286 180469760 42004 33554432000 4194304 4896791 140735493499920 140735493497128 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9211/statm: 44060 42004 78 172 0 43886 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 237428

[startup+1542.3 s]
/proc/loadavg: 2.17 2.07 2.01 3/183 9288
/proc/meminfo: memFree=28742860/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=53.33 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 18300 112890 0 0 100 70 5126 37 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9210] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9210/stat : 9210 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284769285 9367552 267 33554432000 4194304 5064252 140733423588432 140733423587344 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9210/statm: 2287 267 226 213 0 72 0
[pid=9211] ppid=9210 vsize=197052 CPUtime=1488.63 cores=1,3,5,7
/proc/9211/stat : 9211 (glucose_static) R 9210 9189 6626 0 -1 4202496 61349 0 0 0 148819 44 0 0 20 0 1 0 284769286 201781248 45071 33554432000 4194304 4896791 140735493499920 140735493497128 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9211/statm: 49263 45071 78 172 0 49089 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 258240

[startup+1602.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/183 9288
/proc/meminfo: memFree=28735852/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=53.33 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 18300 112890 0 0 100 70 5126 37 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9210] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9210/stat : 9210 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284769285 9367552 267 33554432000 4194304 5064252 140733423588432 140733423587344 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9210/statm: 2287 267 226 213 0 72 0
[pid=9211] ppid=9210 vsize=198636 CPUtime=1548.61 cores=1,3,5,7
/proc/9211/stat : 9211 (glucose_static) R 9210 9189 6626 0 -1 4202496 62709 0 0 0 154816 45 0 0 20 0 1 0 284769286 203403264 43946 33554432000 4194304 4896791 140735493499920 140735493497128 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9211/statm: 49659 43946 78 172 0 49485 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 259824

[startup+1662.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/183 9288
/proc/meminfo: memFree=28716196/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=53.33 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 18300 112890 0 0 100 70 5126 37 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9210] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9210/stat : 9210 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284769285 9367552 267 33554432000 4194304 5064252 140733423588432 140733423587344 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9210/statm: 2287 267 226 213 0 72 0
[pid=9211] ppid=9210 vsize=200352 CPUtime=1608.6 cores=1,3,5,7
/proc/9211/stat : 9211 (glucose_static) R 9210 9189 6626 0 -1 4202496 63186 0 0 0 160814 46 0 0 20 0 1 0 284769286 205160448 46455 33554432000 4194304 4896791 140735493499920 140735493497128 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9211/statm: 50088 46455 78 172 0 49914 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 261540

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 9288
/proc/meminfo: memFree=28725144/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=53.33 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 18300 112890 0 0 100 70 5126 37 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9210] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9210/stat : 9210 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284769285 9367552 267 33554432000 4194304 5064252 140733423588432 140733423587344 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9210/statm: 2287 267 226 213 0 72 0
[pid=9211] ppid=9210 vsize=201680 CPUtime=1668.59 cores=1,3,5,7
/proc/9211/stat : 9211 (glucose_static) R 9210 9189 6626 0 -1 4202496 64478 0 0 0 166812 47 0 0 20 0 1 0 284769286 206520320 44763 33554432000 4194304 4896791 140735493499920 140735493497128 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9211/statm: 50420 44763 78 172 0 50246 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 262868

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 9289
/proc/meminfo: memFree=28698892/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=53.33 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 18300 112890 0 0 100 70 5126 37 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9210] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9210/stat : 9210 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284769285 9367552 267 33554432000 4194304 5064252 140733423588432 140733423587344 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9210/statm: 2287 267 226 213 0 72 0
[pid=9211] ppid=9210 vsize=203000 CPUtime=1728.58 cores=1,3,5,7
/proc/9211/stat : 9211 (glucose_static) R 9210 9189 6626 0 -1 4202496 64827 0 0 0 172810 48 0 0 20 0 1 0 284769286 207872000 47667 33554432000 4194304 4896791 140735493499920 140735493497128 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9211/statm: 50750 47667 78 172 0 50576 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 264188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 9289
/proc/meminfo: memFree=28714180/32873648 swapFree=6864/6864
[pid=9189] ppid=9187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9189/stat : 9189 (runWbo2sat.sh) S 9187 9189 6626 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284763949 9367552 275 33554432000 4194304 5064252 140736898049024 140736898047936 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9189/statm: 2287 275 233 213 0 72 0
[pid=9190] ppid=9189 vsize=42892 CPUtime=53.33 cores=1,3,5,7
/proc/9190/stat : 9190 (wbo2sat) S 9189 9189 6626 0 -1 4202496 18300 112890 0 0 100 70 5126 37 20 0 1 0 284763949 43921408 8642 33554432000 4194304 5872148 140736705674128 140736705667400 5123914 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9190/statm: 10723 8642 173 410 0 10305 0
[pid=9210] ppid=9190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9210/stat : 9210 (satsolver.sh) S 9190 9189 6626 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284769285 9367552 267 33554432000 4194304 5064252 140733423588432 140733423587344 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9210/statm: 2287 267 226 213 0 72 0
[pid=9211] ppid=9210 vsize=203752 CPUtime=1746.68 cores=1,3,5,7
/proc/9211/stat : 9211 (glucose_static) R 9210 9189 6626 0 -1 4202496 65649 0 0 0 174619 49 0 0 20 0 1 0 284769286 208642048 44483 33554432000 4194304 4896791 140735493499920 140735493497448 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9211/statm: 50938 44483 78 172 0 50764 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 264940

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.05
CPU user time (s): 1798.46
CPU system time (s): 1.58676
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 295292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.58676
maximum resident set size= 223476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 178632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152
involuntary context switches= 2334

runsolver used 2.96255 second user time and 7.35888 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-28 08:26:25
IDJOB=3716376
IDBENCH=78737
IDSOLVER=2298
FILE ID=node125/3716376-1338186385
RUNJOBID= node125-1338160489-6643
PBS_JOBID= 14624562
Free space on /tmp= 71248 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-95-90--soft-66-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716376-1338186385/watcher-3716376-1338186385 -o /tmp/evaluation-result-3716376-1338186385/solver-3716376-1338186385 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716376-1338186385.wbo 594765183 HOME HOME

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

MD5SUM BENCH= 3f020b13e6cf17982f0e6d51d5561da8
RANDOM SEED=594765183

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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	: 5438.54
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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28944080 kB
Buffers:          490356 kB
Cached:          2478568 kB
SwapCached:         2304 kB
Active:          1555768 kB
Inactive:        1513776 kB
Active(anon):      92364 kB
Inactive(anon):     9556 kB
Active(file):    1463404 kB
Inactive(file):  1504220 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:              8576 kB
Writeback:             0 kB
AnonPages:        214904 kB
Mapped:            15176 kB
Shmem:               104 kB
Slab:             719684 kB
SReclaimable:     163628 kB
SUnreclaim:       556056 kB
KernelStack:        1520 kB
PageTables:         4088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     221852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71220 MiB
End job on node125 at 2012-05-28 08:56:26