Trace number 3716926

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.04 1800.72

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap62_wcsp.wbo
MD5SUM832b6d889e2e04fac8730ab9437bdddf
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark9556215
Best CPU time to get the best result obtained on this benchmark1800.09
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 56493026
Min constraint cost 1
Max constraint cost 56493026
Sum of constraints costs 45549155826
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 19082135
0.00/0.02	c current bound: 9541067
0.00/0.02	c fallback to adder encoding
232.00/232.11	o 9540816
232.00/232.11	c current bound: 4770408
232.00/232.11	c fallback to adder encoding
232.10/232.86	c current bound: 7155612
232.10/232.86	c fallback to adder encoding
236.97/237.19	c current bound: 8348214
236.97/237.19	c fallback to adder encoding
244.16/244.37	c current bound: 8944515
244.16/244.37	c fallback to adder encoding
261.66/261.89	c current bound: 9242666
261.66/261.89	c fallback to adder encoding
307.43/307.60	c current bound: 9391741
307.43/307.60	c fallback to adder encoding
427.77/428.03	c current bound: 9466279
427.77/428.03	c fallback to adder encoding
609.60/609.92	c current bound: 9503548
609.60/609.92	c fallback to adder encoding
994.68/995.12	o 9501538
994.68/995.12	c current bound: 9483909
994.68/995.12	c fallback to adder encoding
1200.81/1201.32	o 9482725
1200.81/1201.32	c current bound: 9474502
1200.81/1201.32	c fallback to adder encoding
1402.23/1402.89	o 9473670
1402.23/1402.89	c current bound: 9469975
1402.23/1402.89	c fallback to adder encoding
1577.38/1578.08	o 9469720
1577.38/1578.08	c current bound: 9468000
1577.38/1578.08	c fallback to adder encoding
1770.92/1771.64	o 9466590
1770.92/1771.64	c current bound: 9466435
1770.92/1771.64	c fallback to adder encoding
1800.01/1800.71	./satsolver.sh: line 5:  3451 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.71	c error: unexpected solver exit code
1800.01/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-3716926-1338222406/watcher-3716926-1338222406 -o /tmp/evaluation-result-3716926-1338222406/solver-3716926-1338222406 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3716926-1338222406.wbo 2102604781 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.06 2.02 2.00 3/179 3329
/proc/meminfo: memFree=30652384/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0

