Trace number 3694548

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.12 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_2.opb
MD5SUM1172ec321506151f46656b695a5e98c9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4041903
Best CPU time to get the best result obtained on this benchmark1800.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 148877000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 81547827734
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 148877000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 81547827734
Number of bits of the biggest sum of numbers37
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

1.77/1.80	c model valid
1.77/1.80	c current solution ok
2.87/2.93	o 586126253
2.87/2.93	c fallback to adder encoding
13.18/13.29	c model valid
13.18/13.29	c current solution ok
13.26/13.33	o 203978347
13.26/13.33	c fallback to adder encoding
28.36/28.44	c model valid
28.36/28.44	c current solution ok
28.36/28.48	o 149106189
28.36/28.48	c fallback to adder encoding
47.65/47.76	c model valid
47.65/47.76	c current solution ok
47.72/47.81	o 107900107
47.72/47.81	c fallback to adder encoding
57.75/57.86	c model valid
57.75/57.86	c current solution ok
57.81/57.90	o 76982223
57.81/57.90	c fallback to adder encoding
86.33/86.49	c model valid
86.33/86.49	c current solution ok
86.43/86.53	o 46177849
86.43/86.53	c fallback to adder encoding
95.43/95.52	c model valid
95.43/95.52	c current solution ok
95.43/95.56	o 30513705
95.43/95.56	c fallback to adder encoding
123.03/123.16	c model valid
123.03/123.16	c current solution ok
123.13/123.20	o 12067977
123.13/123.20	c fallback to adder encoding
398.53/398.78	c model valid
398.53/398.78	c current solution ok
398.62/398.82	o 9494971
398.62/398.82	c fallback to adder encoding
1800.08/1800.51	./satsolver.sh: line 5: 26597 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.51	c error: unexpected solver exit code
1800.08/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-3694548-1338219857/watcher-3694548-1338219857 -o /tmp/evaluation-result-3694548-1338219857/solver-3694548-1338219857 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694548-1338219857.opb 1804509483 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.34 3/175 26513
/proc/meminfo: memFree=31257192/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0

[startup+0.0072661 s]
/proc/loadavg: 1.00 1.03 1.34 3/175 26513
/proc/meminfo: memFree=31257192/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100251 s]
/proc/loadavg: 1.00 1.03 1.34 3/175 26513
/proc/meminfo: memFree=31257192/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 1.00 1.03 1.34 3/175 26513
/proc/meminfo: memFree=31257192/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700271 s]
/proc/loadavg: 1.00 1.03 1.34 3/175 26513
/proc/meminfo: memFree=31257192/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/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: 1.08 1.04 1.34 3/183 26523
/proc/meminfo: memFree=31124072/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=30472 CPUtime=0.33 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 5839 0 0 0 31 2 0 0 20 0 1 0 288111076 31203328 6365 33554432000 4194304 5873084 140737256069952 140737256066376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26516/statm: 7618 6365 169 410 0 7200 0
[pid=26522] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26522/stat : 26522 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288111110 9367552 267 33554432000 4194304 5064252 140735257261664 140735257260576 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26522/statm: 2287 267 226 213 0 72 0
[pid=26523] ppid=26522 vsize=85820 CPUtime=1.15 cores=0,2,4,6
/proc/26523/stat : 26523 (glucose_static) R 26522 26513 22874 0 -1 4202496 17676 0 0 0 112 3 0 0 20 0 1 0 288111110 87879680 18526 33554432000 4194304 4896791 140733723605664 140733723602968 4225449 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26523/statm: 21455 18526 78 172 0 21281 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 134588

[startup+3.10026 s]
/proc/loadavg: 1.08 1.04 1.34 2/181 26524
/proc/meminfo: memFree=31111680/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=75500 CPUtime=3.07 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) R 26513 26513 22874 0 -1 4202496 12478 19007 0 0 74 91 136 6 20 0 1 0 288111076 77312000 15651 33554432000 4194304 5873084 140737256069952 140737256063976 4394338 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 18875 15651 183 410 0 18457 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 84648

