Trace number 3716927

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo2satCp2 2012-05-19? (TO) 1800.14 1800.51

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap64_wcsp.wbo
MD5SUMeea9483bb210b3ae31db150f2467fbf7
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark10336274
Best CPU time to get the best result obtained on this benchmark1800.01
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 58368026
Min constraint cost 1
Max constraint cost 58368026
Sum of constraints costs 47051030826
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 19207135
0.00/0.02	c current bound: 9603567
0.00/0.02	c fallback to adder encoding
29.37/29.47	c current bound: 14405351
29.37/29.47	c fallback to adder encoding
369.79/369.94	o 14405279
369.79/369.94	c current bound: 12004423
369.79/369.94	c fallback to adder encoding
738.72/738.95	o 12004410
738.72/738.95	c current bound: 10803989
738.72/738.95	c fallback to adder encoding
993.77/994.05	o 10803406
993.77/994.05	c current bound: 10203487
993.77/994.05	c fallback to adder encoding
1326.21/1326.53	o 10203456
1326.21/1326.53	c current bound: 9903512
1326.21/1326.53	c fallback to adder encoding
1395.38/1395.74	c current bound: 10053484
1395.38/1395.74	c fallback to adder encoding
1530.67/1531.00	c current bound: 10128470
1530.67/1531.00	c fallback to adder encoding
1730.30/1730.73	o 10127623
1730.30/1730.73	c current bound: 10090554
1730.30/1730.73	c fallback to adder encoding
1800.10/1800.51	./satsolver.sh: line 5:  6744 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1800.51	c error: unexpected solver exit code
1800.10/1800.51	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-3716927-1338223957/watcher-3716927-1338223957 -o /tmp/evaluation-result-3716927-1338223957/solver-3716927-1338223957 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3716927-1338223957.wbo 118668880 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.00 2.00 3/177 6631
/proc/meminfo: memFree=24969860/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0

