Trace number 3716231

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.11 1800.51

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap44_wcsp.wbo
MD5SUMeea9483bb210b3ae31db150f2467fbf7
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark10336274
Best CPU time to get the best result obtained on this benchmark1800.07
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 58368026
Min constraint cost 1
Max constraint cost 58368026
Sum of constraints costs 47051030826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.02	o 19207135
0.00/0.02	c current bound: 9603567
0.00/0.02	c fallback to adder encoding
28.48/28.58	c current bound: 14405351
28.48/28.58	c fallback to adder encoding
345.29/345.44	o 14405279
345.29/345.44	c current bound: 12004423
345.29/345.44	c fallback to adder encoding
691.52/691.74	o 12004410
691.52/691.74	c current bound: 10803989
691.52/691.74	c fallback to adder encoding
931.17/931.47	o 10803406
931.17/931.47	c current bound: 10203487
931.17/931.47	c fallback to adder encoding
1238.60/1238.96	o 10203456
1238.60/1238.96	c current bound: 9903512
1238.60/1238.96	c fallback to adder encoding
1304.59/1304.94	c current bound: 10053484
1304.59/1304.94	c fallback to adder encoding
1430.45/1430.82	c current bound: 10128470
1430.45/1430.82	c fallback to adder encoding
1617.61/1618.05	o 10127623
1617.61/1618.05	c current bound: 10090554
1617.61/1618.05	c fallback to adder encoding
1760.28/1760.74	o 10088570
1760.28/1760.74	c current bound: 10071027
1760.28/1760.74	c fallback to adder encoding
1800.07/1800.50	./satsolver.sh: line 5:  7961 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.50	c error: unexpected solver exit code
1800.07/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-3716231-1338224705/watcher-3716231-1338224705 -o /tmp/evaluation-result-3716231-1338224705/solver-3716231-1338224705 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716231-1338224705.wbo 878375464 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 7866
/proc/meminfo: memFree=30549628/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0

