Trace number 3694647

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 1801.12

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat15_5_3_4_mh.opb
MD5SUM122468478b8bc81c0631c64befe52d46
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3608846
Best CPU time to get the best result obtained on this benchmark41.4087
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6810
Total number of constraints15202
Number of constraints which are clauses11580
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints3600
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 3795
Biggest coefficient in the objective function 77854483
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 3842291271
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 77854483
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 3842291271
Number of bits of the biggest sum of numbers32
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.17	c model valid
0.00/0.17	c current solution ok
0.00/0.33	o 324081714
0.00/0.33	c fallback to adder encoding
20.76/20.87	c model valid
20.76/20.87	c current solution ok
20.76/20.88	o 248771100
20.76/20.88	c fallback to adder encoding
60.94/61.07	c model valid
60.94/61.07	c current solution ok
60.94/61.09	o 43498735
60.94/61.09	c fallback to adder encoding
323.90/324.04	c model valid
323.90/324.04	c current solution ok
323.90/324.06	o 42517040
323.90/324.06	c fallback to adder encoding
336.38/336.57	c model valid
336.38/336.57	c current solution ok
336.38/336.58	o 41310782
336.38/336.58	c fallback to adder encoding
804.25/804.57	c model valid
804.25/804.57	c current solution ok
804.25/804.59	o 38190218
804.25/804.59	c fallback to adder encoding
809.23/809.57	c model valid
809.23/809.57	c current solution ok
809.33/810.12	o 37469094
809.33/810.12	c fallback to adder encoding
1385.86/1386.84	c model valid
1385.86/1386.84	c current solution ok
1385.86/1386.86	o 22502533
1385.86/1386.86	c fallback to adder encoding
1705.60/1706.63	c model valid
1705.60/1706.63	c current solution ok
1705.60/1706.64	o 19759429
1705.60/1706.64	c fallback to adder encoding
1800.07/1801.11	./satsolver.sh: line 5: 18583 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1801.11	c error: unexpected solver exit code
1800.07/1801.11	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-3694647-1338171110/watcher-3694647-1338171110 -o /tmp/evaluation-result-3694647-1338171110/solver-3694647-1338171110 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694647-1338171110.opb 1307353001 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 18534
/proc/meminfo: memFree=31050308/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0

