Trace number 3716229

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.09 1800.62

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap42_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.08
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
228.32/228.49	o 9540816
228.32/228.49	c current bound: 4770408
228.32/228.49	c fallback to adder encoding
229.11/229.28	c current bound: 7155612
229.11/229.28	c fallback to adder encoding
233.75/233.94	c current bound: 8348214
233.75/233.94	c fallback to adder encoding
241.20/241.47	c current bound: 8944515
241.20/241.47	c fallback to adder encoding
258.68/258.93	c current bound: 9242666
258.68/258.93	c fallback to adder encoding
302.86/303.16	c current bound: 9391741
302.86/303.16	c fallback to adder encoding
418.45/418.76	c current bound: 9466279
418.45/418.76	c fallback to adder encoding
595.51/595.80	c current bound: 9503548
595.51/595.80	c fallback to adder encoding
970.21/970.65	o 9501538
970.21/970.65	c current bound: 9483909
970.21/970.65	c fallback to adder encoding
1181.48/1181.96	o 9482725
1181.48/1181.96	c current bound: 9474502
1181.48/1181.96	c fallback to adder encoding
1386.74/1387.24	o 9473670
1386.74/1387.24	c current bound: 9469975
1386.74/1387.24	c fallback to adder encoding
1565.49/1566.08	o 9469720
1565.49/1566.08	c current bound: 9468000
1565.49/1566.08	c fallback to adder encoding
1760.75/1761.33	o 9466590
1760.75/1761.33	c current bound: 9466435
1760.75/1761.33	c fallback to adder encoding
1800.05/1800.61	./satsolver.sh: line 5: 23225 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.61	c error: unexpected solver exit code
1800.05/1800.61	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-3716229-1338225762/watcher-3716229-1338225762 -o /tmp/evaluation-result-3716229-1338225762/solver-3716229-1338225762 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716229-1338225762.wbo 1679459366 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 23119
/proc/meminfo: memFree=24775048/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0

