Trace number 3696159

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
pb2sat 2012-05-19? (TO) 1800.09 1800.81

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_0_ic.opb
MD5SUMf2f3c2f48d6893b638576945c3e9afc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5767234
Best CPU time to get the best result obtained on this benchmark2.02269
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3435
Total number of constraints6802
Number of constraints which are clauses2970
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints3825
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 645
Biggest coefficient in the objective function 80621568
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 2887186803
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 80621568
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 2887186803
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.13	c model valid
0.00/0.13	c current solution ok
0.00/0.21	o 153271588
0.00/0.21	c current bound: 76635801
0.00/0.21	c fallback to adder encoding
3.96/4.05	c model valid
3.96/4.05	c current solution ok
3.96/4.06	o 69620488
3.96/4.06	c current bound: 34810251
3.96/4.06	c fallback to adder encoding
5.37/5.48	c model valid
5.37/5.48	c current solution ok
5.46/5.76	o 30911778
5.46/5.76	c current bound: 15455896
5.46/5.76	c fallback to adder encoding
9.00/9.38	c model valid
9.00/9.38	c current solution ok
9.00/9.39	o 15394660
9.00/9.39	c current bound: 7697337
9.00/9.39	c fallback to adder encoding
10.19/10.58	c model valid
10.19/10.58	c current solution ok
10.27/10.72	o 7692948
10.27/10.72	c current bound: 3846481
10.27/10.72	c fallback to adder encoding
10.46/10.98	c current bound: 5769722
10.46/10.98	c fallback to adder encoding
656.55/657.18	c model valid
656.55/657.18	c current solution ok
656.55/657.19	o 5767234
656.55/657.19	c current bound: 4806865
656.55/657.19	c fallback to adder encoding
1471.72/1472.45	c current bound: 5287057
1471.72/1472.45	c fallback to adder encoding
1486.21/1486.99	c current bound: 5527153
1486.21/1486.99	c fallback to adder encoding
1530.89/1531.68	c current bound: 5647201
1530.89/1531.68	c fallback to adder encoding
1800.05/1800.81	./satsolver.sh: line 5: 21441 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.05/1800.81	c error: unexpected solver exit code
1800.05/1800.81	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-3696159-1338185726/watcher-3696159-1338185726 -o /tmp/evaluation-result-3696159-1338185726/solver-3696159-1338185726 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696159-1338185726.opb 2005541404 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21387
/proc/meminfo: memFree=27418860/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0

[startup+0.0528631 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21387
/proc/meminfo: memFree=27418860/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100202 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21387
/proc/meminfo: memFree=27418860/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21387
/proc/meminfo: memFree=27418860/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700197 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 21387
/proc/meminfo: memFree=27418860/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21394
/proc/meminfo: memFree=27381268/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=14016 CPUtime=0.3 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 3582 2684 0 0 15 8 7 0 20 0 1 0 284698009 14352384 2852 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21388/statm: 3504 2852 179 410 0 3086 0
[pid=21393] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21393/stat : 21393 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284698041 9367552 266 33554432000 4194304 5064252 140734007378320 140734007377232 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21393/statm: 2287 266 226 213 0 72 0
[pid=21394] ppid=21393 vsize=26616 CPUtime=1.16 cores=1,3,5,7
/proc/21394/stat : 21394 (glucose_static) R 21393 21387 17634 0 -1 4202496 6420 0 0 0 115 1 0 0 20 0 1 0 284698041 27254784 5463 33554432000 4194304 4896791 140733980845936 140733980843144 4225417 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21394/statm: 6654 5463 78 172 0 6480 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 58928

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21394
/proc/meminfo: memFree=27380400/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=14016 CPUtime=0.3 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 3582 2684 0 0 15 8 7 0 20 0 1 0 284698009 14352384 2852 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21388/statm: 3504 2852 179 410 0 3086 0
[pid=21393] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21393/stat : 21393 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284698041 9367552 266 33554432000 4194304 5064252 140734007378320 140734007377232 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21393/statm: 2287 266 226 213 0 72 0
[pid=21394] ppid=21393 vsize=26748 CPUtime=2.76 cores=1,3,5,7
/proc/21394/stat : 21394 (glucose_static) R 21393 21387 17634 0 -1 4202496 6588 0 0 0 275 1 0 0 20 0 1 0 284698041 27389952 5628 33554432000 4194304 4896791 140733980845936 140733980843144 4223805 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21394/statm: 6687 5628 78 172 0 6513 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 59060

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21397
/proc/meminfo: memFree=27377772/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=5.56 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 8332 17517 0 0 34 10 506 6 20 0 1 0 284698009 22073344 4843 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21388/statm: 5389 4843 180 410 0 4971 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 30704

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21409
/proc/meminfo: memFree=27375628/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=10.62 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 15076 35628 0 0 55 12 983 12 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21408] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21408/stat : 21408 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284699114 9367552 266 33554432000 4194304 5064252 140736088797840 140736088796752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21408/statm: 2287 266 226 213 0 72 0
[pid=21409] ppid=21408 vsize=19912 CPUtime=1.63 cores=1,3,5,7
/proc/21409/stat : 21409 (glucose_static) R 21408 21387 17634 0 -1 4202496 4729 0 0 0 163 0 0 0 20 0 1 0 284699114 20389888 4345 33554432000 4194304 4896791 140736760890736 140736760887784 4224943 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21409/statm: 4978 4345 78 172 0 4804 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 59764