[startup+0.059882 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 18534
/proc/meminfo: memFree=31050308/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100162 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 18534
/proc/meminfo: memFree=31050308/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 18534
/proc/meminfo: memFree=31050308/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70026 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 18534
/proc/meminfo: memFree=31050308/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 18539
/proc/meminfo: memFree=30846688/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=77696 CPUtime=0.98 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 7442 4042 0 0 72 20 5 1 20 0 1 0 283235517 79560704 12631 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18535/statm: 19424 12631 183 410 0 19006 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 86844

[startup+3.10034 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 18541
/proc/meminfo: memFree=30436568/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=77696 CPUtime=0.98 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 7442 4042 0 0 72 20 5 1 20 0 1 0 283235517 79560704 12631 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18535/statm: 19424 12631 183 410 0 19006 0
[pid=18540] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18540/stat : 18540 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283235617 9367552 266 33554432000 4194304 5064252 140734882061152 140734882060064 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18540/statm: 2287 266 226 213 0 72 0
[pid=18541] ppid=18540 vsize=123900 CPUtime=2.08 cores=0,2,4,6
/proc/18541/stat : 18541 (glucose_static) R 18540 18534 17405 0 -1 4202496 24711 0 0 0 203 5 0 0 20 0 1 0 283235617 126873600 27248 33554432000 4194304 4896791 140735210803904 140735210801112 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18541/statm: 30975 27248 76 172 0 30801 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 219892

[startup+6.30035 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 18543
/proc/meminfo: memFree=30079984/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=77696 CPUtime=0.98 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 7442 4042 0 0 72 20 5 1 20 0 1 0 283235517 79560704 12631 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18535/statm: 19424 12631 183 410 0 19006 0
[pid=18540] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18540/stat : 18540 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283235617 9367552 266 33554432000 4194304 5064252 140734882061152 140734882060064 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18540/statm: 2287 266 226 213 0 72 0
[pid=18541] ppid=18540 vsize=124720 CPUtime=5.28 cores=0,2,4,6
/proc/18541/stat : 18541 (glucose_static) R 18540 18534 17405 0 -1 4202496 25011 0 0 0 523 5 0 0 20 0 1 0 283235617 127713280 28059 33554432000 4194304 4896791 140735210803904 140735210801112 4224921 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18541/statm: 31180 28059 77 172 0 31006 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 220712

[startup+12.7004 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 18543
/proc/meminfo: memFree=30075452/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=77696 CPUtime=0.98 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 7442 4042 0 0 72 20 5 1 20 0 1 0 283235517 79560704 12631 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18535/statm: 19424 12631 183 410 0 19006 0
[pid=18540] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18540/stat : 18540 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283235617 9367552 266 33554432000 4194304 5064252 140734882061152 140734882060064 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18540/statm: 2287 266 226 213 0 72 0
[pid=18541] ppid=18540 vsize=124852 CPUtime=11.68 cores=0,2,4,6
/proc/18541/stat : 18541 (glucose_static) R 18540 18534 17405 0 -1 4202496 25045 0 0 0 1163 5 0 0 20 0 1 0 283235617 127848448 28093 33554432000 4194304 4896791 140735210803904 140735210801112 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18541/statm: 31213 28093 77 172 0 31039 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 220844

[startup+25.5004 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 18546
/proc/meminfo: memFree=30078540/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76588 CPUtime=21.49 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 13852 30499 0 0 133 27 1980 9 20 0 1 0 283235517 78426112 12386 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18535/statm: 19147 12386 183 410 0 18729 0
[pid=18545] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18545/stat : 18545 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283237670 9367552 267 33554432000 4194304 5064252 140736625436144 140736625435056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18545/statm: 2287 267 226 213 0 72 0
[pid=18546] ppid=18545 vsize=123976 CPUtime=3.96 cores=0,2,4,6
/proc/18546/stat : 18546 (glucose_static) R 18545 18534 17405 0 -1 4202496 25164 0 0 0 390 6 0 0 20 0 1 0 283237670 126951424 27745 33554432000 4194304 4896791 140733542071792 140733542069000 4225134 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18546/statm: 30994 27745 78 172 0 30820 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 218860

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 18546
/proc/meminfo: memFree=30074384/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76588 CPUtime=21.49 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 13852 30499 0 0 133 27 1980 9 20 0 1 0 283235517 78426112 12386 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18535/statm: 19147 12386 183 410 0 18729 0
[pid=18545] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18545/stat : 18545 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283237670 9367552 267 33554432000 4194304 5064252 140736625436144 140736625435056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18545/statm: 2287 267 226 213 0 72 0
[pid=18546] ppid=18545 vsize=124900 CPUtime=29.55 cores=0,2,4,6
/proc/18546/stat : 18546 (glucose_static) R 18545 18534 17405 0 -1 4202496 25395 0 0 0 2949 6 0 0 20 0 1 0 283237670 127897600 27976 33554432000 4194304 4896791 140733542071792 140733542069000 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18546/statm: 31225 27976 78 172 0 31051 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 219784

[startup+102.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 18550
/proc/meminfo: memFree=30076652/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76392 CPUtime=61.64 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 20030 57181 0 0 190 34 5922 18 20 0 1 0 283235517 78225408 11313 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18535/statm: 19098 11313 183 410 0 18680 0
[pid=18548] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18548/stat : 18548 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283241686 9367552 267 33554432000 4194304 5064252 140733505484272 140733505483184 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18548/statm: 2287 267 226 213 0 72 0
[pid=18549] ppid=18548 vsize=118604 CPUtime=40.59 cores=0,2,4,6
/proc/18549/stat : 18549 (glucose_static) R 18548 18534 17405 0 -1 4202496 22100 0 0 0 4052 7 0 0 20 0 1 0 283241686 121450496 26012 33554432000 4194304 4896791 140737177855888 140737177853208 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18549/statm: 29651 26012 78 172 0 29477 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 213292

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 18550
/proc/meminfo: memFree=30074236/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76392 CPUtime=61.64 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 20030 57181 0 0 190 34 5922 18 20 0 1 0 283235517 78225408 11313 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18535/statm: 19098 11313 183 410 0 18680 0
[pid=18548] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18548/stat : 18548 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283241686 9367552 267 33554432000 4194304 5064252 140733505484272 140733505483184 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18548/statm: 2287 267 226 213 0 72 0
[pid=18549] ppid=18548 vsize=120672 CPUtime=100.58 cores=0,2,4,6
/proc/18549/stat : 18549 (glucose_static) R 18548 18534 17405 0 -1 4202496 23358 0 0 0 10050 8 0 0 20 0 1 0 283241686 123568128 26822 33554432000 4194304 4896791 140737177855888 140737177853096 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18549/statm: 30168 26822 78 172 0 29994 0
Current children cumulated CPU time (s) 162.22

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 18576
/proc/meminfo: memFree=30050804/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76176 CPUtime=1386.49 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 51638 253067 0 0 467 70 138019 93 20 0 1 0 283235517 78004224 10747 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18535/statm: 19044 10747 183 410 0 18626 0
[pid=18574] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18574/stat : 18574 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283374260 9367552 267 33554432000 4194304 5064252 140737246959280 140737246958192 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18574/statm: 2287 267 226 213 0 72 0
[pid=18575] ppid=18574 vsize=116336 CPUtime=34.85 cores=0,2,4,6
/proc/18575/stat : 18575 (glucose_static) R 18574 18534 17405 0 -1 4202496 24905 0 0 0 3480 5 0 0 20 0 1 0 283374260 119128064 26133 33554432000 4194304 4896791 140736459880160 140736459877480 4225134 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18575/statm: 29084 26133 78 172 0 28910 0
Current children cumulated CPU time (s) 1421.34
Current children cumulated vsize (KiB) 210808

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 18576
/proc/meminfo: memFree=30047588/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76176 CPUtime=1386.49 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 51638 253067 0 0 467 70 138019 93 20 0 1 0 283235517 78004224 10747 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18535/statm: 19044 10747 183 410 0 18626 0
[pid=18574] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18574/stat : 18574 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283374260 9367552 267 33554432000 4194304 5064252 140737246959280 140737246958192 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18574/statm: 2287 267 226 213 0 72 0
[pid=18575] ppid=18574 vsize=118724 CPUtime=94.84 cores=0,2,4,6
/proc/18575/stat : 18575 (glucose_static) R 18574 18534 17405 0 -1 4202496 26913 0 0 0 9478 6 0 0 20 0 1 0 283374260 121573376 26221 33554432000 4194304 4896791 140736459880160 140736459877688 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18575/statm: 29681 26221 78 172 0 29507 0
Current children cumulated CPU time (s) 1481.33
Current children cumulated vsize (KiB) 213196

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 18576
/proc/meminfo: memFree=30034248/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76176 CPUtime=1386.49 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 51638 253067 0 0 467 70 138019 93 20 0 1 0 283235517 78004224 10747 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18535/statm: 19044 10747 183 410 0 18626 0
[pid=18574] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18574/stat : 18574 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283374260 9367552 267 33554432000 4194304 5064252 140737246959280 140737246958192 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18574/statm: 2287 267 226 213 0 72 0
[pid=18575] ppid=18574 vsize=138904 CPUtime=154.83 cores=0,2,4,6
/proc/18575/stat : 18575 (glucose_static) R 18574 18534 17405 0 -1 4202496 28182 0 0 0 15476 7 0 0 20 0 1 0 283374260 142237696 28571 33554432000 4194304 4896791 140736459880160 140736459877368 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18575/statm: 34726 28571 78 172 0 34552 0
Current children cumulated CPU time (s) 1541.32
Current children cumulated vsize (KiB) 233376

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18577
/proc/meminfo: memFree=30034620/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76176 CPUtime=1386.49 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 51638 253067 0 0 467 70 138019 93 20 0 1 0 283235517 78004224 10747 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18535/statm: 19044 10747 183 410 0 18626 0
[pid=18574] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18574/stat : 18574 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283374260 9367552 267 33554432000 4194304 5064252 140737246959280 140737246958192 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18574/statm: 2287 267 226 213 0 72 0
[pid=18575] ppid=18574 vsize=121200 CPUtime=214.82 cores=0,2,4,6
/proc/18575/stat : 18575 (glucose_static) R 18574 18534 17405 0 -1 4202496 31281 0 0 0 21474 8 0 0 20 0 1 0 283374260 124108800 27782 33554432000 4194304 4896791 140736459880160 140736459877672 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18575/statm: 30300 27782 78 172 0 30126 0
Current children cumulated CPU time (s) 1601.31
Current children cumulated vsize (KiB) 215672

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18577
/proc/meminfo: memFree=30025560/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76176 CPUtime=1386.49 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 51638 253067 0 0 467 70 138019 93 20 0 1 0 283235517 78004224 10747 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18535/statm: 19044 10747 183 410 0 18626 0
[pid=18574] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18574/stat : 18574 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283374260 9367552 267 33554432000 4194304 5064252 140737246959280 140737246958192 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18574/statm: 2287 267 226 213 0 72 0
[pid=18575] ppid=18574 vsize=141200 CPUtime=274.81 cores=0,2,4,6
/proc/18575/stat : 18575 (glucose_static) R 18574 18534 17405 0 -1 4202496 36642 0 0 0 27472 9 0 0 20 0 1 0 283374260 144588800 28789 33554432000 4194304 4896791 140736459880160 140736459877672 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18575/statm: 35300 28789 78 172 0 35126 0
Current children cumulated CPU time (s) 1661.3
Current children cumulated vsize (KiB) 235672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 18583
/proc/meminfo: memFree=30036120/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76164 CPUtime=1706.24 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 57747 293667 0 0 524 77 169917 106 20 0 1 0 283235517 77991936 10744 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18535/statm: 19041 10744 183 410 0 18623 0
[pid=18582] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18582/stat : 18582 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406242 9367552 266 33554432000 4194304 5064252 140737448504544 140737448503456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18582/statm: 2287 266 226 213 0 72 0
[pid=18583] ppid=18582 vsize=114732 CPUtime=15.04 cores=0,2,4,6
/proc/18583/stat : 18583 (glucose_static) R 18582 18534 17405 0 -1 4202496 22794 0 0 0 1500 4 0 0 20 0 1 0 283406242 117485568 24901 33554432000 4194304 4896791 140735636594544 140735636591752 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18583/statm: 28683 24901 78 172 0 28509 0
Current children cumulated CPU time (s) 1721.28
Current children cumulated vsize (KiB) 209192

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 18583
/proc/meminfo: memFree=30055612/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76164 CPUtime=1706.24 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 57747 293667 0 0 524 77 169917 106 20 0 1 0 283235517 77991936 10744 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18535/statm: 19041 10744 183 410 0 18623 0
[pid=18582] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18582/stat : 18582 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406242 9367552 266 33554432000 4194304 5064252 140737448504544 140737448503456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18582/statm: 2287 266 226 213 0 72 0
[pid=18583] ppid=18582 vsize=117756 CPUtime=75.04 cores=0,2,4,6
/proc/18583/stat : 18583 (glucose_static) R 18582 18534 17405 0 -1 4202496 28491 0 0 0 7498 6 0 0 20 0 1 0 283406242 120582144 26771 33554432000 4194304 4896791 140735636594544 140735636592056 4204523 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18583/statm: 29439 26771 78 172 0 29265 0
Current children cumulated CPU time (s) 1781.28
Current children cumulated vsize (KiB) 212216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.11 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 18623
/proc/meminfo: memFree=30887180/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76164 CPUtime=1706.24 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 57747 293667 0 0 524 77 169917 106 20 0 1 0 283235517 77991936 10744 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18535/statm: 19041 10744 183 410 0 18623 0
[pid=18582] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18582/stat : 18582 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406242 9367552 266 33554432000 4194304 5064252 140737448504544 140737448503456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18582/statm: 2287 266 226 213 0 72 0
[pid=18583] ppid=18582 vsize=118412 CPUtime=93.83 cores=0,2,4,6
/proc/18583/stat : 18583 (glucose_static) R 18582 18534 17405 0 -1 4202496 30674 0 0 0 9376 7 0 0 20 0 1 0 283406242 121253888 26319 33554432000 4194304 4896791 140735636594544 140735636592056 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18583/statm: 29603 26319 78 172 0 29429 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 212872

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+1801.11 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 18623
/proc/meminfo: memFree=30887180/32873844 swapFree=6080/6080
[pid=18534] ppid=18532 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18534/stat : 18534 (runPb2satCp2.sh) S 18532 18534 17405 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 283235517 9367552 274 33554432000 4194304 5064252 140736861302144 140736861301056 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18534/statm: 2287 274 233 213 0 72 0
[pid=18535] ppid=18534 vsize=76164 CPUtime=1706.24 cores=0,2,4,6
/proc/18535/stat : 18535 (pb2sat) S 18534 18534 17405 0 -1 4202496 57747 293667 0 0 524 77 169917 106 20 0 1 0 283235517 77991936 10744 33554432000 4194304 5873084 140735274495408 140735274489224 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18535/statm: 19041 10744 183 410 0 18623 0
[pid=18582] ppid=18535 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18582/stat : 18582 (satsolver.sh) S 18535 18534 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283406242 9367552 266 33554432000 4194304 5064252 140737448504544 140737448503456 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18582/statm: 2287 266 226 213 0 72 0
[pid=18583] ppid=18582 vsize=118412 CPUtime=93.83 cores=0,2,4,6
/proc/18583/stat : 18583 (glucose_static) R 18582 18534 17405 0 -1 4202496 30674 0 0 0 9376 7 0 0 20 0 1 0 283406242 121253888 26319 33554432000 4194304 4896791 140735636594544 140735636592056 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18583/statm: 29603 26319 78 172 0 29429 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 212872

Child status: 0
Real time (s): 1801.12
CPU time (s): 1800.12
CPU user time (s): 1798.18
CPU system time (s): 1.93271
CPU usage (%): 99.9444
Max. virtual memory (cumulated for all children) (KiB): 274012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.18
system time used= 1.93271
maximum resident set size= 153592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383075
page faults= 0
swaps= 0
block input operations= 0
block output operations= 706088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 249
involuntary context switches= 2414

runsolver used 3.9124 second user time and 9.11461 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 04:11:50
IDJOB=3694647
IDBENCH=92710
IDSOLVER=2273
FILE ID=node139/3694647-1338171110
RUNJOBID= node139-1338158499-17421
PBS_JOBID= 14624542
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= 122468478b8bc81c0631c64befe52d46
RANDOM SEED=1307353001

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31052696 kB
Buffers:          403952 kB
Cached:           458528 kB
SwapCached:          828 kB
Active:           754840 kB
Inactive:         195128 kB
Active(anon):      81060 kB
Inactive(anon):     7968 kB
Active(file):     673780 kB
Inactive(file):   187160 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:             37700 kB
Writeback:             0 kB
AnonPages:        284044 kB
Mapped:            12408 kB
Shmem:                 8 kB
Slab:             717828 kB
SReclaimable:     159812 kB
SUnreclaim:       558016 kB
KernelStack:        1504 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     235336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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= 71576 MiB
End job on node139 at 2012-05-28 04:41:51