[startup+0.0141739 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23119
/proc/meminfo: memFree=24775048/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23119
/proc/meminfo: memFree=24775048/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300157 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23119
/proc/meminfo: memFree=24775048/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700158 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23119
/proc/meminfo: memFree=24775048/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23126
/proc/meminfo: memFree=24738108/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 3106 1479 0 0 11 1 0 0 20 0 1 0 288701668 11706368 2451 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 2858 2451 175 410 0 2440 0
[pid=23125] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23125/stat : 23125 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288701682 9367552 267 33554432000 4194304 5064252 140735994912288 140735994911200 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23125/statm: 2287 267 226 213 0 72 0
[pid=23126] ppid=23125 vsize=25964 CPUtime=1.34 cores=0,2,4,6
/proc/23126/stat : 23126 (glucose_static) R 23125 23119 17890 0 -1 4202496 6626 0 0 0 133 1 0 0 20 0 1 0 288701682 26587136 5614 33554432000 4194304 4896791 140734201233424 140734201230936 4225041 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23126/statm: 6491 5614 78 172 0 6317 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 55692

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23126
/proc/meminfo: memFree=24735868/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 3106 1479 0 0 11 1 0 0 20 0 1 0 288701668 11706368 2451 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 2858 2451 175 410 0 2440 0
[pid=23125] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23125/stat : 23125 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288701682 9367552 267 33554432000 4194304 5064252 140735994912288 140735994911200 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23125/statm: 2287 267 226 213 0 72 0
[pid=23126] ppid=23125 vsize=26540 CPUtime=2.94 cores=0,2,4,6
/proc/23126/stat : 23126 (glucose_static) R 23125 23119 17890 0 -1 4202496 6998 0 0 0 293 1 0 0 20 0 1 0 288701682 27176960 5745 33554432000 4194304 4896791 140734201233424 140734201230632 4203856 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23126/statm: 6635 5745 78 172 0 6461 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 56268

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23126
/proc/meminfo: memFree=24734300/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 3106 1479 0 0 11 1 0 0 20 0 1 0 288701668 11706368 2451 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 2858 2451 175 410 0 2440 0
[pid=23125] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23125/stat : 23125 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288701682 9367552 267 33554432000 4194304 5064252 140735994912288 140735994911200 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23125/statm: 2287 267 226 213 0 72 0
[pid=23126] ppid=23125 vsize=32120 CPUtime=6.14 cores=0,2,4,6
/proc/23126/stat : 23126 (glucose_static) R 23125 23119 17890 0 -1 4202496 8576 0 0 0 612 2 0 0 20 0 1 0 288701682 32890880 6799 33554432000 4194304 4896791 140734201233424 140734201230952 4202992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23126/statm: 8030 6799 78 172 0 7856 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 61848

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23126
/proc/meminfo: memFree=24731708/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 3106 1479 0 0 11 1 0 0 20 0 1 0 288701668 11706368 2451 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 2858 2451 175 410 0 2440 0
[pid=23125] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23125/stat : 23125 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288701682 9367552 267 33554432000 4194304 5064252 140735994912288 140735994911200 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23125/statm: 2287 267 226 213 0 72 0
[pid=23126] ppid=23125 vsize=34052 CPUtime=12.55 cores=0,2,4,6
/proc/23126/stat : 23126 (glucose_static) R 23125 23119 17890 0 -1 4202496 11414 0 0 0 1251 4 0 0 20 0 1 0 288701682 34869248 6955 33554432000 4194304 4896791 140734201233424 140734201230632 4204951 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23126/statm: 8513 6955 78 172 0 8339 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 63780

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23126
/proc/meminfo: memFree=24726336/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 3106 1479 0 0 11 1 0 0 20 0 1 0 288701668 11706368 2451 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 2858 2451 175 410 0 2440 0
[pid=23125] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23125/stat : 23125 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288701682 9367552 267 33554432000 4194304 5064252 140735994912288 140735994911200 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23125/statm: 2287 267 226 213 0 72 0
[pid=23126] ppid=23125 vsize=36104 CPUtime=25.34 cores=0,2,4,6
/proc/23126/stat : 23126 (glucose_static) R 23125 23119 17890 0 -1 4202496 14996 0 0 0 2529 5 0 0 20 0 1 0 288701682 36970496 8227 33554432000 4194304 4896791 140734201233424 140734201231000 4204079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23126/statm: 9026 8227 78 172 0 8852 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 65832

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 23127
/proc/meminfo: memFree=24716536/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 3106 1479 0 0 11 1 0 0 20 0 1 0 288701668 11706368 2451 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 2858 2451 175 410 0 2440 0
[pid=23125] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23125/stat : 23125 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288701682 9367552 267 33554432000 4194304 5064252 140735994912288 140735994911200 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23125/statm: 2287 267 226 213 0 72 0
[pid=23126] ppid=23125 vsize=45252 CPUtime=50.93 cores=0,2,4,6
/proc/23126/stat : 23126 (glucose_static) R 23125 23119 17890 0 -1 4202496 18778 0 0 0 5086 7 0 0 20 0 1 0 288701682 46338048 10569 33554432000 4194304 4896791 140734201233424 140734201230824 4225124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23126/statm: 11313 10569 78 172 0 11139 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 74980

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 23127
/proc/meminfo: memFree=24706312/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 3106 1479 0 0 11 1 0 0 20 0 1 0 288701668 11706368 2451 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 2858 2451 175 410 0 2440 0
[pid=23125] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23125/stat : 23125 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288701682 9367552 267 33554432000 4194304 5064252 140735994912288 140735994911200 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23125/statm: 2287 267 226 213 0 72 0
[pid=23126] ppid=23125 vsize=59600 CPUtime=102.13 cores=0,2,4,6
/proc/23126/stat : 23126 (glucose_static) R 23125 23119 17890 0 -1 4202496 22697 0 0 0 10203 10 0 0 20 0 1 0 288701682 61030400 12970 33554432000 4194304 4896791 140734201233424 140734201230952 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23126/statm: 14900 12970 78 172 0 14726 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 89328

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 23127
/proc/meminfo: memFree=24693720/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=11432 CPUtime=0.12 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 3106 1479 0 0 11 1 0 0 20 0 1 0 288701668 11706368 2451 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 2858 2451 175 410 0 2440 0
[pid=23125] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23212
/proc/meminfo: memFree=27851240/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=19948 CPUtime=1181.66 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 24589 190633 0 0 110 14 117946 96 20 0 1 0 288701668 20426752 4414 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 4987 4414 175 410 0 4569 0
[pid=23210] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23210/stat : 23210 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288819875 9367552 266 33554432000 4194304 5064252 140737048017744 140737048016656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23210/statm: 2287 266 226 213 0 72 0
[pid=23211] ppid=23210 vsize=62548 CPUtime=180.18 cores=0,2,4,6
/proc/23211/stat : 23211 (glucose_static) R 23210 23119 17890 0 -1 4202496 23146 0 0 0 18003 15 0 0 20 0 1 0 288819875 64049152 13256 33554432000 4194304 4896791 140737441684704 140737441680440 4224992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23211/statm: 15637 13256 78 172 0 15463 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 100792

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23215
/proc/meminfo: memFree=27845324/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=19948 CPUtime=1386.9 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 27014 216427 0 0 120 16 138440 114 20 0 1 0 288701668 20426752 4414 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 4987 4414 175 410 0 4569 0
[pid=23214] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23214/stat : 23214 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288840403 9367552 265 33554432000 4194304 5064252 140735189189504 140735189188416 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23214/statm: 2287 265 226 213 0 72 0
[pid=23215] ppid=23214 vsize=43696 CPUtime=34.93 cores=0,2,4,6
/proc/23215/stat : 23215 (glucose_static) R 23214 23119 17890 0 -1 4202496 13570 0 0 0 3489 4 0 0 20 0 1 0 288840403 44744704 10034 33554432000 4194304 4896791 140736630867520 140736630864728 4203755 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23215/statm: 10924 10034 78 172 0 10750 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 81940

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23215
/proc/meminfo: memFree=27835824/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=19948 CPUtime=1386.9 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 27014 216427 0 0 120 16 138440 114 20 0 1 0 288701668 20426752 4414 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 4987 4414 175 410 0 4569 0
[pid=23214] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23214/stat : 23214 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288840403 9367552 265 33554432000 4194304 5064252 140735189189504 140735189188416 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23214/statm: 2287 265 226 213 0 72 0
[pid=23215] ppid=23214 vsize=58976 CPUtime=94.91 cores=0,2,4,6
/proc/23215/stat : 23215 (glucose_static) R 23214 23119 17890 0 -1 4202496 19229 0 0 0 9482 9 0 0 20 0 1 0 288840403 60391424 13052 33554432000 4194304 4896791 140736630867520 140736630865032 4223882 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23215/statm: 14744 13052 78 172 0 14570 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 97220

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 23215
/proc/meminfo: memFree=27836192/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=19948 CPUtime=1386.9 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 27014 216427 0 0 120 16 138440 114 20 0 1 0 288701668 20426752 4414 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 4987 4414 175 410 0 4569 0
[pid=23214] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23214/stat : 23214 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288840403 9367552 265 33554432000 4194304 5064252 140735189189504 140735189188416 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23214/statm: 2287 265 226 213 0 72 0
[pid=23215] ppid=23214 vsize=61180 CPUtime=154.9 cores=0,2,4,6
/proc/23215/stat : 23215 (glucose_static) R 23214 23119 17890 0 -1 4202496 22813 0 0 0 15477 13 0 0 20 0 1 0 288840403 62648320 12027 33554432000 4194304 4896791 140736630867520 140736630865048 4225168 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23215/statm: 15295 12027 78 172 0 15121 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 99424

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 23219
/proc/meminfo: memFree=27860584/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=19948 CPUtime=1565.7 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 29439 240657 0 0 131 17 156294 128 20 0 1 0 288701668 20426752 4414 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 4987 4414 175 410 0 4569 0
[pid=23218] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288858287 9367552 267 33554432000 4194304 5064252 140734228535040 140734228533952 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23218/statm: 2287 267 226 213 0 72 0
[pid=23219] ppid=23218 vsize=44368 CPUtime=36.09 cores=0,2,4,6
/proc/23219/stat : 23219 (glucose_static) R 23218 23119 17890 0 -1 4202496 13876 0 0 0 3605 4 0 0 20 0 1 0 288858287 45432832 9565 33554432000 4194304 4896791 140735455031504 140735455029032 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23219/statm: 11092 9565 78 172 0 10918 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 82612

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 23222
/proc/meminfo: memFree=27812188/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=19948 CPUtime=1565.7 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 29439 240657 0 0 131 17 156294 128 20 0 1 0 288701668 20426752 4414 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 4987 4414 175 410 0 4569 0
[pid=23218] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288858287 9367552 267 33554432000 4194304 5064252 140734228535040 140734228533952 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23218/statm: 2287 267 226 213 0 72 0
[pid=23219] ppid=23218 vsize=59128 CPUtime=96.08 cores=0,2,4,6
/proc/23219/stat : 23219 (glucose_static) R 23218 23119 17890 0 -1 4202496 17829 0 0 0 9601 7 0 0 20 0 1 0 288858287 60547072 13486 33554432000 4194304 4896791 140735455031504 140735455028712 4204119 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23219/statm: 14782 13486 78 172 0 14608 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 97372

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23222
/proc/meminfo: memFree=27833204/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=19948 CPUtime=1565.7 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 29439 240657 0 0 131 17 156294 128 20 0 1 0 288701668 20426752 4414 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 4987 4414 175 410 0 4569 0
[pid=23218] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288858287 9367552 267 33554432000 4194304 5064252 140734228535040 140734228533952 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23218/statm: 2287 267 226 213 0 72 0
[pid=23219] ppid=23218 vsize=60548 CPUtime=156.06 cores=0,2,4,6
/proc/23219/stat : 23219 (glucose_static) R 23218 23119 17890 0 -1 4202496 22057 0 0 0 15596 10 0 0 20 0 1 0 288858287 62001152 13388 33554432000 4194304 4896791 140735455031504 140735455028712 4225523 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23219/statm: 15137 13388 78 172 0 14963 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 98792

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23225
/proc/meminfo: memFree=27841152/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=19948 CPUtime=1760.9 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 31864 266229 0 0 141 18 175790 141 20 0 1 0 288701668 20426752 4414 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 4987 4414 175 410 0 4569 0
[pid=23224] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23224/stat : 23224 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288877812 9367552 267 33554432000 4194304 5064252 140734863736656 140734863735568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23224/statm: 2287 267 226 213 0 72 0
[pid=23225] ppid=23224 vsize=42788 CPUtime=20.83 cores=0,2,4,6
/proc/23225/stat : 23225 (glucose_static) R 23224 23119 17890 0 -1 4202496 12754 0 0 0 2080 3 0 0 20 0 1 0 288877812 43814912 8733 33554432000 4194304 4896791 140736892572384 140736892569592 4225148 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23225/statm: 10697 8733 78 172 0 10523 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 81032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23225
/proc/meminfo: memFree=27829776/32873844 swapFree=7384/7384
[pid=23119] ppid=23117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23119/stat : 23119 (runWbo2sat.sh) S 23117 23119 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288701667 9367552 274 33554432000 4194304 5064252 140734220602752 140734220601664 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23119/statm: 2287 274 233 213 0 72 0
[pid=23120] ppid=23119 vsize=19948 CPUtime=1760.9 cores=0,2,4,6
/proc/23120/stat : 23120 (wbo2sat) S 23119 23119 17890 0 -1 4202496 31864 266229 0 0 141 18 175790 141 20 0 1 0 288701668 20426752 4414 33554432000 4194304 5872148 140736785903936 140736785897208 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23120/statm: 4987 4414 175 410 0 4569 0
[pid=23224] ppid=23120 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23224/stat : 23224 (satsolver.sh) S 23120 23119 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288877812 9367552 267 33554432000 4194304 5064252 140734863736656 140734863735568 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23224/statm: 2287 267 226 213 0 72 0
[pid=23225] ppid=23224 vsize=44880 CPUtime=39.15 cores=0,2,4,6
/proc/23225/stat : 23225 (glucose_static) R 23224 23119 17890 0 -1 4202496 15520 0 0 0 3910 5 0 0 20 0 1 0 288877812 45957120 10451 33554432000 4194304 4896791 140736892572384 140736892569592 4204939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23225/statm: 11220 10451 78 172 0 11046 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 83124

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.09
CPU user time (s): 1798.42
CPU system time (s): 1.66475
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 184556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 1.66475
maximum resident set size= 112940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314602
page faults= 0
swaps= 0
block input operations= 0
block output operations= 179048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297
involuntary context switches= 2842

runsolver used 6.18806 second user time and 19.522 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-28 19:22:42
IDJOB=3716229
IDBENCH=79531
IDSOLVER=2298
FILE ID=node136/3716229-1338225762
RUNJOBID= node136-1338193482-17906
PBS_JOBID= 14624585
Free space on /tmp= 70268 MiB

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

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

MD5SUM BENCH= 832b6d889e2e04fac8730ab9437bdddf
RANDOM SEED=1679459366

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:        24775312 kB
Buffers:          496252 kB
Cached:          3995192 kB
SwapCached:        24460 kB
Active:          5010608 kB
Inactive:        2222840 kB
Active(anon):    2714696 kB
Inactive(anon):    26984 kB
Active(file):    2295912 kB
Inactive(file):  2195856 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              8544 kB
Writeback:             0 kB
AnonPages:       2874576 kB
Mapped:            10348 kB
Shmem:                 0 kB
Slab:             719548 kB
SReclaimable:     161296 kB
SUnreclaim:       558252 kB
KernelStack:        1520 kB
PageTables:         9856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3328812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1765376 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= 71004 MiB
End job on node136 at 2012-05-28 19:52:43