[startup+6.30042 s]
/proc/loadavg: 1.15 1.06 1.34 3/185 26532
/proc/meminfo: memFree=30578752/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=190188 CPUtime=4.74 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 14723 19007 0 0 221 111 136 6 20 0 1 0 288111076 194752512 41251 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 47547 41251 183 410 0 47129 0
[pid=26529] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26529/stat : 26529 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288111553 9367552 267 33554432000 4194304 5064252 140733621317312 140733621316224 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26529/statm: 2287 267 226 213 0 72 0
[pid=26530] ppid=26529 vsize=391436 CPUtime=1.51 cores=0,2,4,6
/proc/26530/stat : 26530 (glucose_static) R 26529 26513 22874 0 -1 4202496 56607 0 0 0 138 13 0 0 20 0 1 0 288111553 400830464 84457 33554432000 4194304 4896791 140736855927440 140736854876232 4401607 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26530/statm: 97859 84457 58 172 0 97685 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 599920

[startup+12.7004 s]
/proc/loadavg: 1.30 1.09 1.35 3/183 26533
/proc/meminfo: memFree=30531424/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=190188 CPUtime=4.74 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 14723 19007 0 0 221 111 136 6 20 0 1 0 288111076 194752512 41251 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 47547 41251 183 410 0 47129 0
[pid=26529] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26529/stat : 26529 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288111553 9367552 267 33554432000 4194304 5064252 140733621317312 140733621316224 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26529/statm: 2287 267 226 213 0 72 0
[pid=26530] ppid=26529 vsize=360232 CPUtime=7.92 cores=0,2,4,6
/proc/26530/stat : 26530 (glucose_static) R 26529 26513 22874 0 -1 4202496 63078 0 0 0 775 17 0 0 20 0 1 0 288111553 368877568 82522 33554432000 4194304 4896791 140736855927440 140736855924760 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26530/statm: 90058 82522 78 172 0 89884 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 568716

[startup+25.5004 s]
/proc/loadavg: 1.49 1.14 1.36 3/185 26538
/proc/meminfo: memFree=30308624/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=15.02 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 27153 83611 0 0 381 132 958 31 20 0 1 0 288111076 220065792 45896 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 45896 184 410 0 53309 0
[pid=26537] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26537/stat : 26537 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288112580 9367552 267 33554432000 4194304 5064252 140735954223792 140735954222704 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26537/statm: 2287 267 226 213 0 72 0
[pid=26538] ppid=26537 vsize=354400 CPUtime=10.43 cores=0,2,4,6
/proc/26538/stat : 26538 (glucose_static) R 26537 26513 22874 0 -1 4202496 58306 0 0 0 1027 16 0 0 20 0 1 0 288112581 362905600 79152 33554432000 4194304 4896791 140735381951648 140735381949016 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26538/statm: 88600 79152 78 172 0 88426 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 587604

[startup+51.1004 s]
/proc/loadavg: 1.69 1.22 1.38 3/185 26550
/proc/meminfo: memFree=30383344/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=49.42 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 51696 204387 0 0 697 173 3996 76 20 0 1 0 288111076 220065792 44872 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 44872 184 410 0 53309 0
[pid=26549] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26549/stat : 26549 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288116022 9367552 267 33554432000 4194304 5064252 140734987014048 140734987012960 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26549/statm: 2287 267 226 213 0 72 0
[pid=26550] ppid=26549 vsize=470564 CPUtime=1.62 cores=0,2,4,6
/proc/26550/stat : 26550 (glucose_static) R 26549 26513 22874 0 -1 4202496 55443 0 0 0 146 16 0 0 20 0 1 0 288116022 481857536 91917 33554432000 4194304 4896791 140736069044672 140736069042376 4216430 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26550/statm: 117641 91917 73 172 0 117467 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 703768

