Trace number 3716929

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo2satCp2 2012-05-19? (TO) 1800.15 1800.72

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap74_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.36
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.56/29.64	c current bound: 14405351
29.56/29.64	c fallback to adder encoding
361.75/361.97	o 14405279
361.75/361.97	c current bound: 12004423
361.75/361.97	c fallback to adder encoding
705.04/705.35	o 12004410
705.04/705.35	c current bound: 10803989
705.04/705.35	c fallback to adder encoding
953.57/953.91	o 10803406
953.57/953.91	c current bound: 10203487
953.57/953.91	c fallback to adder encoding
1257.17/1257.61	o 10203456
1257.17/1257.61	c current bound: 9903512
1257.17/1257.61	c fallback to adder encoding
1328.27/1328.74	c current bound: 10053484
1328.27/1328.74	c fallback to adder encoding
1457.20/1457.74	c current bound: 10128470
1457.20/1457.74	c fallback to adder encoding
1653.76/1654.31	o 10127623
1653.76/1654.31	c current bound: 10090554
1653.76/1654.31	c fallback to adder encoding
1800.10/1800.71	./satsolver.sh: line 5:  3616 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1800.71	c error: unexpected solver exit code
1800.10/1800.71	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-3716929-1338224206/watcher-3716929-1338224206 -o /tmp/evaluation-result-3716929-1338224206/solver-3716929-1338224206 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3716929-1338224206.wbo 1375683913 HOME HOME 

running on 4 cores: 0,2,4,6

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 2/179 3489
/proc/meminfo: memFree=31097064/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0