[startup+0.0936751 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7866
/proc/meminfo: memFree=30549628/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100353 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7866
/proc/meminfo: memFree=30549628/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300278 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7866
/proc/meminfo: memFree=30549628/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700416 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7866
/proc/meminfo: memFree=30549628/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7873
/proc/meminfo: memFree=30512072/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=11432 CPUtime=0.13 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 2961 1478 0 0 11 2 0 0 20 0 1 0 288594831 11706368 2307 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 2858 2307 175 410 0 2440 0
[pid=7872] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7872/stat : 7872 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288594845 9367552 267 33554432000 4194304 5064252 140735283660416 140735283659328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2287 267 226 213 0 72 0
[pid=7873] ppid=7872 vsize=25840 CPUtime=1.35 cores=0,2,4,6
/proc/7873/stat : 7873 (glucose_static) R 7872 7866 1906 0 -1 4202496 5471 0 0 0 134 1 0 0 20 0 1 0 288594846 26460160 5638 33554432000 4194304 4896791 140735086646944 140735086644456 4225180 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 6460 5638 78 172 0 6286 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 55568

[startup+3.10042 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7873
/proc/meminfo: memFree=30511196/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=11432 CPUtime=0.13 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 2961 1478 0 0 11 2 0 0 20 0 1 0 288594831 11706368 2307 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 2858 2307 175 410 0 2440 0
[pid=7872] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7872/stat : 7872 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288594845 9367552 267 33554432000 4194304 5064252 140735283660416 140735283659328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2287 267 226 213 0 72 0
[pid=7873] ppid=7872 vsize=26840 CPUtime=2.95 cores=0,2,4,6
/proc/7873/stat : 7873 (glucose_static) R 7872 7866 1906 0 -1 4202496 6733 0 0 0 294 1 0 0 20 0 1 0 288594846 27484160 5983 33554432000 4194304 4896791 140735086646944 140735086642616 4203102 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 6710 5983 78 172 0 6536 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 56568

[startup+6.30044 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7873
/proc/meminfo: memFree=30505612/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=11432 CPUtime=0.13 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 2961 1478 0 0 11 2 0 0 20 0 1 0 288594831 11706368 2307 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 2858 2307 175 410 0 2440 0
[pid=7872] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7872/stat : 7872 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288594845 9367552 267 33554432000 4194304 5064252 140735283660416 140735283659328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2287 267 226 213 0 72 0
[pid=7873] ppid=7872 vsize=28264 CPUtime=6.15 cores=0,2,4,6
/proc/7873/stat : 7873 (glucose_static) R 7872 7866 1906 0 -1 4202496 7700 0 0 0 613 2 0 0 20 0 1 0 288594846 28942336 6218 33554432000 4194304 4896791 140735086646944 140735086644152 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 7066 6218 78 172 0 6892 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 57992

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7873
/proc/meminfo: memFree=30502888/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=11432 CPUtime=0.13 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 2961 1478 0 0 11 2 0 0 20 0 1 0 288594831 11706368 2307 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 2858 2307 175 410 0 2440 0
[pid=7872] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7872/stat : 7872 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288594845 9367552 267 33554432000 4194304 5064252 140735283660416 140735283659328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2287 267 226 213 0 72 0
[pid=7873] ppid=7872 vsize=34820 CPUtime=12.55 cores=0,2,4,6
/proc/7873/stat : 7873 (glucose_static) R 7872 7866 1906 0 -1 4202496 9269 0 0 0 1252 3 0 0 20 0 1 0 288594846 35655680 7861 33554432000 4194304 4896791 140735086646944 140735086644152 4205040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 8705 7861 78 172 0 8531 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 64548

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7873
/proc/meminfo: memFree=30498660/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=11432 CPUtime=0.13 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 2961 1478 0 0 11 2 0 0 20 0 1 0 288594831 11706368 2307 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 2858 2307 175 410 0 2440 0
[pid=7872] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7872/stat : 7872 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288594845 9367552 267 33554432000 4194304 5064252 140735283660416 140735283659328 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7872/statm: 2287 267 226 213 0 72 0
[pid=7873] ppid=7872 vsize=43528 CPUtime=25.35 cores=0,2,4,6
/proc/7873/stat : 7873 (glucose_static) R 7872 7866 1906 0 -1 4202496 11443 0 0 0 2531 4 0 0 20 0 1 0 288594846 44572672 8779 33554432000 4194304 4896791 140735086646944 140735086644472 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 10882 8779 78 172 0 10708 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 73256

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7876
/proc/meminfo: memFree=30488008/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19620 CPUtime=28.66 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 4897 14147 0 0 21 3 2838 4 20 0 1 0 288594831 20090880 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4905 4204 175 410 0 4487 0
[pid=7875] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7875/stat : 7875 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288597700 9367552 267 33554432000 4194304 5064252 140736963634144 140736963633056 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7875/statm: 2287 267 226 213 0 72 0
[pid=7876] ppid=7875 vsize=43080 CPUtime=22.39 cores=0,2,4,6
/proc/7876/stat : 7876 (glucose_static) R 7875 7866 1906 0 -1 4202496 11833 0 0 0 2236 3 0 0 20 0 1 0 288597701 44113920 9053 33554432000 4194304 4896791 140737367543952 140737367541160 4203849 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7876/statm: 10770 9053 78 172 0 10596 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 80996

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7876
/proc/meminfo: memFree=30495952/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19620 CPUtime=28.66 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 4897 14147 0 0 21 3 2838 4 20 0 1 0 288594831 20090880 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4905 4204 175 410 0 4487 0
[pid=7875] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7875/stat : 7875 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288597700 9367552 267 33554432000 4194304 5064252 140736963634144 140736963633056 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7875/statm: 2287 267 226 213 0 72 0
[pid=7876] ppid=7875 vsize=61724 CPUtime=73.58 cores=0,2,4,6
/proc/7876/stat : 7876 (glucose_static) R 7875 7866 1906 0 -1 4202496 20283 0 0 0 7351 7 0 0 20 0 1 0 288597701 63205376 12510 33554432000 4194304 4896791 140737367543952 140737367541480 4203862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7876/statm: 15431 12510 78 172 0 15257 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 99640

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7876
/proc/meminfo: memFree=30485880/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19620 CPUtime=28.66 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 4897 14147 0 0 21 3 2838 4 20 0 1 0 288594831 20090880 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4905 4204 175 410 0 4487 0
[pid=7875] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7947
/proc/meminfo: memFree=30631000/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19948 CPUtime=1304.75 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 15403 171388 0 0 73 9 130287 106 20 0 1 0 288594831 20426752 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4987 4204 175 410 0 4569 0
[pid=7945] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7945/stat : 7945 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288725336 9367552 266 33554432000 4194304 5064252 140736192949008 140736192947920 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7945/statm: 2287 266 226 213 0 72 0
[pid=7946] ppid=7945 vsize=61104 CPUtime=117.21 cores=0,2,4,6
/proc/7946/stat : 7946 (glucose_static) R 7945 7866 1906 0 -1 4202496 21809 0 0 0 11711 10 0 0 20 0 1 0 288725337 62570496 14407 33554432000 4194304 4896791 140737088722592 140737088719800 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7946/statm: 15276 14407 78 172 0 15102 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 99348

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7950
/proc/meminfo: memFree=30649052/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19948 CPUtime=1430.59 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 17258 195129 0 0 83 10 142848 118 20 0 1 0 288594831 20426752 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4987 4204 175 410 0 4569 0
[pid=7949] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7949/stat : 7949 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288737925 9367552 266 33554432000 4194304 5064252 140734324846384 140734324845296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7949/statm: 2287 266 226 213 0 72 0
[pid=7950] ppid=7949 vsize=44852 CPUtime=51.35 cores=0,2,4,6
/proc/7950/stat : 7950 (glucose_static) R 7949 7866 1906 0 -1 4202496 15684 0 0 0 5129 6 0 0 20 0 1 0 288737925 45928448 9307 33554432000 4194304 4896791 140735165456176 140735165453384 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7950/statm: 11213 9307 78 172 0 11039 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 83096

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7953
/proc/meminfo: memFree=30621012/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19948 CPUtime=1430.59 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 17258 195129 0 0 83 10 142848 118 20 0 1 0 288594831 20426752 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4987 4204 175 410 0 4569 0
[pid=7949] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7949/stat : 7949 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288737925 9367552 266 33554432000 4194304 5064252 140734324846384 140734324845296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7949/statm: 2287 266 226 213 0 72 0
[pid=7950] ppid=7949 vsize=60464 CPUtime=111.34 cores=0,2,4,6
/proc/7950/stat : 7950 (glucose_static) R 7949 7866 1906 0 -1 4202496 20379 0 0 0 11125 9 0 0 20 0 1 0 288737925 61915136 13891 33554432000 4194304 4896791 140735165456176 140735165453704 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7950/statm: 15116 13891 78 172 0 14942 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 98708

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7953
/proc/meminfo: memFree=30633576/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19948 CPUtime=1430.59 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 17258 195129 0 0 83 10 142848 118 20 0 1 0 288594831 20426752 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4987 4204 175 410 0 4569 0
[pid=7949] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7949/stat : 7949 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288737925 9367552 266 33554432000 4194304 5064252 140734324846384 140734324845296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7949/statm: 2287 266 226 213 0 72 0
[pid=7950] ppid=7949 vsize=63132 CPUtime=171.31 cores=0,2,4,6
/proc/7950/stat : 7950 (glucose_static) R 7949 7866 1906 0 -1 4202496 24211 0 0 0 17119 12 0 0 20 0 1 0 288737925 64647168 13053 33554432000 4194304 4896791 140735165456176 140735165453752 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7950/statm: 15783 13053 78 172 0 15609 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 101376

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 7956
/proc/meminfo: memFree=30622484/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19948 CPUtime=1617.78 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 19473 221173 0 0 93 11 161541 133 20 0 1 0 288594831 20426752 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4987 4204 175 410 0 4569 0
[pid=7955] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7955/stat : 7955 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288756648 9367552 267 33554432000 4194304 5064252 140736057337952 140736057336864 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7955/statm: 2287 267 226 213 0 72 0
[pid=7956] ppid=7955 vsize=56192 CPUtime=44.12 cores=0,2,4,6
/proc/7956/stat : 7956 (glucose_static) R 7955 7866 1906 0 -1 4202496 17788 0 0 0 4407 5 0 0 20 0 1 0 288756648 57540608 10693 33554432000 4194304 4896791 140733434837728 140733434835256 4203968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7956/statm: 14048 10693 78 172 0 13874 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 94436

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 7957
/proc/meminfo: memFree=30635076/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19948 CPUtime=1617.78 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 19473 221173 0 0 93 11 161541 133 20 0 1 0 288594831 20426752 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4987 4204 175 410 0 4569 0
[pid=7955] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7955/stat : 7955 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288756648 9367552 267 33554432000 4194304 5064252 140736057337952 140736057336864 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7955/statm: 2287 267 226 213 0 72 0
[pid=7956] ppid=7955 vsize=60720 CPUtime=104.1 cores=0,2,4,6
/proc/7956/stat : 7956 (glucose_static) R 7955 7866 1906 0 -1 4202496 24099 0 0 0 10401 9 0 0 20 0 1 0 288756648 62177280 12889 33554432000 4194304 4896791 140733434837728 140733434835256 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7956/statm: 15180 12889 78 172 0 15006 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 98964

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/184 7961
/proc/meminfo: memFree=30623816/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19948 CPUtime=1760.44 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 21688 248616 0 0 103 13 175783 145 20 0 1 0 288594831 20426752 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4987 4204 175 410 0 4569 0
[pid=7960] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7960/stat : 7960 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288770917 9367552 267 33554432000 4194304 5064252 140736090610112 140736090609024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7960/statm: 2287 267 226 213 0 72 0
[pid=7961] ppid=7960 vsize=42432 CPUtime=21.42 cores=0,2,4,6
/proc/7961/stat : 7961 (glucose_static) R 7960 7866 1906 0 -1 4202496 14550 0 0 0 2140 2 0 0 20 0 1 0 288770917 43450368 9077 33554432000 4194304 4896791 140734044060848 140734044058056 4203829 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7961/statm: 10608 9077 78 172 0 10434 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 80676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 7961
/proc/meminfo: memFree=30611756/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19948 CPUtime=1760.44 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 21688 248616 0 0 103 13 175783 145 20 0 1 0 288594831 20426752 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4987 4204 175 410 0 4569 0
[pid=7960] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7960/stat : 7960 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288770917 9367552 267 33554432000 4194304 5064252 140736090610112 140736090609024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7960/statm: 2287 267 226 213 0 72 0
[pid=7961] ppid=7960 vsize=44436 CPUtime=39.63 cores=0,2,4,6
/proc/7961/stat : 7961 (glucose_static) R 7960 7866 1906 0 -1 4202496 17627 0 0 0 3959 4 0 0 20 0 1 0 288770917 45502464 9868 33554432000 4194304 4896791 140734044060848 140734044058360 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7961/statm: 11109 9868 78 172 0 10935 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 82680

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.03 2.00 3/184 7961
/proc/meminfo: memFree=30611756/32873844 swapFree=7620/7620
[pid=7866] ppid=7864 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7866/stat : 7866 (runWbo2sat.sh) S 7864 7866 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288594831 9367552 274 33554432000 4194304 5064252 140735327330592 140735327329504 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7866/statm: 2287 274 233 213 0 72 0
[pid=7867] ppid=7866 vsize=19948 CPUtime=1760.44 cores=0,2,4,6
/proc/7867/stat : 7867 (wbo2sat) S 7866 7866 1906 0 -1 4202496 21688 248616 0 0 103 13 175783 145 20 0 1 0 288594831 20426752 4204 33554432000 4194304 5872148 140733836315472 140733836308744 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7867/statm: 4987 4204 175 410 0 4569 0
[pid=7960] ppid=7867 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7960/stat : 7960 (satsolver.sh) S 7867 7866 1906 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288770917 9367552 267 33554432000 4194304 5064252 140736090610112 140736090609024 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7960/statm: 2287 267 226 213 0 72 0
[pid=7961] ppid=7960 vsize=44436 CPUtime=39.63 cores=0,2,4,6
/proc/7961/stat : 7961 (glucose_static) R 7960 7866 1906 0 -1 4202496 17627 0 0 0 3959 4 0 0 20 0 1 0 288770917 45502464 9868 33554432000 4194304 4896791 140734044060848 140734044058360 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7961/statm: 11109 9868 78 172 0 10935 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 82680

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1798.48
CPU system time (s): 1.63075
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 191812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 1.63075
maximum resident set size= 132076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288923
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 291
involuntary context switches= 1903

runsolver used 3.41448 second user time and 11.8992 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-28 19:05:05
IDJOB=3716231
IDBENCH=79526
IDSOLVER=2298
FILE ID=node143/3716231-1338224705
RUNJOBID= node143-1338207343-5232
PBS_JOBID= 14624608
Free space on /tmp= 71580 MiB

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

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

MD5SUM BENCH= eea9483bb210b3ae31db150f2467fbf7
RANDOM SEED=878375464

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

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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	: 5298.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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		: 2666.787
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:        30550008 kB
Buffers:          426524 kB
Cached:           719584 kB
SwapCached:            0 kB
Active:          1075056 kB
Inactive:         404244 kB
Active(anon):     324204 kB
Inactive(anon):    11300 kB
Active(file):     750852 kB
Inactive(file):   392944 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8620 kB
Writeback:             0 kB
AnonPages:        352520 kB
Mapped:            15048 kB
Shmem:               200 kB
Slab:             701584 kB
SReclaimable:     143796 kB
SUnreclaim:       557788 kB
KernelStack:        1520 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     526152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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= 71620 MiB
End job on node143 at 2012-05-28 19:35:05