Trace number 3694870

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 NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.07 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.opb
MD5SUMdc857dc123c51e1f53f981679774fda8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80072
Number of constraints which are clauses80072
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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.24	c model valid
0.00/0.24	c current solution ok
0.00/0.38	o 0
0.00/0.38	c (debug) using card networks
0.00/0.75	c model valid
0.00/0.75	c current solution ok
0.00/0.75	o -34
0.00/0.75	c (debug) using card networks
2.18/2.22	c model valid
2.18/2.22	c current solution ok
2.18/2.23	o -37
2.18/2.23	c (debug) using card networks
7.17/7.26	c model valid
7.17/7.26	c current solution ok
7.17/7.26	o -38
7.17/7.26	c (debug) using card networks
15.87/15.92	c model valid
15.87/15.92	c current solution ok
15.87/15.92	o -40
15.87/15.92	c (debug) using card networks
27.06/27.10	c model valid
27.06/27.10	c current solution ok
27.06/27.10	o -42
27.06/27.10	c (debug) using card networks
40.05/40.10	c model valid
40.05/40.10	c current solution ok
40.05/40.10	o -44
40.05/40.10	c (debug) using card networks
60.15/60.22	c model valid
60.15/60.22	c current solution ok
60.15/60.23	o -45
60.15/60.23	c (debug) using card networks
80.01/80.19	c model valid
80.01/80.19	c current solution ok
80.01/80.19	o -46
80.01/80.19	c (debug) using card networks
169.60/169.73	c model valid
169.60/169.73	c current solution ok
169.60/169.73	o -47
169.60/169.73	c (debug) using card networks
457.33/457.50	c model valid
457.33/457.50	c current solution ok
457.33/457.50	o -48
457.33/457.50	c (debug) using card networks
1800.04/1800.51	./satsolver.sh: line 5:  3856 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.51	c error: unexpected solver exit code
1800.04/1800.51	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-3694870-1338061973/watcher-3694870-1338061973 -o /tmp/evaluation-result-3694870-1338061973/solver-3694870-1338061973 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694870-1338061973.opb 2028248196 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 2/179 3812
/proc/meminfo: memFree=28538084/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0