[startup+102.3 s]
/proc/loadavg: 1.95 1.37 1.42 3/185 26559
/proc/meminfo: memFree=30394296/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=96.89 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 88203 381552 0 0 1125 229 8186 149 20 0 1 0 288111076 220065792 40776 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 40776 184 410 0 53309 0
[pid=26558] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26558/stat : 26558 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288120772 9367552 267 33554432000 4194304 5064252 140735342558496 140735342557408 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26558/statm: 2287 267 226 213 0 72 0
[pid=26559] ppid=26558 vsize=305444 CPUtime=5.33 cores=0,2,4,6
/proc/26559/stat : 26559 (glucose_static) R 26558 26513 22874 0 -1 4202496 49397 0 0 0 520 13 0 0 20 0 1 0 288120772 312774656 66612 33554432000 4194304 4896791 140734704340288 140734704337800 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26559/statm: 76361 66612 78 172 0 76187 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 538648

[startup+162.3 s]
/proc/loadavg: 2.03 1.49 1.46 3/186 26572
/proc/meminfo: memFree=30569384/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=124.33 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 99776 434263 0 0 1237 245 10781 170 20 0 1 0 288111076 220065792 37192 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 37192 184 410 0 53309 0
[pid=26562] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26562/stat : 26562 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288123514 9367552 267 33554432000 4194304 5064252 140734269771024 140734269769936 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26562/statm: 2287 267 226 213 0 72 0
[pid=26563] ppid=26562 vsize=276788 CPUtime=37.88 cores=0,2,4,6
/proc/26563/stat : 26563 (glucose_static) R 26562 26513 22874 0 -1 4202496 48978 0 0 0 3773 15 0 0 20 0 1 0 288123515 283430912 62952 33554432000 4194304 4896791 140734414345024 140734414342216 4204839 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26563/statm: 69197 62952 78 172 0 69023 0
Current children cumulated CPU time (s) 162.21

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