[startup+0.034548 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6631
/proc/meminfo: memFree=24969860/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100292 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6631
/proc/meminfo: memFree=24969860/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300319 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6631
/proc/meminfo: memFree=24969860/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6631
/proc/meminfo: memFree=24969860/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6638
/proc/meminfo: memFree=24933360/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=11432 CPUtime=0.13 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 2635 1477 0 0 11 2 0 0 20 0 1 0 288521149 11706368 2493 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 2858 2493 175 410 0 2440 0
[pid=6637] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6637/stat : 6637 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288521163 9367552 267 33554432000 4194304 5064252 140735146341136 140735146340048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6637/statm: 2287 267 226 213 0 72 0
[pid=6638] ppid=6637 vsize=25704 CPUtime=1.34 cores=1,3,5,7
/proc/6638/stat : 6638 (glucose_static) R 6637 6631 2489 0 -1 4202496 5993 0 0 0 133 1 0 0 20 0 1 0 288521163 26320896 5576 33554432000 4194304 4896791 140736305857152 140736305854360 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6638/statm: 6426 5576 78 172 0 6252 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 55432

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6638
/proc/meminfo: memFree=24931624/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=11432 CPUtime=0.13 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 2635 1477 0 0 11 2 0 0 20 0 1 0 288521149 11706368 2493 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 2858 2493 175 410 0 2440 0
[pid=6637] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6637/stat : 6637 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288521163 9367552 267 33554432000 4194304 5064252 140735146341136 140735146340048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6637/statm: 2287 267 226 213 0 72 0
[pid=6638] ppid=6637 vsize=26760 CPUtime=2.94 cores=1,3,5,7
/proc/6638/stat : 6638 (glucose_static) R 6637 6631 2489 0 -1 4202496 7225 0 0 0 292 2 0 0 20 0 1 0 288521163 27402240 5935 33554432000 4194304 4896791 140736305857152 140736305854360 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6638/statm: 6690 5935 78 172 0 6516 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 56488

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6638
/proc/meminfo: memFree=24926476/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=11432 CPUtime=0.13 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 2635 1477 0 0 11 2 0 0 20 0 1 0 288521149 11706368 2493 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 2858 2493 175 410 0 2440 0
[pid=6637] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6637/stat : 6637 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288521163 9367552 267 33554432000 4194304 5064252 140735146341136 140735146340048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6637/statm: 2287 267 226 213 0 72 0
[pid=6638] ppid=6637 vsize=28260 CPUtime=6.14 cores=1,3,5,7
/proc/6638/stat : 6638 (glucose_static) R 6637 6631 2489 0 -1 4202496 9367 0 0 0 612 2 0 0 20 0 1 0 288521163 28938240 6179 33554432000 4194304 4896791 140736305857152 140736305852888 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6638/statm: 7065 6179 78 172 0 6891 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 57988

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6638
/proc/meminfo: memFree=24922080/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=11432 CPUtime=0.13 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 2635 1477 0 0 11 2 0 0 20 0 1 0 288521149 11706368 2493 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 2858 2493 175 410 0 2440 0
[pid=6637] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6637/stat : 6637 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288521163 9367552 267 33554432000 4194304 5064252 140735146341136 140735146340048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6637/statm: 2287 267 226 213 0 72 0
[pid=6638] ppid=6637 vsize=34576 CPUtime=12.54 cores=1,3,5,7
/proc/6638/stat : 6638 (glucose_static) R 6637 6631 2489 0 -1 4202496 11105 0 0 0 1251 3 0 0 20 0 1 0 288521163 35405824 7971 33554432000 4194304 4896791 140736305857152 140736305852888 4225348 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6638/statm: 8644 7971 78 172 0 8470 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 64304

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6638
/proc/meminfo: memFree=24920812/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=11432 CPUtime=0.13 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 2635 1477 0 0 11 2 0 0 20 0 1 0 288521149 11706368 2493 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 2858 2493 175 410 0 2440 0
[pid=6637] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6637/stat : 6637 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288521163 9367552 267 33554432000 4194304 5064252 140735146341136 140735146340048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6637/statm: 2287 267 226 213 0 72 0
[pid=6638] ppid=6637 vsize=43524 CPUtime=25.34 cores=1,3,5,7
/proc/6638/stat : 6638 (glucose_static) R 6637 6631 2489 0 -1 4202496 12894 0 0 0 2530 4 0 0 20 0 1 0 288521163 44568576 8549 33554432000 4194304 4896791 140736305857152 140736305854680 4235658 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6638/statm: 10881 8549 78 172 0 10707 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 73252

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6641
/proc/meminfo: memFree=24914020/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19620 CPUtime=29.56 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 4726 15786 0 0 21 3 2926 6 20 0 1 0 288521149 20090880 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4905 4361 175 410 0 4487 0
[pid=6640] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6640/stat : 6640 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288524108 9367552 267 33554432000 4194304 5064252 140734214703664 140734214702576 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6640/statm: 2287 267 226 213 0 72 0
[pid=6641] ppid=6640 vsize=42524 CPUtime=21.49 cores=1,3,5,7
/proc/6641/stat : 6641 (glucose_static) R 6640 6631 2489 0 -1 4202496 14716 0 0 0 2145 4 0 0 20 0 1 0 288524108 43544576 8364 33554432000 4194304 4896791 140733488523744 140733488520952 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6641/statm: 10631 8364 78 172 0 10457 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 80440

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6641
/proc/meminfo: memFree=24900420/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19620 CPUtime=29.56 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 4726 15786 0 0 21 3 2926 6 20 0 1 0 288521149 20090880 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4905 4361 175 410 0 4487 0
[pid=6640] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6640/stat : 6640 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288524108 9367552 267 33554432000 4194304 5064252 140734214703664 140734214702576 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6640/statm: 2287 267 226 213 0 72 0
[pid=6641] ppid=6640 vsize=49784 CPUtime=72.69 cores=1,3,5,7
/proc/6641/stat : 6641 (glucose_static) R 6640 6631 2489 0 -1 4202496 23461 0 0 0 7259 10 0 0 20 0 1 0 288524108 50978816 11556 33554432000 4194304 4896791 140733488523744 140733488520952 4224975 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6641/statm: 12446 11556 78 172 0 12272 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 87700

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6641
/proc/meminfo: memFree=24883508/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19620 CPUtime=29.56 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 4726 15786 0 0 21 3 2926 6 20 0 1 0 288521149 20090880 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4905 4361 175 410 0 4487 0
[pid=6640] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 6734
/proc/meminfo: memFree=27965260/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19948 CPUtime=1395.55 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 16011 170876 0 0 73 10 139347 125 20 0 1 0 288521149 20426752 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4987 4361 175 410 0 4569 0
[pid=6733] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6733/stat : 6733 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288660735 9367552 267 33554432000 4194304 5064252 140735782245344 140735782244256 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6733/statm: 2287 267 226 213 0 72 0
[pid=6734] ppid=6733 vsize=43756 CPUtime=26.43 cores=1,3,5,7
/proc/6734/stat : 6734 (glucose_static) R 6733 6631 2489 0 -1 4202496 14985 0 0 0 2639 4 0 0 20 0 1 0 288660735 44806144 10110 33554432000 4194304 4896791 140734350032624 140734350029832 4203877 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6734/statm: 10939 10110 78 172 0 10765 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 82000

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6735
/proc/meminfo: memFree=27949504/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19948 CPUtime=1395.55 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 16011 170876 0 0 73 10 139347 125 20 0 1 0 288521149 20426752 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4987 4361 175 410 0 4569 0
[pid=6733] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6733/stat : 6733 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288660735 9367552 267 33554432000 4194304 5064252 140735782245344 140735782244256 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6733/statm: 2287 267 226 213 0 72 0
[pid=6734] ppid=6733 vsize=59524 CPUtime=86.41 cores=1,3,5,7
/proc/6734/stat : 6734 (glucose_static) R 6733 6631 2489 0 -1 4202496 21139 0 0 0 8632 9 0 0 20 0 1 0 288660735 60952576 13430 33554432000 4194304 4896791 140734350032624 140734350029832 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6734/statm: 14881 13430 78 172 0 14707 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 97768

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6738
/proc/meminfo: memFree=27966584/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19948 CPUtime=1530.78 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 18021 196972 0 0 83 11 152846 138 20 0 1 0 288521149 20426752 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4987 4361 175 410 0 4569 0
[pid=6737] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6737/stat : 6737 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288674260 9367552 266 33554432000 4194304 5064252 140735139754688 140735139753600 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6737/statm: 2287 266 226 213 0 72 0
[pid=6738] ppid=6737 vsize=33728 CPUtime=11.17 cores=1,3,5,7
/proc/6738/stat : 6738 (glucose_static) R 6737 6631 2489 0 -1 4202496 9387 0 0 0 1114 3 0 0 20 0 1 0 288674261 34537472 7401 33554432000 4194304 4896791 140734154671616 140734154669128 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6738/statm: 8432 7401 78 172 0 8258 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 71972

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6738
/proc/meminfo: memFree=27972288/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19948 CPUtime=1530.78 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 18021 196972 0 0 83 11 152846 138 20 0 1 0 288521149 20426752 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4987 4361 175 410 0 4569 0
[pid=6737] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6737/stat : 6737 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288674260 9367552 266 33554432000 4194304 5064252 140735139754688 140735139753600 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6737/statm: 2287 266 226 213 0 72 0
[pid=6738] ppid=6737 vsize=45912 CPUtime=71.15 cores=1,3,5,7
/proc/6738/stat : 6738 (glucose_static) R 6737 6631 2489 0 -1 4202496 16343 0 0 0 7107 8 0 0 20 0 1 0 288674261 47013888 10239 33554432000 4194304 4896791 140734154671616 140734154669128 4203849 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6738/statm: 11478 10239 78 172 0 11304 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 84156

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 6741
/proc/meminfo: memFree=27963456/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19948 CPUtime=1530.78 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 18021 196972 0 0 83 11 152846 138 20 0 1 0 288521149 20426752 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4987 4361 175 410 0 4569 0
[pid=6737] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6737/stat : 6737 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288674260 9367552 266 33554432000 4194304 5064252 140735139754688 140735139753600 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6737/statm: 2287 266 226 213 0 72 0
[pid=6738] ppid=6737 vsize=61488 CPUtime=131.13 cores=1,3,5,7
/proc/6738/stat : 6738 (glucose_static) R 6737 6631 2489 0 -1 4202496 21792 0 0 0 13102 11 0 0 20 0 1 0 288674261 62963712 12052 33554432000 4194304 4896791 140734154671616 140734154667352 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6738/statm: 15372 12052 78 172 0 15198 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 99732

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 6741
/proc/meminfo: memFree=27943932/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19948 CPUtime=1530.78 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 18021 196972 0 0 83 11 152846 138 20 0 1 0 288521149 20426752 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4987 4361 175 410 0 4569 0
[pid=6737] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6737/stat : 6737 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288674260 9367552 266 33554432000 4194304 5064252 140735139754688 140735139753600 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6737/statm: 2287 266 226 213 0 72 0
[pid=6738] ppid=6737 vsize=82164 CPUtime=191.12 cores=1,3,5,7
/proc/6738/stat : 6738 (glucose_static) R 6737 6631 2489 0 -1 4202496 25954 0 0 0 19097 15 0 0 20 0 1 0 288674261 84135936 15779 33554432000 4194304 4896791 140734154671616 140734154669144 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6738/statm: 20541 15779 78 172 0 20367 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 120408

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 6745
/proc/meminfo: memFree=27962420/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19948 CPUtime=1730.47 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 20392 224173 0 0 94 13 172785 155 20 0 1 0 288521149 20426752 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4987 4361 175 410 0 4569 0
[pid=6743] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6743/stat : 6743 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288694233 9367552 267 33554432000 4194304 5064252 140734978451984 140734978450896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6743/statm: 2287 267 226 213 0 72 0
[pid=6744] ppid=6743 vsize=44784 CPUtime=51.43 cores=1,3,5,7
/proc/6744/stat : 6744 (glucose_static) R 6743 6631 2489 0 -1 4202496 18724 0 0 0 5136 7 0 0 20 0 1 0 288694234 45858816 9443 33554432000 4194304 4896791 140733438839248 140733438836776 4206202 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6744/statm: 11196 9443 78 172 0 11022 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 83028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 6745
/proc/meminfo: memFree=27951732/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19948 CPUtime=1730.47 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 20392 224173 0 0 94 13 172785 155 20 0 1 0 288521149 20426752 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4987 4361 175 410 0 4569 0
[pid=6743] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6743/stat : 6743 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288694233 9367552 267 33554432000 4194304 5064252 140734978451984 140734978450896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6743/statm: 2287 267 226 213 0 72 0
[pid=6744] ppid=6743 vsize=58040 CPUtime=69.63 cores=1,3,5,7
/proc/6744/stat : 6744 (glucose_static) R 6743 6631 2489 0 -1 4202496 20416 0 0 0 6955 8 0 0 20 0 1 0 288694234 59432960 11499 33554432000 4194304 4896791 140733438839248 140733438836456 4203886 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6744/statm: 14510 11499 78 172 0 14336 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 96284

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 6745
/proc/meminfo: memFree=27951732/32873852 swapFree=6848/6848
[pid=6631] ppid=6629 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6631/stat : 6631 (runWbo2satCp2.s) S 6629 6631 2489 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288521148 9367552 275 33554432000 4194304 5064252 140736068473376 140736068472288 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6631/statm: 2287 275 233 213 0 72 0
[pid=6632] ppid=6631 vsize=19948 CPUtime=1730.47 cores=1,3,5,7
/proc/6632/stat : 6632 (wbo2sat) S 6631 6631 2489 0 -1 4202496 20392 224173 0 0 94 13 172785 155 20 0 1 0 288521149 20426752 4361 33554432000 4194304 5872148 140736880809952 140736880803224 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6632/statm: 4987 4361 175 410 0 4569 0
[pid=6743] ppid=6632 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6743/stat : 6743 (satsolver.sh) S 6632 6631 2489 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288694233 9367552 267 33554432000 4194304 5064252 140734978451984 140734978450896 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6743/statm: 2287 267 226 213 0 72 0
[pid=6744] ppid=6743 vsize=58040 CPUtime=69.63 cores=1,3,5,7
/proc/6744/stat : 6744 (glucose_static) R 6743 6631 2489 0 -1 4202496 20416 0 0 0 6955 8 0 0 20 0 1 0 288694234 59432960 11499 33554432000 4194304 4896791 140733438839248 140733438836456 4203886 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6744/statm: 14510 11499 78 172 0 14336 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 96284

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.14
CPU user time (s): 1798.36
CPU system time (s): 1.78373
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 191088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.36
system time used= 1.78373
maximum resident set size= 132260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265972
page faults= 0
swaps= 0
block input operations= 0
block output operations= 118120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 229
involuntary context switches= 1894

runsolver used 4.02139 second user time and 10.4834 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-28 18:52:37
IDJOB=3716927
IDBENCH=79499
IDSOLVER=2299
FILE ID=node129/3716927-1338223957
RUNJOBID= node129-1338193705-2506
PBS_JOBID= 14624591
Free space on /tmp= 70364 MiB

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

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

MD5SUM BENCH= eea9483bb210b3ae31db150f2467fbf7
RANDOM SEED=118668880

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        24970116 kB
Buffers:          410252 kB
Cached:          4010164 kB
SwapCached:            0 kB
Active:          4745364 kB
Inactive:        2292092 kB
Active(anon):    2619588 kB
Inactive(anon):        0 kB
Active(file):    2125776 kB
Inactive(file):  2292092 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:       2748924 kB
Mapped:            15160 kB
Shmem:               204 kB
Slab:             721140 kB
SReclaimable:     163732 kB
SUnreclaim:       557408 kB
KernelStack:        1504 kB
PageTables:         9212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3299568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2174976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71100 MiB
End job on node129 at 2012-05-28 19:22:38