Trace number 3716233

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo2sat 2012-05-19? (TO) 1800.12 1800.51

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
223.13/223.24	o 9540816
223.13/223.24	c current bound: 4770408
223.13/223.24	c fallback to adder encoding
223.29/223.99	c current bound: 7155612
223.29/223.99	c fallback to adder encoding
228.24/228.34	c current bound: 8348214
228.24/228.34	c fallback to adder encoding
235.32/235.45	c current bound: 8944515
235.32/235.45	c fallback to adder encoding
252.81/252.92	c current bound: 9242666
252.81/252.92	c fallback to adder encoding
296.70/296.89	c current bound: 9391741
296.70/296.89	c fallback to adder encoding
410.99/411.11	c current bound: 9466279
410.99/411.11	c fallback to adder encoding
584.56/584.71	c current bound: 9503548
584.56/584.71	c fallback to adder encoding
949.80/950.06	o 9501538
949.80/950.06	c current bound: 9483909
949.80/950.06	c fallback to adder encoding
1142.46/1142.76	o 9482725
1142.46/1142.76	c current bound: 9474502
1142.46/1142.76	c fallback to adder encoding
1334.32/1334.66	o 9473670
1334.32/1334.66	c current bound: 9469975
1334.32/1334.66	c fallback to adder encoding
1501.87/1502.22	o 9469720
1501.87/1502.22	c current bound: 9468000
1501.87/1502.22	c fallback to adder encoding
1692.09/1692.52	o 9466590
1692.09/1692.52	c current bound: 9466435
1692.09/1692.52	c fallback to adder encoding
1800.08/1800.50	./satsolver.sh: line 5: 22938 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.50	c error: unexpected solver exit code
1800.08/1800.50	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-3716233-1338222161/watcher-3716233-1338222161 -o /tmp/evaluation-result-3716233-1338222161/solver-3716233-1338222161 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716233-1338222161.wbo 156958278 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 3/179 22824
/proc/meminfo: memFree=27355624/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0