[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/185 26629
/proc/meminfo: memFree=30505812/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=399.79 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 110252 503075 0 0 1343 259 38122 255 20 0 1 0 288111076 220065792 36680 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 36680 184 410 0 53309 0
[pid=26596] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26596/stat : 26596 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288151071 9367552 266 33554432000 4194304 5064252 140734942559632 140734942558544 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26596/statm: 2287 266 226 213 0 72 0
[pid=26597] ppid=26596 vsize=324772 CPUtime=962.16 cores=0,2,4,6
/proc/26597/stat : 26597 (glucose_static) R 26596 26513 22874 0 -1 4202496 48898 0 0 0 96195 21 0 0 20 0 1 0 288151071 332566528 68117 33554432000 4194304 4896791 140735368981488 140735368978696 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26597/statm: 81193 68117 78 172 0 81019 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 557976

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/185 26630
/proc/meminfo: memFree=30489680/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=399.79 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 110252 503075 0 0 1343 259 38122 255 20 0 1 0 288111076 220065792 36680 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 36680 184 410 0 53309 0
[pid=26596] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26596/stat : 26596 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288151071 9367552 266 33554432000 4194304 5064252 140734942559632 140734942558544 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26596/statm: 2287 266 226 213 0 72 0
[pid=26597] ppid=26596 vsize=324908 CPUtime=1022.16 cores=0,2,4,6
/proc/26597/stat : 26597 (glucose_static) R 26596 26513 22874 0 -1 4202496 48934 0 0 0 102195 21 0 0 20 0 1 0 288151071 332705792 69175 33554432000 4194304 4896791 140735368981488 140735368978696 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26597/statm: 81227 69175 78 172 0 81053 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 558112

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/185 26630
/proc/meminfo: memFree=30484872/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=399.79 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 110252 503075 0 0 1343 259 38122 255 20 0 1 0 288111076 220065792 36680 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 36680 184 410 0 53309 0
[pid=26596] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26596/stat : 26596 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288151071 9367552 266 33554432000 4194304 5064252 140734942559632 140734942558544 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26596/statm: 2287 266 226 213 0 72 0
[pid=26597] ppid=26596 vsize=324908 CPUtime=1082.14 cores=0,2,4,6
/proc/26597/stat : 26597 (glucose_static) R 26596 26513 22874 0 -1 4202496 48952 0 0 0 108193 21 0 0 20 0 1 0 288151071 332705792 70726 33554432000 4194304 4896791 140735368981488 140735368978696 4203862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26597/statm: 81227 70726 78 172 0 81053 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 558112

[startup+1542.31 s]
/proc/loadavg: 2.00 1.97 1.85 3/185 26630
/proc/meminfo: memFree=30501912/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=399.79 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 110252 503075 0 0 1343 259 38122 255 20 0 1 0 288111076 220065792 36680 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 36680 184 410 0 53309 0
[pid=26596] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26596/stat : 26596 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288151071 9367552 266 33554432000 4194304 5064252 140734942559632 140734942558544 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26596/statm: 2287 266 226 213 0 72 0
[pid=26597] ppid=26596 vsize=274820 CPUtime=1142.14 cores=0,2,4,6
/proc/26597/stat : 26597 (glucose_static) R 26596 26513 22874 0 -1 4202496 49008 0 0 0 114192 22 0 0 20 0 1 0 288151071 281415680 65305 33554432000 4194304 4896791 140735368981488 140735368979064 4204144 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26597/statm: 68705 65305 78 172 0 68531 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 508024

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/186 26633
/proc/meminfo: memFree=30493128/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=399.79 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 110252 503075 0 0 1343 259 38122 255 20 0 1 0 288111076 220065792 36680 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 36680 184 410 0 53309 0
[pid=26596] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26596/stat : 26596 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288151071 9367552 266 33554432000 4194304 5064252 140734942559632 140734942558544 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26596/statm: 2287 266 226 213 0 72 0
[pid=26597] ppid=26596 vsize=324908 CPUtime=1202.13 cores=0,2,4,6
/proc/26597/stat : 26597 (glucose_static) R 26596 26513 22874 0 -1 4202496 49322 0 0 0 120190 23 0 0 20 0 1 0 288151071 332705792 67152 33554432000 4194304 4896791 140735368981488 140735368979016 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26597/statm: 81227 67152 78 172 0 81053 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 558112

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/185 26633
/proc/meminfo: memFree=30490068/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=399.79 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 110252 503075 0 0 1343 259 38122 255 20 0 1 0 288111076 220065792 36680 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 36680 184 410 0 53309 0
[pid=26596] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26596/stat : 26596 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288151071 9367552 266 33554432000 4194304 5064252 140734942559632 140734942558544 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26596/statm: 2287 266 226 213 0 72 0
[pid=26597] ppid=26596 vsize=325040 CPUtime=1262.12 cores=0,2,4,6
/proc/26597/stat : 26597 (glucose_static) R 26596 26513 22874 0 -1 4202496 49341 0 0 0 126189 23 0 0 20 0 1 0 288151071 332840960 68704 33554432000 4194304 4896791 140735368981488 140735368978696 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26597/statm: 81260 68704 78 172 0 81086 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 558244

[startup+1722.3 s]
/proc/loadavg: 2.08 1.99 1.87 3/185 26637
/proc/meminfo: memFree=30531892/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=399.79 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 110252 503075 0 0 1343 259 38122 255 20 0 1 0 288111076 220065792 36680 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 36680 184 410 0 53309 0
[pid=26596] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26596/stat : 26596 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288151071 9367552 266 33554432000 4194304 5064252 140734942559632 140734942558544 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26596/statm: 2287 266 226 213 0 72 0
[pid=26597] ppid=26596 vsize=275792 CPUtime=1322.1 cores=0,2,4,6
/proc/26597/stat : 26597 (glucose_static) R 26596 26513 22874 0 -1 4202496 50004 0 0 0 132185 25 0 0 20 0 1 0 288151071 282411008 65386 33554432000 4194304 4896791 140735368981488 140735368978696 4204115 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26597/statm: 68948 65386 78 172 0 68774 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 508996

[startup+1782.3 s]
/proc/loadavg: 2.12 2.02 1.89 3/185 26637
/proc/meminfo: memFree=30521384/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=399.79 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 110252 503075 0 0 1343 259 38122 255 20 0 1 0 288111076 220065792 36680 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 36680 184 410 0 53309 0
[pid=26596] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26596/stat : 26596 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288151071 9367552 266 33554432000 4194304 5064252 140734942559632 140734942558544 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26596/statm: 2287 266 226 213 0 72 0
[pid=26597] ppid=26596 vsize=277012 CPUtime=1382.09 cores=0,2,4,6
/proc/26597/stat : 26597 (glucose_static) R 26596 26513 22874 0 -1 4202496 51274 0 0 0 138180 29 0 0 20 0 1 0 288151071 283660288 65304 33554432000 4194304 4896791 140735368981488 140735368979064 4207807 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26597/statm: 69253 65304 78 172 0 69079 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 510216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.09 2.02 1.89 3/185 26637
/proc/meminfo: memFree=30520828/32873844 swapFree=7112/7112
[pid=26513] ppid=26510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26513/stat : 26513 (runPb2satCp2.sh) S 26510 26513 22874 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288111075 9367552 274 33554432000 4194304 5064252 140734839446288 140734839445200 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26513/statm: 2287 274 233 213 0 72 0
[pid=26516] ppid=26513 vsize=214908 CPUtime=399.79 cores=0,2,4,6
/proc/26516/stat : 26516 (pb2sat) S 26513 26513 22874 0 -1 4202496 110252 503075 0 0 1343 259 38122 255 20 0 1 0 288111076 220065792 36680 33554432000 4194304 5873084 140737256069952 140737256063768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26516/statm: 53727 36680 184 410 0 53309 0
[pid=26596] ppid=26516 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26596/stat : 26596 (satsolver.sh) S 26516 26513 22874 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288151071 9367552 266 33554432000 4194304 5064252 140734942559632 140734942558544 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26596/statm: 2287 266 226 213 0 72 0
[pid=26597] ppid=26596 vsize=277012 CPUtime=1400.29 cores=0,2,4,6
/proc/26597/stat : 26597 (glucose_static) R 26596 26513 22874 0 -1 4202496 51275 0 0 0 140000 29 0 0 20 0 1 0 288151071 283660288 65816 33554432000 4194304 4896791 140735368981488 140735368979064 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26597/statm: 69253 65816 78 172 0 69079 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 510216

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.52
CPU time (s): 1800.12
CPU user time (s): 1794.67
CPU system time (s): 5.45617
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 913428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.67
system time used= 5.45617
maximum resident set size= 587624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 665589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2010232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 180
involuntary context switches= 2007

runsolver used 3.01454 second user time and 8.50871 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-28 17:44:17
IDJOB=3694548
IDBENCH=92749
IDSOLVER=2273
FILE ID=node132/3694548-1338219857
RUNJOBID= node132-1338219857-26488
PBS_JOBID= 14624592
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= 1172ec321506151f46656b695a5e98c9
RANDOM SEED=1804509483

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31258200 kB
Buffers:          473960 kB
Cached:           240312 kB
SwapCached:         2284 kB
Active:           538348 kB
Inactive:         185624 kB
Active(anon):       2016 kB
Inactive(anon):     8148 kB
Active(file):     536332 kB
Inactive(file):   177476 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103740 kB
Dirty:             18128 kB
Writeback:            16 kB
AnonPages:         13292 kB
Mapped:            10416 kB
Shmem:                 8 kB
Slab:             751904 kB
SReclaimable:     193112 kB
SUnreclaim:       558792 kB
KernelStack:        1440 kB
PageTables:         3824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71492 MiB
End job on node132 at 2012-05-28 18:14:18