Trace number 3694585

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
pb2satCp2 2012-05-19? (TO) 1800.13 1800.63

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_2_ic.opb
MD5SUM1185ce4e6cb3e25245f37b18f6e11faa
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16405051
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 130323843
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 39787205352
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 130323843
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 39787205352
Number of bits of the biggest sum of numbers36
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

122.04/122.16	c model valid
122.04/122.16	c current solution ok
124.57/124.70	o 467964219
124.57/124.70	c fallback to adder encoding
139.33/139.49	c model valid
139.33/139.49	c current solution ok
139.42/139.57	o 371917321
139.42/139.57	c fallback to adder encoding
176.30/176.44	c model valid
176.30/176.44	c current solution ok
176.35/176.52	o 180087103
176.35/176.52	c fallback to adder encoding
222.19/222.37	c model valid
222.19/222.37	c current solution ok
222.27/222.46	o 164078257
222.27/222.46	c fallback to adder encoding
247.78/247.95	c model valid
247.78/247.95	c current solution ok
247.84/248.03	o 125314945
247.84/248.03	c fallback to adder encoding
297.48/297.67	c model valid
297.48/297.67	c current solution ok
297.55/297.75	o 120781485
297.55/297.75	c fallback to adder encoding
507.82/508.02	c model valid
507.82/508.02	c current solution ok
507.92/508.10	o 113186911
507.92/508.10	c fallback to adder encoding
787.74/788.07	c model valid
787.74/788.07	c current solution ok
787.82/788.15	o 113042947
787.82/788.15	c fallback to adder encoding
1351.68/1352.10	c model valid
1351.68/1352.10	c current solution ok
1351.68/1352.18	o 108472425
1351.68/1352.18	c fallback to adder encoding
1475.47/1475.97	c model valid
1475.47/1475.97	c current solution ok
1475.54/1476.06	o 97815603
1475.54/1476.06	c fallback to adder encoding
1800.09/1800.61	./satsolver.sh: line 5: 18280 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.61	c error: unexpected solver exit code
1800.09/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-3694585-1338227531/watcher-3694585-1338227531 -o /tmp/evaluation-result-3694585-1338227531/solver-3694585-1338227531 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694585-1338227531.opb 931118134 HOME HOME 

running on 4 cores: 1,3,5,7

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 18113
/proc/meminfo: memFree=31173104/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0

[startup+0.08517 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18113
/proc/meminfo: memFree=31173104/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100287 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18113
/proc/meminfo: memFree=31173104/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300251 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18113
/proc/meminfo: memFree=31173104/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700235 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18113
/proc/meminfo: memFree=31173104/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18115
/proc/meminfo: memFree=31153452/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=136784 CPUtime=1.49 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) R 18113 18113 17515 0 -1 4202496 12586 0 0 0 143 6 0 0 20 0 1 0 288877996 140066816 26345 33554432000 4194304 5873084 140736128148512 140736128145880 5129975 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18114/statm: 34196 26345 166 410 0 33778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 145932

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18126
/proc/meminfo: memFree=30922676/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 12590 0 0 0 143 9 0 0 20 0 1 0 288877996 105095168 17810 33554432000 4194304 5873084 140736128148512 140736128144936 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18114/statm: 25658 17810 169 410 0 25240 0
[pid=18122] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18122/stat : 18122 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288878149 9367552 266 33554432000 4194304 5064252 140734761870016 140734761868928 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18122/statm: 2287 266 226 213 0 72 0
[pid=18123] ppid=18122 vsize=168184 CPUtime=1.55 cores=1,3,5,7
/proc/18123/stat : 18123 (glucose_static) R 18122 18113 17515 0 -1 4202496 29735 0 0 0 149 6 0 0 20 0 1 0 288878149 172220416 35406 33554432000 4194304 4896791 140736154685968 140736154683176 4225536 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18123/statm: 42046 35406 76 172 0 41872 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 289112