[startup+0.062171 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22824
/proc/meminfo: memFree=27355624/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100326 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22824
/proc/meminfo: memFree=27355624/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300316 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22824
/proc/meminfo: memFree=27355624/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700314 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22824
/proc/meminfo: memFree=27355624/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22831
/proc/meminfo: memFree=27317760/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 3091 1479 0 0 11 1 0 0 20 0 1 0 288341532 11706368 2437 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 2858 2437 175 410 0 2440 0
[pid=22830] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22830/stat : 22830 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288341546 9367552 267 33554432000 4194304 5064252 140735051695232 140735051694144 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22830/statm: 2287 267 226 213 0 72 0
[pid=22831] ppid=22830 vsize=26084 CPUtime=1.35 cores=0,2,4,6
/proc/22831/stat : 22831 (glucose_static) R 22830 22824 17890 0 -1 4202496 6235 0 0 0 134 1 0 0 20 0 1 0 288341546 26710016 5708 33554432000 4194304 4896791 140733990802640 140733990800152 4225414 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22831/statm: 6521 5708 78 172 0 6347 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 55812

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22831
/proc/meminfo: memFree=27316396/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 3091 1479 0 0 11 1 0 0 20 0 1 0 288341532 11706368 2437 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 2858 2437 175 410 0 2440 0
[pid=22830] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22830/stat : 22830 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288341546 9367552 267 33554432000 4194304 5064252 140735051695232 140735051694144 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22830/statm: 2287 267 226 213 0 72 0
[pid=22831] ppid=22830 vsize=26584 CPUtime=2.94 cores=0,2,4,6
/proc/22831/stat : 22831 (glucose_static) R 22830 22824 17890 0 -1 4202496 6985 0 0 0 293 1 0 0 20 0 1 0 288341546 27222016 5700 33554432000 4194304 4896791 140733990802640 140733990800024 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22831/statm: 6646 5700 78 172 0 6472 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 56312

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22831
/proc/meminfo: memFree=27314212/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 3091 1479 0 0 11 1 0 0 20 0 1 0 288341532 11706368 2437 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 2858 2437 175 410 0 2440 0
[pid=22830] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22830/stat : 22830 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288341546 9367552 267 33554432000 4194304 5064252 140735051695232 140735051694144 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22830/statm: 2287 267 226 213 0 72 0
[pid=22831] ppid=22830 vsize=32256 CPUtime=6.15 cores=0,2,4,6
/proc/22831/stat : 22831 (glucose_static) R 22830 22824 17890 0 -1 4202496 8246 0 0 0 613 2 0 0 20 0 1 0 288341546 33030144 6487 33554432000 4194304 4896791 140733990802640 140733990799848 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22831/statm: 8064 6487 78 172 0 7890 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 61984

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22831
/proc/meminfo: memFree=27309748/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 3091 1479 0 0 11 1 0 0 20 0 1 0 288341532 11706368 2437 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 2858 2437 175 410 0 2440 0
[pid=22830] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22830/stat : 22830 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288341546 9367552 267 33554432000 4194304 5064252 140735051695232 140735051694144 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22830/statm: 2287 267 226 213 0 72 0
[pid=22831] ppid=22830 vsize=34188 CPUtime=12.55 cores=0,2,4,6
/proc/22831/stat : 22831 (glucose_static) R 22830 22824 17890 0 -1 4202496 9790 0 0 0 1252 3 0 0 20 0 1 0 288341546 35008512 7381 33554432000 4194304 4896791 140733990802640 140733990799848 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22831/statm: 8547 7381 78 172 0 8373 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 63916

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22831
/proc/meminfo: memFree=27305616/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 3091 1479 0 0 11 1 0 0 20 0 1 0 288341532 11706368 2437 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 2858 2437 175 410 0 2440 0
[pid=22830] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22830/stat : 22830 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288341546 9367552 267 33554432000 4194304 5064252 140735051695232 140735051694144 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22830/statm: 2287 267 226 213 0 72 0
[pid=22831] ppid=22830 vsize=43284 CPUtime=25.35 cores=0,2,4,6
/proc/22831/stat : 22831 (glucose_static) R 22830 22824 17890 0 -1 4202496 12381 0 0 0 2531 4 0 0 20 0 1 0 288341546 44322816 8500 33554432000 4194304 4896791 140733990802640 140733990797720 4224929 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22831/statm: 10821 8500 78 172 0 10647 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 73012

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22831
/proc/meminfo: memFree=27297816/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 3091 1479 0 0 11 1 0 0 20 0 1 0 288341532 11706368 2437 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 2858 2437 175 410 0 2440 0
[pid=22830] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22830/stat : 22830 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288341546 9367552 267 33554432000 4194304 5064252 140735051695232 140735051694144 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22830/statm: 2287 267 226 213 0 72 0
[pid=22831] ppid=22830 vsize=45256 CPUtime=50.94 cores=0,2,4,6
/proc/22831/stat : 22831 (glucose_static) R 22830 22824 17890 0 -1 4202496 16063 0 0 0 5088 6 0 0 20 0 1 0 288341546 46342144 10519 33554432000 4194304 4896791 140733990802640 140733990800040 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22831/statm: 11314 10519 78 172 0 11140 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 74984

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 22831
/proc/meminfo: memFree=27286944/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 3091 1479 0 0 11 1 0 0 20 0 1 0 288341532 11706368 2437 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 2858 2437 175 410 0 2440 0
[pid=22830] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22830/stat : 22830 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288341546 9367552 267 33554432000 4194304 5064252 140735051695232 140735051694144 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22830/statm: 2287 267 226 213 0 72 0
[pid=22831] ppid=22830 vsize=59604 CPUtime=102.14 cores=0,2,4,6
/proc/22831/stat : 22831 (glucose_static) R 22830 22824 17890 0 -1 4202496 20503 0 0 0 10205 9 0 0 20 0 1 0 288341546 61034496 12743 33554432000 4194304 4896791 140733990802640 140733990800168 4203877 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22831/statm: 14901 12743 78 172 0 14727 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 89332

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22831
/proc/meminfo: memFree=27269884/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 3091 1479 0 0 11 1 0 0 20 0 1 0 288341532 11706368 2437 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 2858 2437 175 410 0 2440 0
[pid=22830] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 22925
/proc/meminfo: memFree=28181292/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=19948 CPUtime=1334.49 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 25833 217011 0 0 120 15 133199 115 20 0 1 0 288341532 20426752 4309 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 4987 4309 175 410 0 4569 0
[pid=22924] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22924/stat : 22924 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288475009 9367552 266 33554432000 4194304 5064252 140735774138544 140735774137456 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22924/statm: 2287 266 226 213 0 72 0
[pid=22925] ppid=22924 vsize=58980 CPUtime=87.5 cores=0,2,4,6
/proc/22925/stat : 22925 (glucose_static) R 22924 22824 17890 0 -1 4202496 17187 0 0 0 8742 8 0 0 20 0 1 0 288475010 60395520 12948 33554432000 4194304 4896791 140736781116592 140736781114104 4207807 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22925/statm: 14745 12948 78 172 0 14571 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 97224

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 22925
/proc/meminfo: memFree=28187092/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=19948 CPUtime=1334.49 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 25833 217011 0 0 120 15 133199 115 20 0 1 0 288341532 20426752 4309 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 4987 4309 175 410 0 4569 0
[pid=22924] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22924/stat : 22924 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288475009 9367552 266 33554432000 4194304 5064252 140735774138544 140735774137456 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22924/statm: 2287 266 226 213 0 72 0
[pid=22925] ppid=22924 vsize=61184 CPUtime=147.49 cores=0,2,4,6
/proc/22925/stat : 22925 (glucose_static) R 22924 22824 17890 0 -1 4202496 21549 0 0 0 14738 11 0 0 20 0 1 0 288475010 62652416 12985 33554432000 4194304 4896791 140736781116592 140736781114120 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22925/statm: 15296 12985 78 172 0 15122 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 99428

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22929
/proc/meminfo: memFree=28186968/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=19948 CPUtime=1502 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 28152 240460 0 0 130 16 149926 128 20 0 1 0 288341532 20426752 4309 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 4987 4309 175 410 0 4569 0
[pid=22927] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288491766 9367552 266 33554432000 4194304 5064252 140735336631008 140735336629920 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 266 226 213 0 72 0
[pid=22928] ppid=22927 vsize=44504 CPUtime=39.94 cores=0,2,4,6
/proc/22928/stat : 22928 (glucose_static) R 22927 22824 17890 0 -1 4202496 14475 0 0 0 3990 4 0 0 20 0 1 0 288491766 45572096 10445 33554432000 4194304 4896791 140733547222224 140733547217896 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 11126 10445 78 172 0 10952 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 82748

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 22929
/proc/meminfo: memFree=28178432/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=19948 CPUtime=1502 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 28152 240460 0 0 130 16 149926 128 20 0 1 0 288341532 20426752 4309 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 4987 4309 175 410 0 4569 0
[pid=22927] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288491766 9367552 266 33554432000 4194304 5064252 140735336631008 140735336629920 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 266 226 213 0 72 0
[pid=22928] ppid=22927 vsize=47592 CPUtime=99.93 cores=0,2,4,6
/proc/22928/stat : 22928 (glucose_static) R 22927 22824 17890 0 -1 4202496 18823 0 0 0 9985 8 0 0 20 0 1 0 288491766 48734208 10636 33554432000 4194304 4896791 140733547222224 140733547219800 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 11898 10636 78 172 0 11724 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 85836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22935
/proc/meminfo: memFree=28203056/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=19948 CPUtime=1502 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 28152 240460 0 0 130 16 149926 128 20 0 1 0 288341532 20426752 4309 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 4987 4309 175 410 0 4569 0
[pid=22927] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22927/stat : 22927 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288491766 9367552 266 33554432000 4194304 5064252 140735336631008 140735336629920 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22927/statm: 2287 266 226 213 0 72 0
[pid=22928] ppid=22927 vsize=60728 CPUtime=159.92 cores=0,2,4,6
/proc/22928/stat : 22928 (glucose_static) R 22927 22824 17890 0 -1 4202496 21674 0 0 0 15981 11 0 0 20 0 1 0 288491766 62185472 14495 33554432000 4194304 4896791 140733547222224 140733547219432 4225445 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22928/statm: 15182 14495 78 172 0 15008 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 98972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22938
/proc/meminfo: memFree=28196032/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=19948 CPUtime=1692.25 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 30471 264620 0 0 140 18 168925 142 20 0 1 0 288341532 20426752 4309 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 4987 4309 175 410 0 4569 0
[pid=22937] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22937/stat : 22937 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288510796 9367552 267 33554432000 4194304 5064252 140736366913968 140736366912880 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22937/statm: 2287 267 226 213 0 72 0
[pid=22938] ppid=22937 vsize=44224 CPUtime=29.64 cores=0,2,4,6
/proc/22938/stat : 22938 (glucose_static) R 22937 22824 17890 0 -1 4202496 16079 0 0 0 2960 4 0 0 20 0 1 0 288510796 45285376 10281 33554432000 4194304 4896791 140737201671888 140737201669096 4204523 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22938/statm: 11056 10281 78 172 0 10882 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 82468

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 22938
/proc/meminfo: memFree=28197724/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=19948 CPUtime=1692.25 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 30471 264620 0 0 140 18 168925 142 20 0 1 0 288341532 20426752 4309 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 4987 4309 175 410 0 4569 0
[pid=22937] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22937/stat : 22937 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288510796 9367552 267 33554432000 4194304 5064252 140736366913968 140736366912880 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22937/statm: 2287 267 226 213 0 72 0
[pid=22938] ppid=22937 vsize=48180 CPUtime=89.63 cores=0,2,4,6
/proc/22938/stat : 22938 (glucose_static) R 22937 22824 17890 0 -1 4202496 21853 0 0 0 8953 10 0 0 20 0 1 0 288510796 49336320 10497 33554432000 4194304 4896791 140737201671888 140737201669464 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22938/statm: 12045 10497 78 172 0 11871 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 86424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 22938
/proc/meminfo: memFree=28162168/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=19948 CPUtime=1692.25 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 30471 264620 0 0 140 18 168925 142 20 0 1 0 288341532 20426752 4309 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 4987 4309 175 410 0 4569 0
[pid=22937] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22937/stat : 22937 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288510796 9367552 267 33554432000 4194304 5064252 140736366913968 140736366912880 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22937/statm: 2287 267 226 213 0 72 0
[pid=22938] ppid=22937 vsize=60600 CPUtime=107.83 cores=0,2,4,6
/proc/22938/stat : 22938 (glucose_static) R 22937 22824 17890 0 -1 4202496 22450 0 0 0 10773 10 0 0 20 0 1 0 288510796 62054400 14149 33554432000 4194304 4896791 140737201671888 140737201669096 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22938/statm: 15150 14149 78 172 0 14976 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 98844

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.04 2.01 2.00 3/183 22938
/proc/meminfo: memFree=28162168/32873844 swapFree=7384/7384
[pid=22824] ppid=22822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22824/stat : 22824 (runWbo2sat.sh) S 22822 22824 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288341532 9367552 275 33554432000 4194304 5064252 140737445378496 140737445377408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22824/statm: 2287 275 233 213 0 72 0
[pid=22825] ppid=22824 vsize=19948 CPUtime=1692.25 cores=0,2,4,6
/proc/22825/stat : 22825 (wbo2sat) S 22824 22824 17890 0 -1 4202496 30471 264620 0 0 140 18 168925 142 20 0 1 0 288341532 20426752 4309 33554432000 4194304 5872148 140736448570528 140736448563800 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22825/statm: 4987 4309 175 410 0 4569 0
[pid=22937] ppid=22825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22937/stat : 22937 (satsolver.sh) S 22825 22824 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288510796 9367552 267 33554432000 4194304 5064252 140736366913968 140736366912880 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22937/statm: 2287 267 226 213 0 72 0
[pid=22938] ppid=22937 vsize=60600 CPUtime=107.83 cores=0,2,4,6
/proc/22938/stat : 22938 (glucose_static) R 22937 22824 17890 0 -1 4202496 22450 0 0 0 10773 10 0 0 20 0 1 0 288510796 62054400 14149 33554432000 4194304 4896791 140737201671888 140737201669096 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22938/statm: 15150 14149 78 172 0 14976 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 98844

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.12
CPU user time (s): 1798.41
CPU system time (s): 1.71674
CPU usage (%): 99.9784
Max. virtual memory (cumulated for all children) (KiB): 184552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 1.71674
maximum resident set size= 114688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318531
page faults= 0
swaps= 0
block input operations= 0
block output operations= 179088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297
involuntary context switches= 2415

runsolver used 3.05454 second user time and 9.25159 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-28 18:22:41
IDJOB=3716233
IDBENCH=79492
IDSOLVER=2298
FILE ID=node136/3716233-1338222161
RUNJOBID= node136-1338193482-17906
PBS_JOBID= 14624585
Free space on /tmp= 70884 MiB

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

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

MD5SUM BENCH= 832b6d889e2e04fac8730ab9437bdddf
RANDOM SEED=156958278

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27355888 kB
Buffers:          493844 kB
Cached:          3366624 kB
SwapCached:        24460 kB
Active:          2435068 kB
Inactive:        2222336 kB
Active(anon):     769368 kB
Inactive(anon):    26984 kB
Active(file):    1665700 kB
Inactive(file):  2195352 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              8544 kB
Writeback:             0 kB
AnonPages:        822936 kB
Mapped:            10732 kB
Shmem:                 0 kB
Slab:             719528 kB
SReclaimable:     161268 kB
SUnreclaim:       558260 kB
KernelStack:        1520 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1001996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 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= 71076 MiB
End job on node136 at 2012-05-28 18:52:41