[startup+0.054293 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 3489
/proc/meminfo: memFree=31097064/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100281 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 3489
/proc/meminfo: memFree=31097064/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300165 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 3489
/proc/meminfo: memFree=31097064/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700156 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 3489
/proc/meminfo: memFree=31097064/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3496
/proc/meminfo: memFree=31060512/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 2931 1479 0 0 11 1 0 0 20 0 1 0 288545147 11706368 2276 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 2858 2276 175 410 0 2440 0
[pid=3495] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3495/stat : 3495 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288545161 9367552 267 33554432000 4194304 5064252 140733480089744 140733480088656 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3495/statm: 2287 267 226 213 0 72 0
[pid=3496] ppid=3495 vsize=25704 CPUtime=1.34 cores=0,2,4,6
/proc/3496/stat : 3496 (glucose_static) R 3495 3489 32725 0 -1 4202496 6571 0 0 0 134 0 0 0 20 0 1 0 288545161 26320896 5573 33554432000 4194304 4896791 140733438414528 140733438411736 4225563 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3496/statm: 6426 5573 78 172 0 6252 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 55432

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3496
/proc/meminfo: memFree=31057036/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 2931 1479 0 0 11 1 0 0 20 0 1 0 288545147 11706368 2276 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 2858 2276 175 410 0 2440 0
[pid=3495] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3495/stat : 3495 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288545161 9367552 267 33554432000 4194304 5064252 140733480089744 140733480088656 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3495/statm: 2287 267 226 213 0 72 0
[pid=3496] ppid=3495 vsize=26616 CPUtime=2.95 cores=0,2,4,6
/proc/3496/stat : 3496 (glucose_static) R 3495 3489 32725 0 -1 4202496 7321 0 0 0 294 1 0 0 20 0 1 0 288545161 27254784 5988 33554432000 4194304 4896791 140733438414528 140733438411736 4202982 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3496/statm: 6654 5988 78 172 0 6480 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 56344

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3496
/proc/meminfo: memFree=31046724/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 2931 1479 0 0 11 1 0 0 20 0 1 0 288545147 11706368 2276 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 2858 2276 175 410 0 2440 0
[pid=3495] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3495/stat : 3495 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288545161 9367552 267 33554432000 4194304 5064252 140733480089744 140733480088656 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3495/statm: 2287 267 226 213 0 72 0
[pid=3496] ppid=3495 vsize=28260 CPUtime=6.15 cores=0,2,4,6
/proc/3496/stat : 3496 (glucose_static) R 3495 3489 32725 0 -1 4202496 9334 0 0 0 613 2 0 0 20 0 1 0 288545161 28938240 6176 33554432000 4194304 4896791 140733438414528 140733438410264 4205537 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3496/statm: 7065 6176 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/183 3496
/proc/meminfo: memFree=31057476/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 2931 1479 0 0 11 1 0 0 20 0 1 0 288545147 11706368 2276 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 2858 2276 175 410 0 2440 0
[pid=3495] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3495/stat : 3495 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288545161 9367552 267 33554432000 4194304 5064252 140733480089744 140733480088656 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3495/statm: 2287 267 226 213 0 72 0
[pid=3496] ppid=3495 vsize=34576 CPUtime=12.55 cores=0,2,4,6
/proc/3496/stat : 3496 (glucose_static) R 3495 3489 32725 0 -1 4202496 10983 0 0 0 1252 3 0 0 20 0 1 0 288545161 35405824 7932 33554432000 4194304 4896791 140733438414528 140733438411736 4203956 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3496/statm: 8644 7932 78 172 0 8470 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 64304

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3496
/proc/meminfo: memFree=31042400/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 2931 1479 0 0 11 1 0 0 20 0 1 0 288545147 11706368 2276 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 2858 2276 175 410 0 2440 0
[pid=3495] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3495/stat : 3495 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288545161 9367552 267 33554432000 4194304 5064252 140733480089744 140733480088656 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3495/statm: 2287 267 226 213 0 72 0
[pid=3496] ppid=3495 vsize=43524 CPUtime=25.34 cores=0,2,4,6
/proc/3496/stat : 3496 (glucose_static) R 3495 3489 32725 0 -1 4202496 13056 0 0 0 2530 4 0 0 20 0 1 0 288545161 44568576 8502 33554432000 4194304 4896791 140733438414528 140733438412040 4203775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3496/statm: 10881 8502 78 172 0 10707 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 73252

[startup+51.1003 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 3499
/proc/meminfo: memFree=31028580/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19620 CPUtime=29.72 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 4887 15975 0 0 21 3 2943 5 20 0 1 0 288545147 20090880 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4905 4226 175 410 0 4487 0
[pid=3498] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3498/stat : 3498 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288548122 9367552 267 33554432000 4194304 5064252 140735888344320 140735888343232 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3498/statm: 2287 267 226 213 0 72 0
[pid=3499] ppid=3498 vsize=35348 CPUtime=21.32 cores=0,2,4,6
/proc/3499/stat : 3499 (glucose_static) R 3498 3489 32725 0 -1 4202496 11073 0 0 0 2129 3 0 0 20 0 1 0 288548123 36196352 8132 33554432000 4194304 4896791 140735307392496 140735307389704 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3499/statm: 8837 8132 78 172 0 8663 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 73264

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 3500
/proc/meminfo: memFree=31009004/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19620 CPUtime=29.72 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 4887 15975 0 0 21 3 2943 5 20 0 1 0 288545147 20090880 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4905 4226 175 410 0 4487 0
[pid=3498] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3498/stat : 3498 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288548122 9367552 267 33554432000 4194304 5064252 140735888344320 140735888343232 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3498/statm: 2287 267 226 213 0 72 0
[pid=3499] ppid=3498 vsize=49656 CPUtime=72.51 cores=0,2,4,6
/proc/3499/stat : 3499 (glucose_static) R 3498 3489 32725 0 -1 4202496 18986 0 0 0 7243 8 0 0 20 0 1 0 288548123 50847744 10925 33554432000 4194304 4896791 140735307392496 140735307388232 4225120 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3499/statm: 12414 10925 78 172 0 12240 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 87572

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 3500
/proc/meminfo: memFree=30987656/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19620 CPUtime=29.72 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 4887 15975 0 0 21 3 2943 5 20 0 1 0 288545147 20090880 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4905 4226 175 410 0 4487 0
[pid=3498] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 3609
/proc/meminfo: memFree=30923652/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19948 CPUtime=1328.41 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 15493 172275 0 0 71 8 132652 110 20 0 1 0 288545147 20426752 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4987 4226 175 410 0 4569 0
[pid=3605] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3605/stat : 3605 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288678033 9367552 265 33554432000 4194304 5064252 140736821408640 140736821407552 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3605/statm: 2287 265 226 213 0 72 0
[pid=3606] ppid=3605 vsize=48348 CPUtime=93.41 cores=0,2,4,6
/proc/3606/stat : 3606 (glucose_static) R 3605 3489 32725 0 -1 4202496 21831 0 0 0 9330 11 0 0 20 0 1 0 288678033 49508352 11066 33554432000 4194304 4896791 140736503028784 140736503026296 4225088 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3606/statm: 12087 11066 78 172 0 11913 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 86592

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3612
/proc/meminfo: memFree=30925072/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19948 CPUtime=1457.36 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 17368 198258 0 0 81 10 145522 123 20 0 1 0 288545147 20426752 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4987 4226 175 410 0 4569 0
[pid=3611] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3611/stat : 3611 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288690932 9367552 267 33554432000 4194304 5064252 140736548838944 140736548837856 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 2287 267 226 213 0 72 0
[pid=3612] ppid=3611 vsize=42432 CPUtime=24.42 cores=0,2,4,6
/proc/3612/stat : 3612 (glucose_static) R 3611 3489 32725 0 -1 4202496 14385 0 0 0 2438 4 0 0 20 0 1 0 288690933 43450368 9080 33554432000 4194304 4896791 140736667684480 140736667681624 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3612/statm: 10608 9080 78 172 0 10434 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 80676

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3612
/proc/meminfo: memFree=30894540/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19948 CPUtime=1457.36 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 17368 198258 0 0 81 10 145522 123 20 0 1 0 288545147 20426752 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4987 4226 175 410 0 4569 0
[pid=3611] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3611/stat : 3611 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288690932 9367552 267 33554432000 4194304 5064252 140736548838944 140736548837856 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 2287 267 226 213 0 72 0
[pid=3612] ppid=3611 vsize=58688 CPUtime=84.4 cores=0,2,4,6
/proc/3612/stat : 3612 (glucose_static) R 3611 3489 32725 0 -1 4202496 19951 0 0 0 8432 8 0 0 20 0 1 0 288690933 60096512 13697 33554432000 4194304 4896791 140736667684480 140736667681688 4203903 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3612/statm: 14672 13697 78 172 0 14498 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 96932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3612
/proc/meminfo: memFree=30878932/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19948 CPUtime=1457.36 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 17368 198258 0 0 81 10 145522 123 20 0 1 0 288545147 20426752 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4987 4226 175 410 0 4569 0
[pid=3611] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3611/stat : 3611 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288690932 9367552 267 33554432000 4194304 5064252 140736548838944 140736548837856 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 2287 267 226 213 0 72 0
[pid=3612] ppid=3611 vsize=80628 CPUtime=144.39 cores=0,2,4,6
/proc/3612/stat : 3612 (glucose_static) R 3611 3489 32725 0 -1 4202496 24723 0 0 0 14427 12 0 0 20 0 1 0 288690933 82563072 15669 33554432000 4194304 4896791 140736667684480 140736667681880 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3612/statm: 20157 15669 78 172 0 19983 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 118872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3616
/proc/meminfo: memFree=30914284/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19948 CPUtime=1653.86 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 19603 226932 0 0 91 11 165145 139 20 0 1 0 288545147 20426752 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4987 4226 175 410 0 4569 0
[pid=3615] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3615/stat : 3615 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288710589 9367552 266 33554432000 4194304 5064252 140735464538880 140735464537792 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3615/statm: 2287 266 226 213 0 72 0
[pid=3616] ppid=3615 vsize=32748 CPUtime=7.86 cores=0,2,4,6
/proc/3616/stat : 3616 (glucose_static) R 3615 3489 32725 0 -1 4202496 8656 0 0 0 783 3 0 0 20 0 1 0 288710590 33533952 7046 33554432000 4194304 4896791 140735065976176 140735065973688 4203775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 8187 7046 78 172 0 8013 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 70992

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3616
/proc/meminfo: memFree=30896572/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19948 CPUtime=1653.86 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 19603 226932 0 0 91 11 165145 139 20 0 1 0 288545147 20426752 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4987 4226 175 410 0 4569 0
[pid=3615] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3615/stat : 3615 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288710589 9367552 266 33554432000 4194304 5064252 140735464538880 140735464537792 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3615/statm: 2287 266 226 213 0 72 0
[pid=3616] ppid=3615 vsize=46232 CPUtime=67.84 cores=0,2,4,6
/proc/3616/stat : 3616 (glucose_static) R 3615 3489 32725 0 -1 4202496 17017 0 0 0 6777 7 0 0 20 0 1 0 288710590 47341568 10855 33554432000 4194304 4896791 140735065976176 140735065973384 4203715 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 11558 10855 78 172 0 11384 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 84476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3616
/proc/meminfo: memFree=30885468/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19948 CPUtime=1653.86 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 19603 226932 0 0 91 11 165145 139 20 0 1 0 288545147 20426752 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4987 4226 175 410 0 4569 0
[pid=3615] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3615/stat : 3615 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288710589 9367552 266 33554432000 4194304 5064252 140735464538880 140735464537792 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3615/statm: 2287 266 226 213 0 72 0
[pid=3616] ppid=3615 vsize=61548 CPUtime=127.83 cores=0,2,4,6
/proc/3616/stat : 3616 (glucose_static) R 3615 3489 32725 0 -1 4202496 22772 0 0 0 12772 11 0 0 20 0 1 0 288710590 63025152 13340 33554432000 4194304 4896791 140735065976176 140735065971912 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 15387 13340 78 172 0 15213 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 99792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3616
/proc/meminfo: memFree=30861204/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19948 CPUtime=1653.86 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 19603 226932 0 0 91 11 165145 139 20 0 1 0 288545147 20426752 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4987 4226 175 410 0 4569 0
[pid=3615] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3615/stat : 3615 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288710589 9367552 266 33554432000 4194304 5064252 140735464538880 140735464537792 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3615/statm: 2287 266 226 213 0 72 0
[pid=3616] ppid=3615 vsize=81464 CPUtime=146.24 cores=0,2,4,6
/proc/3616/stat : 3616 (glucose_static) R 3615 3489 32725 0 -1 4202496 23621 0 0 0 14612 12 0 0 20 0 1 0 288710590 83419136 18204 33554432000 4194304 4896791 140735065976176 140735065973688 4203834 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 20366 18204 78 172 0 20192 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 119708

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3616
/proc/meminfo: memFree=30861204/32873648 swapFree=6612/6612
[pid=3489] ppid=3487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3489/stat : 3489 (runWbo2satCp2.s) S 3487 3489 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288545147 9367552 275 33554432000 4194304 5064252 140734880266256 140734880265168 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3489/statm: 2287 275 233 213 0 72 0
[pid=3490] ppid=3489 vsize=19948 CPUtime=1653.86 cores=0,2,4,6
/proc/3490/stat : 3490 (wbo2sat) S 3489 3489 32725 0 -1 4202496 19603 226932 0 0 91 11 165145 139 20 0 1 0 288545147 20426752 4226 33554432000 4194304 5872148 140737181950016 140737181943288 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3490/statm: 4987 4226 175 410 0 4569 0
[pid=3615] ppid=3490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3615/stat : 3615 (satsolver.sh) S 3490 3489 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288710589 9367552 266 33554432000 4194304 5064252 140735464538880 140735464537792 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3615/statm: 2287 266 226 213 0 72 0
[pid=3616] ppid=3615 vsize=81464 CPUtime=146.24 cores=0,2,4,6
/proc/3616/stat : 3616 (glucose_static) R 3615 3489 32725 0 -1 4202496 23621 0 0 0 14612 12 0 0 20 0 1 0 288710590 83419136 18204 33554432000 4194304 4896791 140735065976176 140735065973688 4203834 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3616/statm: 20366 18204 78 172 0 20192 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 119708

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.15
CPU user time (s): 1798.51
CPU system time (s): 1.64175
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (KiB): 185164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.64175
maximum resident set size= 132736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271147
page faults= 0
swaps= 0
block input operations= 0
block output operations= 118184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 336
involuntary context switches= 2636

runsolver used 3.41748 second user time and 9.13061 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-28 18:56:46
IDJOB=3716929
IDBENCH=79502
IDSOLVER=2299
FILE ID=node148/3716929-1338224206
RUNJOBID= node148-1338194963-32741
PBS_JOBID= 14624603
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= eea9483bb210b3ae31db150f2467fbf7
RANDOM SEED=1375683913

node148.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31097924 kB
Buffers:          421716 kB
Cached:           402796 kB
SwapCached:          576 kB
Active:           650520 kB
Inactive:         257324 kB
Active(anon):      74672 kB
Inactive(anon):    11140 kB
Active(file):     575848 kB
Inactive(file):   246184 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              8688 kB
Writeback:             0 kB
AnonPages:        111932 kB
Mapped:            11768 kB
Shmem:                96 kB
Slab:             729964 kB
SReclaimable:     174464 kB
SUnreclaim:       555500 kB
KernelStack:        1520 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     204336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 71652 MiB
End job on node148 at 2012-05-28 19:26:47