Trace number 3716234

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap64_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.01
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 58368026
Min constraint cost 1
Max constraint cost 58368026
Sum of constraints costs 47051030826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	o 19207135
0.00/0.02	c current bound: 9603567
0.00/0.02	c fallback to adder encoding
29.27/29.38	c current bound: 14405351
29.27/29.38	c fallback to adder encoding
356.68/356.87	o 14405279
356.68/356.87	c current bound: 12004423
356.68/356.87	c fallback to adder encoding
709.69/709.97	o 12004410
709.69/709.97	c current bound: 10803989
709.69/709.97	c fallback to adder encoding
951.74/952.03	o 10803406
951.74/952.03	c current bound: 10203487
951.74/952.03	c fallback to adder encoding
1259.27/1259.63	o 10203456
1259.27/1259.63	c current bound: 9903512
1259.27/1259.63	c fallback to adder encoding
1325.94/1326.39	c current bound: 10053484
1325.94/1326.39	c fallback to adder encoding
1451.40/1451.82	c current bound: 10128470
1451.40/1451.82	c fallback to adder encoding
1641.75/1642.27	o 10127623
1641.75/1642.27	c current bound: 10090554
1641.75/1642.27	c fallback to adder encoding
1785.63/1786.12	o 10088570
1785.63/1786.12	c current bound: 10071027
1785.63/1786.12	c fallback to adder encoding
1800.01/1800.50	./satsolver.sh: line 5:  7828 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.50	c error: unexpected solver exit code
1800.01/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-3716234-1338222904/watcher-3716234-1338222904 -o /tmp/evaluation-result-3716234-1338222904/solver-3716234-1338222904 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716234-1338222904.wbo 1643943735 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.07 2.02 2.00 3/179 7712
/proc/meminfo: memFree=29970948/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0