[startup+25.5005 s]
/proc/loadavg: 2.07 2.02 2.00 3/185 21409
/proc/meminfo: memFree=27365252/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=10.62 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 15076 35628 0 0 55 12 983 12 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21408] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21408/stat : 21408 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284699114 9367552 266 33554432000 4194304 5064252 140736088797840 140736088796752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21408/statm: 2287 266 226 213 0 72 0
[pid=21409] ppid=21408 vsize=22984 CPUtime=14.43 cores=1,3,5,7
/proc/21409/stat : 21409 (glucose_static) R 21408 21387 17634 0 -1 4202496 5796 0 0 0 1442 1 0 0 20 0 1 0 284699114 23535616 4708 33554432000 4194304 4896791 140736760890736 140736760888136 4204480 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21409/statm: 5746 4708 78 172 0 5572 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 62836

[startup+51.1005 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 21409
/proc/meminfo: memFree=27353260/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=10.62 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 15076 35628 0 0 55 12 983 12 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21408] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21408/stat : 21408 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284699114 9367552 266 33554432000 4194304 5064252 140736088797840 140736088796752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21408/statm: 2287 266 226 213 0 72 0
[pid=21409] ppid=21408 vsize=23552 CPUtime=40.02 cores=1,3,5,7
/proc/21409/stat : 21409 (glucose_static) R 21408 21387 17634 0 -1 4202496 8263 0 0 0 4000 2 0 0 20 0 1 0 284699114 24117248 4916 33554432000 4194304 4896791 140736760890736 140736760888264 4205551 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21409/statm: 5888 4916 78 172 0 5714 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 63404

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 21412
/proc/meminfo: memFree=26995452/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=10.62 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 15076 35628 0 0 55 12 983 12 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21408] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21408/stat : 21408 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284699114 9367552 266 33554432000 4194304 5064252 140736088797840 140736088796752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21408/statm: 2287 266 226 213 0 72 0
[pid=21409] ppid=21408 vsize=29132 CPUtime=91.22 cores=1,3,5,7
/proc/21409/stat : 21409 (glucose_static) R 21408 21387 17634 0 -1 4202496 12500 0 0 0 9117 5 0 0 20 0 1 0 284699114 29831168 6700 33554432000 4194304 4896791 140736760890736 140736760887944 4204879 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21409/statm: 7283 6700 78 172 0 7109 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 68984

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/185 21415
/proc/meminfo: memFree=26947724/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=10.62 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 15076 35628 0 0 55 12 983 12 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21408] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21408/stat : 21408 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284699114 9367552 266 33554432000 4194304 5064252 140736088797840 140736088796752 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21408/statm: 2287 266 226 213 0 72 0
[pid=21409] ppid=21408 vsize=30496 CPUtime=151.21 cores=1,3,5,7
/proc/21409/stat : 21409 (glucose_static) R 21408 21387 17634 0 -1 4202496 16911 0 0 0 15111 10 0 0 20 0 1 0 284699114 31227904 6961 33554432000 4194304 4896791 140736760890736 140736760887944 4223809 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21409/statm: 7624 6961 78 172 0 7450 0
Current children cumulated CPU time (s) 161.83

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21428
/proc/meminfo: memFree=26905392/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=656.73 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 17400 77265 0 0 63 13 65554 43 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21422] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21422/stat : 21422 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284763735 9367552 267 33554432000 4194304 5064252 140736656387856 140736656386768 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 2287 267 226 213 0 72 0
[pid=21423] ppid=21422 vsize=36728 CPUtime=704.91 cores=1,3,5,7
/proc/21423/stat : 21423 (glucose_static) R 21422 21387 17634 0 -1 4202496 24743 0 0 0 70471 20 0 0 20 0 1 0 284763735 37609472 8654 33554432000 4194304 4896791 140736098564928 140736098562456 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21423/statm: 9182 8654 78 172 0 9008 0
Current children cumulated CPU time (s) 1361.64
Current children cumulated vsize (KiB) 76580

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21428
/proc/meminfo: memFree=26890356/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=656.73 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 17400 77265 0 0 63 13 65554 43 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21422] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21422/stat : 21422 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284763735 9367552 267 33554432000 4194304 5064252 140736656387856 140736656386768 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21422/statm: 2287 267 226 213 0 72 0
[pid=21423] ppid=21422 vsize=37716 CPUtime=764.9 cores=1,3,5,7
/proc/21423/stat : 21423 (glucose_static) R 21422 21387 17634 0 -1 4202496 25821 0 0 0 76469 21 0 0 20 0 1 0 284763735 38621184 8649 33554432000 4194304 4896791 140736098564928 140736098562440 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21423/statm: 9429 8649 78 172 0 9255 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 77568

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 21435
/proc/meminfo: memFree=26906288/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=1471.84 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 19471 107503 0 0 69 14 147035 66 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21431] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21431/stat : 21431 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284845261 9367552 267 33554432000 4194304 5064252 140735576692752 140735576691664 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21431/statm: 2287 267 226 213 0 72 0
[pid=21432] ppid=21431 vsize=20636 CPUtime=9.76 cores=1,3,5,7
/proc/21432/stat : 21432 (glucose_static) R 21431 21387 17634 0 -1 4202496 7082 0 0 0 975 1 0 0 20 0 1 0 284845261 21131264 4698 33554432000 4194304 4896791 140737122134080 140737122131608 4225088 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21432/statm: 5159 4698 78 172 0 4985 0
Current children cumulated CPU time (s) 1481.6
Current children cumulated vsize (KiB) 60488

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/185 21441
/proc/meminfo: memFree=26890272/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=1531.05 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 23610 126239 0 0 82 15 152935 73 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21440] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21440/stat : 21440 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284851184 9367552 267 33554432000 4194304 5064252 140736211564032 140736211562944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21440/statm: 2287 267 226 213 0 72 0
[pid=21441] ppid=21440 vsize=20104 CPUtime=10.54 cores=1,3,5,7
/proc/21441/stat : 21441 (glucose_static) R 21440 21387 17634 0 -1 4202496 3924 0 0 0 1053 1 0 0 20 0 1 0 284851184 20586496 4623 33554432000 4194304 4896791 140733204949664 140733204947240 4224999 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21441/statm: 5026 4623 77 172 0 4852 0
Current children cumulated CPU time (s) 1541.59
Current children cumulated vsize (KiB) 59956

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 21441
/proc/meminfo: memFree=26874364/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=1531.05 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 23610 126239 0 0 82 15 152935 73 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21440] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21440/stat : 21440 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284851184 9367552 267 33554432000 4194304 5064252 140736211564032 140736211562944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21440/statm: 2287 267 226 213 0 72 0
[pid=21441] ppid=21440 vsize=28996 CPUtime=70.53 cores=1,3,5,7
/proc/21441/stat : 21441 (glucose_static) R 21440 21387 17634 0 -1 4202496 6404 0 0 0 7049 4 0 0 20 0 1 0 284851184 29691904 5758 33554432000 4194304 4896791 140733204949664 140733204947192 4225215 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21441/statm: 7249 5758 77 172 0 7075 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 68848

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/185 21441
/proc/meminfo: memFree=26861500/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=1531.05 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 23610 126239 0 0 82 15 152935 73 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21440] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21440/stat : 21440 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284851184 9367552 267 33554432000 4194304 5064252 140736211564032 140736211562944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21440/statm: 2287 267 226 213 0 72 0
[pid=21441] ppid=21440 vsize=29980 CPUtime=130.51 cores=1,3,5,7
/proc/21441/stat : 21441 (glucose_static) R 21440 21387 17634 0 -1 4202496 8096 0 0 0 13045 6 0 0 20 0 1 0 284851184 30699520 6866 33554432000 4194304 4896791 140733204949664 140733204946872 4225148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21441/statm: 7495 6866 77 172 0 7321 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 69832

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 21441
/proc/meminfo: memFree=26898792/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=1531.05 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 23610 126239 0 0 82 15 152935 73 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21440] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21440/stat : 21440 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284851184 9367552 267 33554432000 4194304 5064252 140736211564032 140736211562944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21440/statm: 2287 267 226 213 0 72 0
[pid=21441] ppid=21440 vsize=30660 CPUtime=190.5 cores=1,3,5,7
/proc/21441/stat : 21441 (glucose_static) R 21440 21387 17634 0 -1 4202496 10027 0 0 0 19042 8 0 0 20 0 1 0 284851184 31395840 7250 33554432000 4194304 4896791 140733204949664 140733204946872 4204839 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21441/statm: 7665 7250 77 172 0 7491 0
Current children cumulated CPU time (s) 1721.55
Current children cumulated vsize (KiB) 70512

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 21442
/proc/meminfo: memFree=26888168/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=1531.05 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 23610 126239 0 0 82 15 152935 73 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21440] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21440/stat : 21440 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284851184 9367552 267 33554432000 4194304 5064252 140736211564032 140736211562944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21440/statm: 2287 267 226 213 0 72 0
[pid=21441] ppid=21440 vsize=38804 CPUtime=250.49 cores=1,3,5,7
/proc/21441/stat : 21441 (glucose_static) R 21440 21387 17634 0 -1 4202496 12261 0 0 0 25039 10 0 0 20 0 1 0 284851184 39735296 8618 33554432000 4194304 4896791 140733204949664 140733204946872 4203834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21441/statm: 9701 8618 77 172 0 9527 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (KiB) 78656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 21487
/proc/meminfo: memFree=27583860/32873844 swapFree=7124/7124
[pid=21387] ppid=21385 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21387/stat : 21387 (runPb2sat.sh) S 21385 21387 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284698008 9367552 275 33554432000 4194304 5064252 140735256679408 140735256678320 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21387/statm: 2287 275 233 213 0 72 0
[pid=21388] ppid=21387 vsize=21556 CPUtime=1531.05 cores=1,3,5,7
/proc/21388/stat : 21388 (pb2sat) S 21387 21387 17634 0 -1 4202496 23610 126239 0 0 82 15 152935 73 20 0 1 0 284698009 22073344 4844 33554432000 4194304 5873084 140735785901904 140735785895720 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21388/statm: 5389 4844 180 410 0 4971 0
[pid=21440] ppid=21388 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21440/stat : 21440 (satsolver.sh) S 21388 21387 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284851184 9367552 267 33554432000 4194304 5064252 140736211564032 140736211562944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21440/statm: 2287 267 226 213 0 72 0
[pid=21441] ppid=21440 vsize=32072 CPUtime=269 cores=1,3,5,7
/proc/21441/stat : 21441 (glucose_static) R 21440 21387 17634 0 -1 4202496 13300 0 0 0 26889 11 0 0 20 0 1 0 284851184 32841728 7554 33554432000 4194304 4896791 140733204949664 140733204946872 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21441/statm: 8018 7554 77 172 0 7844 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 71924

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.81
CPU time (s): 1800.09
CPU user time (s): 1799.08
CPU system time (s): 1.01684
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 107700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.01684
maximum resident set size= 55732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164138
page faults= 0
swaps= 0
block input operations= 0
block output operations= 110776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152
involuntary context switches= 2438