[startup+0.0606931 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 3812
/proc/meminfo: memFree=28538084/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100139 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 3812
/proc/meminfo: memFree=28538084/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30014 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 3812
/proc/meminfo: memFree=28538084/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700167 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 3812
/proc/meminfo: memFree=28538084/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3822
/proc/meminfo: memFree=28491532/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=0.8 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 4552 11690 0 0 44 12 22 2 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3821] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3821/stat : 3821 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272323363 9367552 266 33554432000 4194304 5064252 140737168391504 140737168390416 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3821/statm: 2287 266 226 213 0 72 0
[pid=3822] ppid=3821 vsize=33544 CPUtime=0.67 cores=1,3,5,7
/proc/3822/stat : 3822 (glucose_static) R 3821 3812 1501 0 -1 4202496 8666 0 0 0 66 1 0 0 20 0 1 0 272323363 34349056 7858 33554432000 4194304 4896791 140733451306592 140733450255480 4223862 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3822/statm: 8386 7858 76 172 0 8212 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 64728

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3822
/proc/meminfo: memFree=28508076/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=2.26 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 6717 22338 0 0 58 12 152 4 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 22036
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3825
/proc/meminfo: memFree=28502644/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=2.26 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 6717 22338 0 0 58 12 152 4 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3824] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3824/stat : 3824 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272323510 9367552 266 33554432000 4194304 5064252 140735774781008 140735774779920 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3824/statm: 2287 266 226 213 0 72 0
[pid=3825] ppid=3824 vsize=36624 CPUtime=3.99 cores=1,3,5,7
/proc/3825/stat : 3825 (glucose_static) R 3824 3812 1501 0 -1 4202496 13578 0 0 0 397 2 0 0 20 0 1 0 272323510 37502976 8048 33554432000 4194304 4896791 140736364254288 140736364251800 4224706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3825/statm: 9156 8048 78 172 0 8982 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 67808

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3828
/proc/meminfo: memFree=28493032/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=7.29 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 8882 38034 0 0 72 13 636 8 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3827] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3827/stat : 3827 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272324013 9367552 267 33554432000 4194304 5064252 140736255621104 140736255620016 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3827/statm: 2287 267 226 213 0 72 0
[pid=3828] ppid=3827 vsize=36712 CPUtime=5.36 cores=1,3,5,7
/proc/3828/stat : 3828 (glucose_static) R 3827 3812 1501 0 -1 4202496 15131 0 0 0 534 2 0 0 20 0 1 0 272324014 37593088 8121 33554432000 4194304 4896791 140735977701056 140735977698568 4223846 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3828/statm: 9178 8121 78 172 0 9004 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 67896

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3831
/proc/meminfo: memFree=28492932/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=15.95 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 10942 58548 0 0 86 13 1483 13 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3830] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3830/stat : 3830 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272324880 9367552 267 33554432000 4194304 5064252 140735525644624 140735525643536 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3830/statm: 2287 267 226 213 0 72 0
[pid=3831] ppid=3830 vsize=37556 CPUtime=9.5 cores=1,3,5,7
/proc/3831/stat : 3831 (glucose_static) R 3830 3812 1501 0 -1 4202496 19038 0 0 0 946 4 0 0 20 0 1 0 272324880 38457344 8320 33554432000 4194304 4896791 140733987025072 140733987022584 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3831/statm: 9389 8320 78 172 0 9215 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 68740

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3837
/proc/meminfo: memFree=28495392/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=40.12 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 15061 105256 0 0 114 15 3860 23 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3836] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3836/stat : 3836 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272327297 9367552 265 33554432000 4194304 5064252 140737305650016 140737305648928 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3836/statm: 2287 265 226 213 0 72 0
[pid=3837] ppid=3836 vsize=37596 CPUtime=10.92 cores=1,3,5,7
/proc/3837/stat : 3837 (glucose_static) R 3836 3812 1501 0 -1 4202496 21590 0 0 0 1088 4 0 0 20 0 1 0 272327298 38498304 8752 33554432000 4194304 4896791 140736769448448 140736769445960 4225108 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3837/statm: 9399 8752 78 172 0 9225 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 68780

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3843
/proc/meminfo: memFree=28488052/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=80.19 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 19179 161043 0 0 143 16 7824 36 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3842] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3842/stat : 3842 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272331307 9367552 266 33554432000 4194304 5064252 140733826697952 140733826696864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3842/statm: 2287 266 226 213 0 72 0
[pid=3843] ppid=3842 vsize=38472 CPUtime=22.04 cores=1,3,5,7
/proc/3843/stat : 3843 (glucose_static) R 3842 3812 1501 0 -1 4202496 30844 0 0 0 2196 8 0 0 20 0 1 0 272331307 39395328 8762 33554432000 4194304 4896791 140735713334352 140735713331864 4223862 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3843/statm: 9618 8762 78 172 0 9444 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 69656

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3843
/proc/meminfo: memFree=28465244/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=80.19 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 19179 161043 0 0 143 16 7824 36 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3842] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3842/stat : 3842 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272331307 9367552 266 33554432000 4194304 5064252 140733826697952 140733826696864 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3842/statm: 2287 266 226 213 0 72 0
[pid=3843] ppid=3842 vsize=47308 CPUtime=82.01 cores=1,3,5,7
/proc/3843/stat : 3843 (glucose_static) R 3842 3812 1501 0 -1 4202496 49431 0 0 0 8186 15 0 0 20 0 1 0 272331307 48443392 11320 33554432000 4194304 4896791 140735713334352 140735713331560 4203806 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3843/statm: 11827 11320 78 172 0 11653 0

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


[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 3946
/proc/meminfo: memFree=28466244/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=457.39 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 23403 277169 0 0 171 17 45469 82 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3855] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3855/stat : 3855 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272369038 9367552 267 33554432000 4194304 5064252 140734429684896 140734429683808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3855/statm: 2287 267 226 213 0 72 0
[pid=3856] ppid=3855 vsize=96092 CPUtime=904.53 cores=1,3,5,7
/proc/3856/stat : 3856 (glucose_static) R 3855 3812 1501 0 -1 4202496 97227 0 0 0 90386 67 0 0 20 0 1 0 272369038 98398208 22478 33554432000 4194304 4896791 140734106383552 140734106381080 4225393 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3856/statm: 24023 22478 78 172 0 23849 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 127276