[startup+0.0927439 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 7712
/proc/meminfo: memFree=29970948/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100307 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 7712
/proc/meminfo: memFree=29970948/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300163 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 7712
/proc/meminfo: memFree=29970948/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700149 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 7712
/proc/meminfo: memFree=29970948/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 7719
/proc/meminfo: memFree=29932480/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=11432 CPUtime=0.13 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 3106 1476 0 0 11 2 0 0 20 0 1 0 288414761 11706368 2452 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 2858 2452 175 410 0 2440 0
[pid=7718] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288414775 9367552 266 33554432000 4194304 5064252 140734526415680 140734526414592 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7718/statm: 2287 266 226 213 0 72 0
[pid=7719] ppid=7718 vsize=25704 CPUtime=1.35 cores=0,2,4,6
/proc/7719/stat : 7719 (glucose_static) R 7718 7712 1906 0 -1 4202496 5872 0 0 0 134 1 0 0 20 0 1 0 288414775 26320896 5765 33554432000 4194304 4896791 140736868273984 140736868271192 4202707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7719/statm: 6426 5765 78 172 0 6252 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 55432

[startup+3.10041 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 7719
/proc/meminfo: memFree=29932100/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=11432 CPUtime=0.13 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 3106 1476 0 0 11 2 0 0 20 0 1 0 288414761 11706368 2452 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 2858 2452 175 410 0 2440 0
[pid=7718] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288414775 9367552 266 33554432000 4194304 5064252 140734526415680 140734526414592 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7718/statm: 2287 266 226 213 0 72 0
[pid=7719] ppid=7718 vsize=26616 CPUtime=2.95 cores=0,2,4,6
/proc/7719/stat : 7719 (glucose_static) R 7718 7712 1906 0 -1 4202496 6879 0 0 0 294 1 0 0 20 0 1 0 288414775 27254784 5870 33554432000 4194304 4896791 140736868273984 140736868271192 4204864 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7719/statm: 6654 5870 78 172 0 6480 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 56344

[startup+6.30042 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 7719
/proc/meminfo: memFree=29928060/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=11432 CPUtime=0.13 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 3106 1476 0 0 11 2 0 0 20 0 1 0 288414761 11706368 2452 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 2858 2452 175 410 0 2440 0
[pid=7718] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288414775 9367552 266 33554432000 4194304 5064252 140734526415680 140734526414592 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7718/statm: 2287 266 226 213 0 72 0
[pid=7719] ppid=7718 vsize=28260 CPUtime=6.14 cores=0,2,4,6
/proc/7719/stat : 7719 (glucose_static) R 7718 7712 1906 0 -1 4202496 8281 0 0 0 612 2 0 0 20 0 1 0 288414775 28938240 6325 33554432000 4194304 4896791 140736868273984 140736868269720 4203889 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7719/statm: 7065 6325 78 172 0 6891 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 57988

[startup+12.7004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 7719
/proc/meminfo: memFree=29923660/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=11432 CPUtime=0.13 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 3106 1476 0 0 11 2 0 0 20 0 1 0 288414761 11706368 2452 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 2858 2452 175 410 0 2440 0
[pid=7718] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288414775 9367552 266 33554432000 4194304 5064252 140734526415680 140734526414592 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7718/statm: 2287 266 226 213 0 72 0
[pid=7719] ppid=7718 vsize=34576 CPUtime=12.55 cores=0,2,4,6
/proc/7719/stat : 7719 (glucose_static) R 7718 7712 1906 0 -1 4202496 9761 0 0 0 1252 3 0 0 20 0 1 0 288414775 35405824 7735 33554432000 4194304 4896791 140736868273984 140736868269720 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7719/statm: 8644 7735 78 172 0 8470 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 64304

[startup+25.5004 s]
/proc/loadavg: 2.13 2.04 2.01 3/183 7719
/proc/meminfo: memFree=29919728/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=11432 CPUtime=0.13 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 3106 1476 0 0 11 2 0 0 20 0 1 0 288414761 11706368 2452 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 2858 2452 175 410 0 2440 0
[pid=7718] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7718/stat : 7718 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288414775 9367552 266 33554432000 4194304 5064252 140734526415680 140734526414592 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7718/statm: 2287 266 226 213 0 72 0
[pid=7719] ppid=7718 vsize=43524 CPUtime=25.34 cores=0,2,4,6
/proc/7719/stat : 7719 (glucose_static) R 7718 7712 1906 0 -1 4202496 12131 0 0 0 2530 4 0 0 20 0 1 0 288414775 44568576 8610 33554432000 4194304 4896791 140736868273984 140736868271512 4203856 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7719/statm: 10881 8610 78 172 0 10707 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 73252

[startup+51.1004 s]
/proc/loadavg: 2.20 2.07 2.01 3/183 7722
/proc/meminfo: memFree=29912620/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19620 CPUtime=29.47 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 5110 15134 0 0 21 3 2918 5 20 0 1 0 288414761 20090880 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4905 4274 175 410 0 4487 0
[pid=7721] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7721/stat : 7721 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288417710 9367552 266 33554432000 4194304 5064252 140734400279152 140734400278064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7721/statm: 2287 266 226 213 0 72 0
[pid=7722] ppid=7721 vsize=42524 CPUtime=21.58 cores=0,2,4,6
/proc/7722/stat : 7722 (glucose_static) R 7721 7712 1906 0 -1 4202496 11543 0 0 0 2154 4 0 0 20 0 1 0 288417711 43544576 8218 33554432000 4194304 4896791 140737477455968 140737477453496 4204125 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7722/statm: 10631 8218 78 172 0 10457 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 80440

[startup+102.307 s]
/proc/loadavg: 2.12 2.07 2.01 3/183 7722
/proc/meminfo: memFree=29900892/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19620 CPUtime=29.47 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 5110 15134 0 0 21 3 2918 5 20 0 1 0 288414761 20090880 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4905 4274 175 410 0 4487 0
[pid=7721] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7721/stat : 7721 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288417710 9367552 266 33554432000 4194304 5064252 140734400279152 140734400278064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7721/statm: 2287 266 226 213 0 72 0
[pid=7722] ppid=7721 vsize=49652 CPUtime=72.78 cores=0,2,4,6
/proc/7722/stat : 7722 (glucose_static) R 7721 7712 1906 0 -1 4202496 19776 0 0 0 7270 8 0 0 20 0 1 0 288417711 50843648 10952 33554432000 4194304 4896791 140737477455968 140737477451704 4225445 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7722/statm: 12413 10952 78 172 0 12239 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 87568

[startup+162.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/183 7723
/proc/meminfo: memFree=29875832/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19620 CPUtime=29.47 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 5110 15134 0 0 21 3 2918 5 20 0 1 0 288414761 20090880 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4905 4274 175 410 0 4487 0
[pid=7721] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 2.00 3/183 7793
/proc/meminfo: memFree=30485920/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19948 CPUtime=1326.15 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 15960 170898 0 0 72 9 132425 109 20 0 1 0 288414761 20426752 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4987 4274 175 410 0 4569 0
[pid=7791] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7791/stat : 7791 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288547412 9367552 266 33554432000 4194304 5064252 140733382790864 140733382789776 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7791/statm: 2287 266 226 213 0 72 0
[pid=7792] ppid=7791 vsize=60112 CPUtime=95.76 cores=0,2,4,6
/proc/7792/stat : 7792 (glucose_static) R 7791 7712 1906 0 -1 4202496 19926 0 0 0 9568 8 0 0 20 0 1 0 288547412 61554688 13031 33554432000 4194304 4896791 140737342600752 140737342598152 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7792/statm: 15028 13031 78 172 0 14854 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 98356

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 7796
/proc/meminfo: memFree=30515476/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19948 CPUtime=1451.54 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 17883 194272 0 0 82 10 144942 120 20 0 1 0 288414761 20426752 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4987 4274 175 410 0 4569 0
[pid=7795] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7795/stat : 7795 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288559954 9367552 266 33554432000 4194304 5064252 140736887202384 140736887201296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7795/statm: 2287 266 226 213 0 72 0
[pid=7796] ppid=7795 vsize=42976 CPUtime=30.35 cores=0,2,4,6
/proc/7796/stat : 7796 (glucose_static) R 7795 7712 1906 0 -1 4202496 12262 0 0 0 3031 4 0 0 20 0 1 0 288559955 44007424 9153 33554432000 4194304 4896791 140735214385376 140735214382888 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7796/statm: 10744 9153 78 172 0 10570 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 81220

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 7799
/proc/meminfo: memFree=30501708/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19948 CPUtime=1451.54 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 17883 194272 0 0 82 10 144942 120 20 0 1 0 288414761 20426752 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4987 4274 175 410 0 4569 0
[pid=7795] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7795/stat : 7795 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288559954 9367552 266 33554432000 4194304 5064252 140736887202384 140736887201296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7795/statm: 2287 266 226 213 0 72 0
[pid=7796] ppid=7795 vsize=59204 CPUtime=90.33 cores=0,2,4,6
/proc/7796/stat : 7796 (glucose_static) R 7795 7712 1906 0 -1 4202496 18528 0 0 0 9025 8 0 0 20 0 1 0 288559955 60624896 11936 33554432000 4194304 4896791 140735214385376 140735214382904 4204951 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7796/statm: 14801 11936 78 172 0 14627 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 97448

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 7821
/proc/meminfo: memFree=30496012/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19948 CPUtime=1451.54 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 17883 194272 0 0 82 10 144942 120 20 0 1 0 288414761 20426752 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4987 4274 175 410 0 4569 0
[pid=7795] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7795/stat : 7795 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288559954 9367552 266 33554432000 4194304 5064252 140736887202384 140736887201296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7795/statm: 2287 266 226 213 0 72 0
[pid=7796] ppid=7795 vsize=62188 CPUtime=150.31 cores=0,2,4,6
/proc/7796/stat : 7796 (glucose_static) R 7795 7712 1906 0 -1 4202496 22798 0 0 0 15018 13 0 0 20 0 1 0 288559955 63680512 12246 33554432000 4194304 4896791 140735214385376 140735214382904 4203820 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7796/statm: 15547 12246 78 172 0 15373 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 100432

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7824
/proc/meminfo: memFree=30508184/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19948 CPUtime=1641.95 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 20167 220310 0 0 93 11 163954 137 20 0 1 0 288414761 20426752 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4987 4274 175 410 0 4569 0
[pid=7823] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7823/stat : 7823 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288579000 9367552 266 33554432000 4194304 5064252 140735360848208 140735360847120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7823/statm: 2287 266 226 213 0 72 0
[pid=7824] ppid=7823 vsize=42216 CPUtime=19.89 cores=0,2,4,6
/proc/7824/stat : 7824 (glucose_static) R 7823 7712 1906 0 -1 4202496 11148 0 0 0 1986 3 0 0 20 0 1 0 288579000 43229184 8109 33554432000 4194304 4896791 140734211117024 140734211114232 4205066 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7824/statm: 10554 8109 78 172 0 10380 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 80460

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7825
/proc/meminfo: memFree=30489440/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19948 CPUtime=1641.95 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 20167 220310 0 0 93 11 163954 137 20 0 1 0 288414761 20426752 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4987 4274 175 410 0 4569 0
[pid=7823] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7823/stat : 7823 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288579000 9367552 266 33554432000 4194304 5064252 140735360848208 140735360847120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7823/statm: 2287 266 226 213 0 72 0
[pid=7824] ppid=7823 vsize=47544 CPUtime=79.89 cores=0,2,4,6
/proc/7824/stat : 7824 (glucose_static) R 7823 7712 1906 0 -1 4202496 17702 0 0 0 7980 9 0 0 20 0 1 0 288579000 48685056 10798 33554432000 4194304 4896791 140734211117024 140734211114600 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7824/statm: 11886 10798 78 172 0 11712 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 85788

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7825
/proc/meminfo: memFree=30458416/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19948 CPUtime=1641.95 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 20167 220310 0 0 93 11 163954 137 20 0 1 0 288414761 20426752 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4987 4274 175 410 0 4569 0
[pid=7823] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7823/stat : 7823 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288579000 9367552 266 33554432000 4194304 5064252 140735360848208 140735360847120 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7823/statm: 2287 266 226 213 0 72 0
[pid=7824] ppid=7823 vsize=81180 CPUtime=139.87 cores=0,2,4,6
/proc/7824/stat : 7824 (glucose_static) R 7823 7712 1906 0 -1 4202496 22357 0 0 0 13976 11 0 0 20 0 1 0 288579000 83128320 17314 33554432000 4194304 4896791 140734211117024 140734211114232 4225011 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7824/statm: 20295 17314 78 172 0 20121 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 119424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7828
/proc/meminfo: memFree=30494360/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19948 CPUtime=1785.76 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 22451 243919 0 0 103 12 178311 150 20 0 1 0 288414761 20426752 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4987 4274 175 410 0 4569 0
[pid=7827] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7827/stat : 7827 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288593384 9367552 267 33554432000 4194304 5064252 140735841572704 140735841571616 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7827/statm: 2287 267 226 213 0 72 0
[pid=7828] ppid=7827 vsize=34260 CPUtime=14.25 cores=0,2,4,6
/proc/7828/stat : 7828 (glucose_static) R 7827 7712 1906 0 -1 4202496 9761 0 0 0 1423 2 0 0 20 0 1 0 288593384 35082240 7879 33554432000 4194304 4896791 140736883170416 140736883167928 4230803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7828/statm: 8565 7879 78 172 0 8391 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 72504

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.00 2.00 2.00 3/183 7828
/proc/meminfo: memFree=30494360/32873844 swapFree=7620/7620
[pid=7712] ppid=7710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7712/stat : 7712 (runWbo2sat.sh) S 7710 7712 1906 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288414761 9367552 275 33554432000 4194304 5064252 140736720679152 140736720678064 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7712/statm: 2287 275 233 213 0 72 0
[pid=7713] ppid=7712 vsize=19948 CPUtime=1785.76 cores=0,2,4,6
/proc/7713/stat : 7713 (wbo2sat) S 7712 7712 1906 0 -1 4202496 22451 243919 0 0 103 12 178311 150 20 0 1 0 288414761 20426752 4274 33554432000 4194304 5872148 140736733283104 140736733276376 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7713/statm: 4987 4274 175 410 0 4569 0
[pid=7827] ppid=7713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7827/stat : 7827 (satsolver.sh) S 7713 7712 1906 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288593384 9367552 267 33554432000 4194304 5064252 140735841572704 140735841571616 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7827/statm: 2287 267 226 213 0 72 0
[pid=7828] ppid=7827 vsize=34260 CPUtime=14.25 cores=0,2,4,6
/proc/7828/stat : 7828 (glucose_static) R 7827 7712 1906 0 -1 4202496 9761 0 0 0 1423 2 0 0 20 0 1 0 288593384 35082240 7879 33554432000 4194304 4896791 140736883170416 140736883167928 4230803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7828/statm: 8565 7879 78 172 0 8391 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 72504

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1798.38
CPU system time (s): 1.66775
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 191088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 1.66775
maximum resident set size= 134456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277121
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 269
involuntary context switches= 2496

runsolver used 6.03408 second user time and 18.7142 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-28 18:35:04
IDJOB=3716234
IDBENCH=79499
IDSOLVER=2298
FILE ID=node143/3716234-1338222904
RUNJOBID= node143-1338207343-5232
PBS_JOBID= 14624608
Free space on /tmp= 71456 MiB

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

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

MD5SUM BENCH= eea9483bb210b3ae31db150f2467fbf7
RANDOM SEED=1643943735

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:        29971476 kB
Buffers:          425740 kB
Cached:           845764 kB
SwapCached:            0 kB
Active:          1655360 kB
Inactive:         404260 kB
Active(anon):     779448 kB
Inactive(anon):    11300 kB
Active(file):     875912 kB
Inactive(file):   392960 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8556 kB
Writeback:             0 kB
AnonPages:        838620 kB
Mapped:            15124 kB
Shmem:               200 kB
Slab:             701656 kB
SReclaimable:     143964 kB
SUnreclaim:       557692 kB
KernelStack:        1520 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1090796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    731136 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= 71568 MiB
End job on node143 at 2012-05-28 19:05:05