runsolver used 3.54146 second user time and 8.78466 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 08:15:26
IDJOB=3696159
IDBENCH=92776
IDSOLVER=2274
FILE ID=node134/3696159-1338185726
RUNJOBID= node134-1338158703-17652
PBS_JOBID= 14624546
Free space on /tmp= 70960 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat15_5_3_0_ic.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696159-1338185726/watcher-3696159-1338185726 -o /tmp/evaluation-result-3696159-1338185726/solver-3696159-1338185726 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696159-1338185726.opb 2005541404 HOME HOME

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

MD5SUM BENCH= f2f3c2f48d6893b638576945c3e9afc6
RANDOM SEED=2005541404

node134.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		: 2667.278
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	: 5334.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.56
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		: 2667.278
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.55
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		: 2667.278
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.59
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		: 2667.278
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		: 2667.278
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.55
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		: 2667.278
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.57
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		: 2667.278
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27419604 kB
Buffers:          442908 kB
Cached:          3923404 kB
SwapCached:            0 kB
Active:          1860908 kB
Inactive:        2731928 kB
Active(anon):     222636 kB
Inactive(anon):     5996 kB
Active(file):    1638272 kB
Inactive(file):  2725932 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             63856 kB
Writeback:             0 kB
AnonPages:        238800 kB
Mapped:            15240 kB
Shmem:               212 kB
Slab:             721272 kB
SReclaimable:     160508 kB
SUnreclaim:       560764 kB
KernelStack:        1536 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     395688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 70984 MiB
End job on node134 at 2012-05-28 08:45:27