[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 3959
/proc/meminfo: memFree=28441216/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=457.39 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 23403 277169 0 0 171 17 45469 82 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3855] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3855/stat : 3855 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272369038 9367552 267 33554432000 4194304 5064252 140734429684896 140734429683808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3855/statm: 2287 267 226 213 0 72 0
[pid=3856] ppid=3855 vsize=147036 CPUtime=964.52 cores=1,3,5,7
/proc/3856/stat : 3856 (glucose_static) R 3855 3812 1501 0 -1 4202496 100730 0 0 0 96383 69 0 0 20 0 1 0 272369038 150564864 28802 33554432000 4194304 4896791 140734106383552 140734106381080 4225514 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3856/statm: 36759 28802 78 172 0 36585 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 178220

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 3965
/proc/meminfo: memFree=28452492/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=457.39 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 23403 277169 0 0 171 17 45469 82 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3855] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3855/stat : 3855 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272369038 9367552 267 33554432000 4194304 5064252 140734429684896 140734429683808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3855/statm: 2287 267 226 213 0 72 0
[pid=3856] ppid=3855 vsize=117416 CPUtime=1024.5 cores=1,3,5,7
/proc/3856/stat : 3856 (glucose_static) R 3855 3812 1501 0 -1 4202496 104575 0 0 0 102378 72 0 0 20 0 1 0 272369038 120233984 26596 33554432000 4194304 4896791 140734106383552 140734106380760 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3856/statm: 29354 26596 78 172 0 29180 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 148600

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 3968
/proc/meminfo: memFree=28454724/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=457.39 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 23403 277169 0 0 171 17 45469 82 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3855] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3855/stat : 3855 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272369038 9367552 267 33554432000 4194304 5064252 140734429684896 140734429683808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3855/statm: 2287 267 226 213 0 72 0
[pid=3856] ppid=3855 vsize=100116 CPUtime=1084.5 cores=1,3,5,7
/proc/3856/stat : 3856 (glucose_static) R 3855 3812 1501 0 -1 4202496 108388 0 0 0 108375 75 0 0 20 0 1 0 272369038 102518784 23328 33554432000 4194304 4896791 140734106383552 140734106381080 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3856/statm: 25029 23328 78 172 0 24855 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 131300

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 3968
/proc/meminfo: memFree=28423084/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=457.39 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 23403 277169 0 0 171 17 45469 82 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3855] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3855/stat : 3855 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272369038 9367552 267 33554432000 4194304 5064252 140734429684896 140734429683808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3855/statm: 2287 267 226 213 0 72 0
[pid=3856] ppid=3855 vsize=151560 CPUtime=1144.48 cores=1,3,5,7
/proc/3856/stat : 3856 (glucose_static) R 3855 3812 1501 0 -1 4202496 111415 0 0 0 114370 78 0 0 20 0 1 0 272369038 155197440 29846 33554432000 4194304 4896791 140734106383552 140734106381080 4225157 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3856/statm: 37890 29846 78 172 0 37716 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 182744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 3971
/proc/meminfo: memFree=28420644/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=457.39 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 23403 277169 0 0 171 17 45469 82 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3855] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3855/stat : 3855 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272369038 9367552 267 33554432000 4194304 5064252 140734429684896 140734429683808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3855/statm: 2287 267 226 213 0 72 0
[pid=3856] ppid=3855 vsize=121464 CPUtime=1204.47 cores=1,3,5,7
/proc/3856/stat : 3856 (glucose_static) R 3855 3812 1501 0 -1 4202496 113814 0 0 0 120365 82 0 0 20 0 1 0 272369038 124379136 25940 33554432000 4194304 4896791 140734106383552 140734106381080 4224821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3856/statm: 30366 25940 78 172 0 30192 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 152648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3971
/proc/meminfo: memFree=28394828/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=457.39 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 23403 277169 0 0 171 17 45469 82 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3855] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3855/stat : 3855 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272369038 9367552 267 33554432000 4194304 5064252 140734429684896 140734429683808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3855/statm: 2287 267 226 213 0 72 0
[pid=3856] ppid=3855 vsize=153052 CPUtime=1264.45 cores=1,3,5,7
/proc/3856/stat : 3856 (glucose_static) R 3855 3812 1501 0 -1 4202496 115238 0 0 0 126361 84 0 0 20 0 1 0 272369038 156725248 31379 33554432000 4194304 4896791 140734106383552 140734106381080 4225376 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3856/statm: 38263 31379 78 172 0 38089 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 184236

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3972
/proc/meminfo: memFree=28429200/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=457.39 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 23403 277169 0 0 171 17 45469 82 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3855] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3855/stat : 3855 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272369038 9367552 267 33554432000 4194304 5064252 140734429684896 140734429683808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3855/statm: 2287 267 226 213 0 72 0
[pid=3856] ppid=3855 vsize=104560 CPUtime=1324.44 cores=1,3,5,7
/proc/3856/stat : 3856 (glucose_static) R 3855 3812 1501 0 -1 4202496 117199 0 0 0 132357 87 0 0 20 0 1 0 272369038 107069440 24918 33554432000 4194304 4896791 140734106383552 140734106381128 4225002 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3856/statm: 26140 24918 78 172 0 25966 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 135744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3972
/proc/meminfo: memFree=28390356/32873648 swapFree=7372/7372
[pid=3812] ppid=3810 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3812/stat : 3812 (runPb2satCp2.sh) S 3810 3812 1501 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272323281 9367552 275 33554432000 4194304 5064252 140733835621824 140733835620736 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3812/statm: 2287 275 233 213 0 72 0
[pid=3813] ppid=3812 vsize=12888 CPUtime=457.39 cores=1,3,5,7
/proc/3813/stat : 3813 (pb2sat) S 3812 3812 1501 0 -1 4202496 23403 277169 0 0 171 17 45469 82 20 0 1 0 272323281 13197312 2620 33554432000 4194304 5873084 140733672213488 140733672207304 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3813/statm: 3222 2620 172 410 0 2804 0
[pid=3855] ppid=3813 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3855/stat : 3855 (satsolver.sh) S 3813 3812 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272369038 9367552 267 33554432000 4194304 5064252 140734429684896 140734429683808 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3855/statm: 2287 267 226 213 0 72 0
[pid=3856] ppid=3855 vsize=123528 CPUtime=1342.65 cores=1,3,5,7
/proc/3856/stat : 3856 (glucose_static) R 3855 3812 1501 0 -1 4202496 117731 0 0 0 134177 88 0 0 20 0 1 0 272369038 126492672 30038 33554432000 4194304 4896791 140734106383552 140734106381080 4224722 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3856/statm: 30882 30038 78 172 0 30708 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 154712

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.51
CPU time (s): 1800.07
CPU user time (s): 1798.18
CPU system time (s): 1.89371
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 214948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.18
system time used= 1.89371
maximum resident set size= 159148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419291
page faults= 0
swaps= 0
block input operations= 0
block output operations= 106472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296
involuntary context switches= 5291