[startup+6.30044 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18132
/proc/meminfo: memFree=30933568/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 12590 0 0 0 143 9 0 0 20 0 1 0 288877996 105095168 17810 33554432000 4194304 5873084 140736128148512 140736128144936 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18114/statm: 25658 17810 169 410 0 25240 0
[pid=18122] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18122/stat : 18122 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288878149 9367552 266 33554432000 4194304 5064252 140734761870016 140734761868928 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18122/statm: 2287 266 226 213 0 72 0
[pid=18123] ppid=18122 vsize=168316 CPUtime=4.76 cores=1,3,5,7
/proc/18123/stat : 18123 (glucose_static) R 18122 18113 17515 0 -1 4202496 29980 0 0 0 469 7 0 0 20 0 1 0 288878149 172355584 35650 33554432000 4194304 4896791 140736154685968 140736154683176 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18123/statm: 42079 35650 76 172 0 41905 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 289244

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18135
/proc/meminfo: memFree=30920644/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 12590 0 0 0 143 9 0 0 20 0 1 0 288877996 105095168 17810 33554432000 4194304 5873084 140736128148512 140736128144936 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18114/statm: 25658 17810 169 410 0 25240 0
[pid=18122] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18122/stat : 18122 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288878149 9367552 266 33554432000 4194304 5064252 140734761870016 140734761868928 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18122/statm: 2287 266 226 213 0 72 0
[pid=18123] ppid=18122 vsize=168448 CPUtime=11.15 cores=1,3,5,7
/proc/18123/stat : 18123 (glucose_static) R 18122 18113 17515 0 -1 4202496 30916 0 0 0 1107 8 0 0 20 0 1 0 288878149 172490752 34756 33554432000 4194304 4896791 140736154685968 140736154683544 4203856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18123/statm: 42112 34756 76 172 0 41938 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 289376

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18147
/proc/meminfo: memFree=30907388/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 12590 0 0 0 143 9 0 0 20 0 1 0 288877996 105095168 17810 33554432000 4194304 5873084 140736128148512 140736128144936 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18114/statm: 25658 17810 169 410 0 25240 0
[pid=18122] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18122/stat : 18122 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288878149 9367552 266 33554432000 4194304 5064252 140734761870016 140734761868928 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18122/statm: 2287 266 226 213 0 72 0
[pid=18123] ppid=18122 vsize=187816 CPUtime=23.95 cores=1,3,5,7
/proc/18123/stat : 18123 (glucose_static) R 18122 18113 17515 0 -1 4202496 31438 0 0 0 2386 9 0 0 20 0 1 0 288878149 192323584 38343 33554432000 4194304 4896791 140736154685968 140736154683496 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18123/statm: 46954 38343 76 172 0 46780 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 308744

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18183
/proc/meminfo: memFree=30909092/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 12590 0 0 0 143 9 0 0 20 0 1 0 288877996 105095168 17810 33554432000 4194304 5873084 140736128148512 140736128144936 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18114/statm: 25658 17810 169 410 0 25240 0
[pid=18122] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18122/stat : 18122 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288878149 9367552 266 33554432000 4194304 5064252 140734761870016 140734761868928 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18122/statm: 2287 266 226 213 0 72 0
[pid=18123] ppid=18122 vsize=188560 CPUtime=49.54 cores=1,3,5,7
/proc/18123/stat : 18123 (glucose_static) R 18122 18113 17515 0 -1 4202496 33062 0 0 0 4943 11 0 0 20 0 1 0 288878149 193085440 38537 33554432000 4194304 4896791 140736154685968 140736154683544 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18123/statm: 47140 38537 76 172 0 46966 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 309488

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18201
/proc/meminfo: memFree=30895200/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=102632 CPUtime=1.52 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 12590 0 0 0 143 9 0 0 20 0 1 0 288877996 105095168 17810 33554432000 4194304 5873084 140736128148512 140736128144936 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18114/statm: 25658 17810 169 410 0 25240 0
[pid=18122] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18122/stat : 18122 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288878149 9367552 266 33554432000 4194304 5064252 140734761870016 140734761868928 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18122/statm: 2287 266 226 213 0 72 0
[pid=18123] ppid=18122 vsize=220792 CPUtime=100.73 cores=1,3,5,7
/proc/18123/stat : 18123 (glucose_static) R 18122 18113 17515 0 -1 4202496 37462 0 0 0 10053 20 0 0 20 0 1 0 288878149 226091008 41984 33554432000 4194304 4896791 140736154685968 140736154683496 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18123/statm: 55198 41984 76 172 0 55024 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 341720

[startup+162.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 18207
/proc/meminfo: memFree=30483104/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=282548 CPUtime=140.85 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 31589 101824 0 0 517 250 13256 62 20 0 1 0 288877996 289329152 51164 33554432000 4194304 5873084 140736128148512 140736128142328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18114/statm: 70637 51164 184 410 0 70219 0
[pid=18206] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18206/stat : 18206 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288892088 9367552 266 33554432000 4194304 5064252 140733307427712 140733307426624 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18206/statm: 2287 266 226 213 0 72 0
[pid=18207] ppid=18206 vsize=352288 CPUtime=21.35 cores=1,3,5,7
/proc/18207/stat : 18207 (glucose_static) R 18206 18113 17515 0 -1 4202496 60763 0 0 0 2117 18 0 0 20 0 1 0 288892089 360742912 81500 33554432000 4194304 4896791 140733270172528 140733270169736 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18207/statm: 88072 81500 78 172 0 87898 0
Current children cumulated CPU time (s) 162.2

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


[startup+1362.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 18276
/proc/meminfo: memFree=30498348/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=282548 CPUtime=1353.05 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 104276 554307 0 0 1649 370 132995 291 20 0 1 0 288877996 289329152 49628 33554432000 4194304 5873084 140736128148512 140736128142328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18114/statm: 70637 49628 184 410 0 70219 0
[pid=18275] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18275/stat : 18275 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289013342 9367552 267 33554432000 4194304 5064252 140733416895872 140733416894784 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18275/statm: 2287 267 226 213 0 72 0
[pid=18276] ppid=18275 vsize=344616 CPUtime=8.81 cores=1,3,5,7
/proc/18276/stat : 18276 (glucose_static) R 18275 18113 17515 0 -1 4202496 58191 0 0 0 864 17 0 0 20 0 1 0 289013343 352886784 77379 33554432000 4194304 4896791 140734413409744 140734413406968 4223809 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 86154 77379 78 172 0 85980 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 645460

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 18276
/proc/meminfo: memFree=30476560/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=282548 CPUtime=1353.05 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 104276 554307 0 0 1649 370 132995 291 20 0 1 0 288877996 289329152 49628 33554432000 4194304 5873084 140736128148512 140736128142328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18114/statm: 70637 49628 184 410 0 70219 0
[pid=18275] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18275/stat : 18275 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289013342 9367552 267 33554432000 4194304 5064252 140733416895872 140733416894784 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18275/statm: 2287 267 226 213 0 72 0
[pid=18276] ppid=18275 vsize=351408 CPUtime=68.81 cores=1,3,5,7
/proc/18276/stat : 18276 (glucose_static) R 18275 18113 17515 0 -1 4202496 60202 0 0 0 6863 18 0 0 20 0 1 0 289013343 359841792 80923 33554432000 4194304 4896791 140734413409744 140734413406952 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18276/statm: 87852 80923 78 172 0 87678 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 652252

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 18280
/proc/meminfo: memFree=30491952/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=282548 CPUtime=1476.91 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 115229 616687 0 0 1811 387 145171 322 20 0 1 0 288877996 289329152 49628 33554432000 4194304 5873084 140736128148512 140736128142328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18114/statm: 70637 49628 184 410 0 70219 0
[pid=18279] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18279/stat : 18279 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289025730 9367552 267 33554432000 4194304 5064252 140735390373824 140735390372736 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18279/statm: 2287 267 226 213 0 72 0
[pid=18280] ppid=18279 vsize=343156 CPUtime=4.93 cores=1,3,5,7
/proc/18280/stat : 18280 (glucose_static) R 18279 18113 17515 0 -1 4202496 56392 0 0 0 476 17 0 0 20 0 1 0 289025730 351391744 76574 33554432000 4194304 4896791 140737443551168 140737443548376 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18280/statm: 85789 76574 78 172 0 85615 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 644000

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 18280
/proc/meminfo: memFree=30483148/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=282548 CPUtime=1476.91 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 115229 616687 0 0 1811 387 145171 322 20 0 1 0 288877996 289329152 49628 33554432000 4194304 5873084 140736128148512 140736128142328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18114/statm: 70637 49628 184 410 0 70219 0
[pid=18279] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18279/stat : 18279 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289025730 9367552 267 33554432000 4194304 5064252 140735390373824 140735390372736 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18279/statm: 2287 267 226 213 0 72 0
[pid=18280] ppid=18279 vsize=351712 CPUtime=64.92 cores=1,3,5,7
/proc/18280/stat : 18280 (glucose_static) R 18279 18113 17515 0 -1 4202496 59889 0 0 0 6470 22 0 0 20 0 1 0 289025730 360153088 80111 33554432000 4194304 4896791 140737443551168 140737443548376 4224960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18280/statm: 87928 80111 78 172 0 87754 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 652556

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 18280
/proc/meminfo: memFree=30461460/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=282548 CPUtime=1476.91 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 115229 616687 0 0 1811 387 145171 322 20 0 1 0 288877996 289329152 49628 33554432000 4194304 5873084 140736128148512 140736128142328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18114/statm: 70637 49628 184 410 0 70219 0
[pid=18279] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18279/stat : 18279 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289025730 9367552 267 33554432000 4194304 5064252 140735390373824 140735390372736 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18279/statm: 2287 267 226 213 0 72 0
[pid=18280] ppid=18279 vsize=403864 CPUtime=124.9 cores=1,3,5,7
/proc/18280/stat : 18280 (glucose_static) R 18279 18113 17515 0 -1 4202496 60713 0 0 0 12467 23 0 0 20 0 1 0 289025730 413556736 84506 33554432000 4194304 4896791 140737443551168 140737443548376 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18280/statm: 100966 84506 78 172 0 100792 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 704708

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 18280
/proc/meminfo: memFree=30446804/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=282548 CPUtime=1476.91 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 115229 616687 0 0 1811 387 145171 322 20 0 1 0 288877996 289329152 49628 33554432000 4194304 5873084 140736128148512 140736128142328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18114/statm: 70637 49628 184 410 0 70219 0
[pid=18279] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18279/stat : 18279 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289025730 9367552 267 33554432000 4194304 5064252 140735390373824 140735390372736 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18279/statm: 2287 267 226 213 0 72 0
[pid=18280] ppid=18279 vsize=405628 CPUtime=184.89 cores=1,3,5,7
/proc/18280/stat : 18280 (glucose_static) R 18279 18113 17515 0 -1 4202496 61386 0 0 0 18465 24 0 0 20 0 1 0 289025730 415363072 86556 33554432000 4194304 4896791 140737443551168 140737443548536 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18280/statm: 101407 86556 78 172 0 101233 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 706472

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 18283
/proc/meminfo: memFree=30467856/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=282548 CPUtime=1476.91 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 115229 616687 0 0 1811 387 145171 322 20 0 1 0 288877996 289329152 49628 33554432000 4194304 5873084 140736128148512 140736128142328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18114/statm: 70637 49628 184 410 0 70219 0
[pid=18279] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18279/stat : 18279 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289025730 9367552 267 33554432000 4194304 5064252 140735390373824 140735390372736 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18279/statm: 2287 267 226 213 0 72 0
[pid=18280] ppid=18279 vsize=356252 CPUtime=244.87 cores=1,3,5,7
/proc/18280/stat : 18280 (glucose_static) R 18279 18113 17515 0 -1 4202496 64918 0 0 0 24462 25 0 0 20 0 1 0 289025730 364802048 81411 33554432000 4194304 4896791 140737443551168 140737443548680 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18280/statm: 89063 81411 78 172 0 88889 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 657096

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 18287
/proc/meminfo: memFree=30488628/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=282548 CPUtime=1476.91 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 115229 616687 0 0 1811 387 145171 322 20 0 1 0 288877996 289329152 49628 33554432000 4194304 5873084 140736128148512 140736128142328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18114/statm: 70637 49628 184 410 0 70219 0
[pid=18279] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18279/stat : 18279 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289025730 9367552 267 33554432000 4194304 5064252 140735390373824 140735390372736 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18279/statm: 2287 267 226 213 0 72 0
[pid=18280] ppid=18279 vsize=356872 CPUtime=304.87 cores=1,3,5,7
/proc/18280/stat : 18280 (glucose_static) R 18279 18113 17515 0 -1 4202496 65866 0 0 0 30461 26 0 0 20 0 1 0 289025730 365436928 82568 33554432000 4194304 4896791 140737443551168 140737443548312 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18280/statm: 89218 82568 78 172 0 89044 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 657716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 18335
/proc/meminfo: memFree=30487392/32873844 swapFree=7112/7112
[pid=18113] ppid=18111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18113/stat : 18113 (runPb2satCp2.sh) S 18111 18113 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288877995 9367552 274 33554432000 4194304 5064252 140735249199920 140735249198832 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18113/statm: 2287 274 233 213 0 72 0
[pid=18114] ppid=18113 vsize=282548 CPUtime=1476.91 cores=1,3,5,7
/proc/18114/stat : 18114 (pb2sat) S 18113 18113 17515 0 -1 4202496 115229 616687 0 0 1811 387 145171 322 20 0 1 0 288877996 289329152 49628 33554432000 4194304 5873084 140736128148512 140736128142328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18114/statm: 70637 49628 184 410 0 70219 0
[pid=18279] ppid=18114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18279/stat : 18279 (satsolver.sh) S 18114 18113 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289025730 9367552 267 33554432000 4194304 5064252 140735390373824 140735390372736 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18279/statm: 2287 267 226 213 0 72 0
[pid=18280] ppid=18279 vsize=357140 CPUtime=323.18 cores=1,3,5,7
/proc/18280/stat : 18280 (glucose_static) R 18279 18113 17515 0 -1 4202496 65929 0 0 0 32292 26 0 0 20 0 1 0 289025730 365711360 83142 33554432000 4194304 4896791 140737443551168 140737443548376 4223846 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18280/statm: 89285 83142 78 172 0 89111 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 657984

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.63
CPU time (s): 1800.13
CPU user time (s): 1792.76
CPU system time (s): 7.36988
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 796420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.76
system time used= 7.36988
maximum resident set size= 423236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 798833
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2515456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 469
involuntary context switches= 2208

runsolver used 3.98539 second user time and 8.88765 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-28 19:52:11
IDJOB=3694585
IDBENCH=92772
IDSOLVER=2273
FILE ID=node142/3694585-1338227531
RUNJOBID= node142-1338222127-17532
PBS_JOBID= 14624621
Free space on /tmp= 71660 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_2_ic.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694585-1338227531/watcher-3694585-1338227531 -o /tmp/evaluation-result-3694585-1338227531/solver-3694585-1338227531 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694585-1338227531.opb 931118134 HOME HOME

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

MD5SUM BENCH= 1185ce4e6cb3e25245f37b18f6e11faa
RANDOM SEED=931118134

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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:        31172856 kB
Buffers:          364656 kB
Cached:           465584 kB
SwapCached:            0 kB
Active:           636268 kB
Inactive:         238604 kB
Active(anon):      35460 kB
Inactive(anon):    11208 kB
Active(file):     600808 kB
Inactive(file):   227396 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             37164 kB
Writeback:             0 kB
AnonPages:         46896 kB
Mapped:            12596 kB
Shmem:               200 kB
Slab:             685468 kB
SReclaimable:     127012 kB
SUnreclaim:       558456 kB
KernelStack:        1472 kB
PageTables:         4148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     165204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71508 MiB
End job on node142 at 2012-05-28 20:22:12