[startup+0.061865 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 3329
/proc/meminfo: memFree=30652384/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100287 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 3329
/proc/meminfo: memFree=30652384/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300173 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 3329
/proc/meminfo: memFree=30652384/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700162 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 3329
/proc/meminfo: memFree=30652384/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 3336
/proc/meminfo: memFree=30615396/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 2782 1477 0 0 10 2 0 0 20 0 1 0 288365058 11706368 2127 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 2858 2127 175 410 0 2440 0
[pid=3335] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3335/stat : 3335 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288365072 9367552 267 33554432000 4194304 5064252 140736998290416 140736998289328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3335/statm: 2287 267 226 213 0 72 0
[pid=3336] ppid=3335 vsize=25960 CPUtime=1.34 cores=0,2,4,6
/proc/3336/stat : 3336 (glucose_static) R 3335 3329 32725 0 -1 4202496 5879 0 0 0 133 1 0 0 20 0 1 0 288365072 26583040 5788 33554432000 4194304 4896791 140736220844208 140736220841720 4225018 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3336/statm: 6490 5788 78 172 0 6316 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 55688

[startup+3.10032 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 3336
/proc/meminfo: memFree=30613892/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 2782 1477 0 0 10 2 0 0 20 0 1 0 288365058 11706368 2127 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 2858 2127 175 410 0 2440 0
[pid=3335] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3335/stat : 3335 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288365072 9367552 267 33554432000 4194304 5064252 140736998290416 140736998289328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3335/statm: 2287 267 226 213 0 72 0
[pid=3336] ppid=3335 vsize=26536 CPUtime=2.94 cores=0,2,4,6
/proc/3336/stat : 3336 (glucose_static) R 3335 3329 32725 0 -1 4202496 6578 0 0 0 293 1 0 0 20 0 1 0 288365072 27172864 5632 33554432000 4194304 4896791 140736220844208 140736220841416 4204844 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3336/statm: 6634 5632 78 172 0 6460 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 56264

[startup+6.30031 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 3336
/proc/meminfo: memFree=30611100/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 2782 1477 0 0 10 2 0 0 20 0 1 0 288365058 11706368 2127 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 2858 2127 175 410 0 2440 0
[pid=3335] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3335/stat : 3335 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288365072 9367552 267 33554432000 4194304 5064252 140736998290416 140736998289328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3335/statm: 2287 267 226 213 0 72 0
[pid=3336] ppid=3335 vsize=32116 CPUtime=6.14 cores=0,2,4,6
/proc/3336/stat : 3336 (glucose_static) R 3335 3329 32725 0 -1 4202496 7865 0 0 0 613 1 0 0 20 0 1 0 288365072 32886784 6416 33554432000 4194304 4896791 140736220844208 140736220841416 4225011 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3336/statm: 8029 6416 78 172 0 7855 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 61844

[startup+12.7004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 3336
/proc/meminfo: memFree=30608972/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 2782 1477 0 0 10 2 0 0 20 0 1 0 288365058 11706368 2127 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 2858 2127 175 410 0 2440 0
[pid=3335] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3335/stat : 3335 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288365072 9367552 267 33554432000 4194304 5064252 140736998290416 140736998289328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3335/statm: 2287 267 226 213 0 72 0
[pid=3336] ppid=3335 vsize=34048 CPUtime=12.54 cores=0,2,4,6
/proc/3336/stat : 3336 (glucose_static) R 3335 3329 32725 0 -1 4202496 9610 0 0 0 1252 2 0 0 20 0 1 0 288365072 34865152 7446 33554432000 4194304 4896791 140736220844208 140736220841352 4224960 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3336/statm: 8512 7446 78 172 0 8338 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 63776

[startup+25.5004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 3336
/proc/meminfo: memFree=30602644/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 2782 1477 0 0 10 2 0 0 20 0 1 0 288365058 11706368 2127 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 2858 2127 175 410 0 2440 0
[pid=3335] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3335/stat : 3335 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288365072 9367552 267 33554432000 4194304 5064252 140736998290416 140736998289328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3335/statm: 2287 267 226 213 0 72 0
[pid=3336] ppid=3335 vsize=35968 CPUtime=25.33 cores=0,2,4,6
/proc/3336/stat : 3336 (glucose_static) R 3335 3329 32725 0 -1 4202496 11996 0 0 0 2530 3 0 0 20 0 1 0 288365072 36831232 8223 33554432000 4194304 4896791 140736220844208 140736220841784 4204125 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3336/statm: 8992 8223 78 172 0 8818 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 65696

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 3336
/proc/meminfo: memFree=30596848/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 2782 1477 0 0 10 2 0 0 20 0 1 0 288365058 11706368 2127 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 2858 2127 175 410 0 2440 0
[pid=3335] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3335/stat : 3335 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288365072 9367552 267 33554432000 4194304 5064252 140736998290416 140736998289328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3335/statm: 2287 267 226 213 0 72 0
[pid=3336] ppid=3335 vsize=45172 CPUtime=50.93 cores=0,2,4,6
/proc/3336/stat : 3336 (glucose_static) R 3335 3329 32725 0 -1 4202496 15951 0 0 0 5087 6 0 0 20 0 1 0 288365072 46256128 9907 33554432000 4194304 4896791 140736220844208 140736220839944 4203709 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3336/statm: 11293 9907 78 172 0 11119 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 74900

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 3340
/proc/meminfo: memFree=30665400/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 2782 1477 0 0 10 2 0 0 20 0 1 0 288365058 11706368 2127 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 2858 2127 175 410 0 2440 0
[pid=3335] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3335/stat : 3335 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288365072 9367552 267 33554432000 4194304 5064252 140736998290416 140736998289328 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3335/statm: 2287 267 226 213 0 72 0
[pid=3336] ppid=3335 vsize=59484 CPUtime=102.12 cores=0,2,4,6
/proc/3336/stat : 3336 (glucose_static) R 3335 3329 32725 0 -1 4202496 20159 0 0 0 10203 9 0 0 20 0 1 0 288365072 60911616 11796 33554432000 4194304 4896791 140736220844208 140736220841736 4225151 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3336/statm: 14871 11796 78 172 0 14697 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 89212

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3340
/proc/meminfo: memFree=30644340/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 2782 1477 0 0 10 2 0 0 20 0 1 0 288365058 11706368 2127 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 2858 2127 175 410 0 2440 0
[pid=3335] ppid=3330 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 3438
/proc/meminfo: memFree=31049608/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=19948 CPUtime=1402.45 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 27808 212708 0 0 120 16 139994 115 20 0 1 0 288365058 20426752 4517 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 4987 4517 175 410 0 4569 0
[pid=3437] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3437/stat : 3437 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288505359 9367552 267 33554432000 4194304 5064252 140735277815072 140735277813984 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3437/statm: 2287 267 226 213 0 72 0
[pid=3438] ppid=3437 vsize=34692 CPUtime=19.27 cores=0,2,4,6
/proc/3438/stat : 3438 (glucose_static) R 3437 3329 32725 0 -1 4202496 10414 0 0 0 1923 4 0 0 20 0 1 0 288505359 35524608 7858 33554432000 4194304 4896791 140734269822496 140734269819704 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3438/statm: 8673 7858 78 172 0 8499 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 72936

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3441
/proc/meminfo: memFree=31046324/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=19948 CPUtime=1402.45 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 27808 212708 0 0 120 16 139994 115 20 0 1 0 288365058 20426752 4517 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 4987 4517 175 410 0 4569 0
[pid=3437] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3437/stat : 3437 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288505359 9367552 267 33554432000 4194304 5064252 140735277815072 140735277813984 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3437/statm: 2287 267 226 213 0 72 0
[pid=3438] ppid=3437 vsize=47168 CPUtime=79.25 cores=0,2,4,6
/proc/3438/stat : 3438 (glucose_static) R 3437 3329 32725 0 -1 4202496 17057 0 0 0 7917 8 0 0 20 0 1 0 288505359 48300032 10410 33554432000 4194304 4896791 140734269822496 140734269820072 4225417 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3438/statm: 11792 10410 78 172 0 11618 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 85412

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3441
/proc/meminfo: memFree=31009676/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=19948 CPUtime=1402.45 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 27808 212708 0 0 120 16 139994 115 20 0 1 0 288365058 20426752 4517 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 4987 4517 175 410 0 4569 0
[pid=3437] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3437/stat : 3437 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288505359 9367552 267 33554432000 4194304 5064252 140735277815072 140735277813984 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3437/statm: 2287 267 226 213 0 72 0
[pid=3438] ppid=3437 vsize=60628 CPUtime=139.23 cores=0,2,4,6
/proc/3438/stat : 3438 (glucose_static) R 3437 3329 32725 0 -1 4202496 20349 0 0 0 13911 12 0 0 20 0 1 0 288505359 62083072 14365 33554432000 4194304 4896791 140734269822496 140734269819704 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3438/statm: 15157 14365 78 172 0 14983 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 98872

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 3445
/proc/meminfo: memFree=31025276/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=19948 CPUtime=1577.58 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 30334 236523 0 0 130 17 157481 130 20 0 1 0 288365058 20426752 4517 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 4987 4517 175 410 0 4569 0
[pid=3443] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3443/stat : 3443 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288522877 9367552 267 33554432000 4194304 5064252 140736573356208 140736573355120 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3443/statm: 2287 267 226 213 0 72 0
[pid=3444] ppid=3443 vsize=35900 CPUtime=24.08 cores=0,2,4,6
/proc/3444/stat : 3444 (glucose_static) R 3443 3329 32725 0 -1 4202496 14913 0 0 0 2405 3 0 0 20 0 1 0 288522878 36761600 7887 33554432000 4194304 4896791 140737020048704 140737020046280 4225091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3444/statm: 8975 7887 78 172 0 8801 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 74144

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 3445
/proc/meminfo: memFree=30998028/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=19948 CPUtime=1577.58 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 30334 236523 0 0 130 17 157481 130 20 0 1 0 288365058 20426752 4517 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 4987 4517 175 410 0 4569 0
[pid=3443] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3443/stat : 3443 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288522877 9367552 267 33554432000 4194304 5064252 140736573356208 140736573355120 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3443/statm: 2287 267 226 213 0 72 0
[pid=3444] ppid=3443 vsize=47196 CPUtime=84.06 cores=0,2,4,6
/proc/3444/stat : 3444 (glucose_static) R 3443 3329 32725 0 -1 4202496 20991 0 0 0 8397 9 0 0 20 0 1 0 288522878 48328704 10145 33554432000 4194304 4896791 140737020048704 140737020045848 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3444/statm: 11799 10145 78 172 0 11625 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 85440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3448
/proc/meminfo: memFree=31041444/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=19948 CPUtime=1577.58 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 30334 236523 0 0 130 17 157481 130 20 0 1 0 288365058 20426752 4517 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 4987 4517 175 410 0 4569 0
[pid=3443] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3443/stat : 3443 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288522877 9367552 267 33554432000 4194304 5064252 140736573356208 140736573355120 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3443/statm: 2287 267 226 213 0 72 0
[pid=3444] ppid=3443 vsize=48740 CPUtime=144.04 cores=0,2,4,6
/proc/3444/stat : 3444 (glucose_static) R 3443 3329 32725 0 -1 4202496 26119 0 0 0 14390 14 0 0 20 0 1 0 288522878 49909760 11323 33554432000 4194304 4896791 140737020048704 140737020046280 4230803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3444/statm: 12185 11323 78 172 0 12011 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 86984

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3451
/proc/meminfo: memFree=31047376/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=19948 CPUtime=1771.08 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 32860 267095 0 0 140 19 176801 148 20 0 1 0 288365058 20426752 4517 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 4987 4517 175 410 0 4569 0
[pid=3450] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3450/stat : 3450 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288542233 9367552 266 33554432000 4194304 5064252 140735383858352 140735383857264 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3450/statm: 2287 266 226 213 0 72 0
[pid=3451] ppid=3450 vsize=33104 CPUtime=10.52 cores=0,2,4,6
/proc/3451/stat : 3451 (glucose_static) R 3450 3329 32725 0 -1 4202496 10352 0 0 0 1049 3 0 0 20 0 1 0 288542234 33898496 7360 33554432000 4194304 4896791 140736479710368 140736479707768 4204125 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3451/statm: 8276 7360 78 172 0 8102 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 71348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3451
/proc/meminfo: memFree=31035624/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=19948 CPUtime=1771.08 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 32860 267095 0 0 140 19 176801 148 20 0 1 0 288365058 20426752 4517 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 4987 4517 175 410 0 4569 0
[pid=3450] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3450/stat : 3450 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288542233 9367552 266 33554432000 4194304 5064252 140735383858352 140735383857264 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3450/statm: 2287 266 226 213 0 72 0
[pid=3451] ppid=3450 vsize=43732 CPUtime=28.93 cores=0,2,4,6
/proc/3451/stat : 3451 (glucose_static) R 3450 3329 32725 0 -1 4202496 15481 0 0 0 2887 6 0 0 20 0 1 0 288542234 44781568 9612 33554432000 4194304 4896791 140736479710368 140736479707768 4225417 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3451/statm: 10933 9612 78 172 0 10759 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 81976

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 3451
/proc/meminfo: memFree=31035624/32873648 swapFree=6612/6612
[pid=3329] ppid=3327 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3329/stat : 3329 (runWbo2satCp2.s) S 3327 3329 32725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288365058 9367552 275 33554432000 4194304 5064252 140736090875968 140736090874880 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3329/statm: 2287 275 233 213 0 72 0
[pid=3330] ppid=3329 vsize=19948 CPUtime=1771.08 cores=0,2,4,6
/proc/3330/stat : 3330 (wbo2sat) S 3329 3329 32725 0 -1 4202496 32860 267095 0 0 140 19 176801 148 20 0 1 0 288365058 20426752 4517 33554432000 4194304 5872148 140736701275520 140736701268792 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3330/statm: 4987 4517 175 410 0 4569 0
[pid=3450] ppid=3330 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3450/stat : 3450 (satsolver.sh) S 3330 3329 32725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288542233 9367552 266 33554432000 4194304 5064252 140735383858352 140735383857264 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3450/statm: 2287 266 226 213 0 72 0
[pid=3451] ppid=3450 vsize=43732 CPUtime=28.93 cores=0,2,4,6
/proc/3451/stat : 3451 (glucose_static) R 3450 3329 32725 0 -1 4202496 15481 0 0 0 2887 6 0 0 20 0 1 0 288542234 44781568 9612 33554432000 4194304 4896791 140736479710368 140736479707768 4225417 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3451/statm: 10933 9612 78 172 0 10759 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 81976

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.04
CPU user time (s): 1798.29
CPU system time (s): 1.74873
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 184556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 1.74873
maximum resident set size= 114388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 179024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 349
involuntary context switches= 2677

runsolver used 2.67659 second user time and 7.2369 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-28 18:26:46
IDJOB=3716926
IDBENCH=79492
IDSOLVER=2299
FILE ID=node148/3716926-1338222406
RUNJOBID= node148-1338194963-32741
PBS_JOBID= 14624603
Free space on /tmp= 71588 MiB

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

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

MD5SUM BENCH= 832b6d889e2e04fac8730ab9437bdddf
RANDOM SEED=2102604781

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:        30652648 kB
Buffers:          420412 kB
Cached:           500264 kB
SwapCached:          576 kB
Active:          1094728 kB
Inactive:         256936 kB
Active(anon):     422044 kB
Inactive(anon):    11140 kB
Active(file):     672684 kB
Inactive(file):   245796 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              8832 kB
Writeback:             0 kB
AnonPages:        436776 kB
Mapped:            11840 kB
Shmem:                96 kB
Slab:             730264 kB
SReclaimable:     174580 kB
SUnreclaim:       555684 kB
KernelStack:        1520 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     587564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 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= 71668 MiB
End job on node148 at 2012-05-28 18:56:46