runsolver used 3.53746 second user time and 9.16761 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-26 21:52:53
IDJOB=3694870
IDBENCH=2260
IDSOLVER=2273
FILE ID=node122/3694870-1338061973
RUNJOBID= node122-1338050676-1518
PBS_JOBID= 14624380
Free space on /tmp= 71308 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694870-1338061973/watcher-3694870-1338061973 -o /tmp/evaluation-result-3694870-1338061973/solver-3694870-1338061973 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694870-1338061973.opb 2028248196 HOME HOME

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

MD5SUM BENCH= dc857dc123c51e1f53f981679774fda8
RANDOM SEED=2028248196

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.91
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.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        28538720 kB
Buffers:          254760 kB
Cached:          3207472 kB
SwapCached:            0 kB
Active:          1461112 kB
Inactive:        2095792 kB
Active(anon):      86036 kB
Inactive(anon):    11052 kB
Active(file):    1375076 kB
Inactive(file):  2084740 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10480 kB
Writeback:            16 kB
AnonPages:        122312 kB
Mapped:            14696 kB
Shmem:               200 kB
Slab:             641032 kB
SReclaimable:      85144 kB
SUnreclaim:       555888 kB
KernelStack:        1472 kB
PageTables:         4568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     214628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71296 MiB
End job on node122 at 2012-05-26 22:22:53