Trace number 3696144

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.14 1802.92

General information on the benchmark

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.78/1.81	c model valid
1.78/1.81	c current solution ok
2.88/2.95	o 586126253
2.88/2.95	c current bound: 293063161
2.88/2.95	c fallback to adder encoding
8.37/8.49	c model valid
8.37/8.49	c current solution ok
8.49/10.29	o 220175749
8.49/10.29	c current bound: 110087909
8.49/10.29	c fallback to adder encoding
13.10/14.99	c model valid
13.10/14.99	c current solution ok
13.22/15.65	o 89375849
13.22/15.65	c current bound: 44687959
13.22/15.65	c fallback to adder encoding
46.49/48.93	c model valid
46.49/48.93	c current solution ok
46.49/48.98	o 41221409
46.49/48.98	c current bound: 20610739
46.49/48.98	c fallback to adder encoding
195.77/198.23	c model valid
195.77/198.23	c current solution ok
195.77/198.28	o 17618743
195.77/198.28	c current bound: 8809406
195.77/198.28	c fallback to adder encoding
399.86/402.49	c model valid
399.86/402.49	c current solution ok
399.97/402.53	o 7685497
399.97/402.53	c current bound: 3842783
399.97/402.53	c fallback to adder encoding
1800.09/1802.91	./satsolver.sh: line 5: 18129 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1802.91	c error: unexpected solver exit code
1800.09/1802.91	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-3696144-1338164105/watcher-3696144-1338164105 -o /tmp/evaluation-result-3696144-1338164105/solver-3696144-1338164105 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696144-1338164105.opb 1900493415 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.04 2.01 2.00 3/181 18046
/proc/meminfo: memFree=27374800/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0

[startup+0.00751499 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 18046
/proc/meminfo: memFree=27374800/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 18046
/proc/meminfo: memFree=27374800/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 18046
/proc/meminfo: memFree=27374800/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700277 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 18046
/proc/meminfo: memFree=27374800/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.11 2.03 2.01 3/185 18050
/proc/meminfo: memFree=27261916/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=30476 CPUtime=0.33 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 6008 0 0 0 30 3 0 0 20 0 1 0 282535914 31207424 6533 33554432000 4194304 5873084 140734564942896 140734564939320 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18047/statm: 7619 6533 169 410 0 7201 0
[pid=18049] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18049/stat : 18049 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282535948 9367552 267 33554432000 4194304 5064252 140734476012944 140734476011856 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18049/statm: 2287 267 226 213 0 72 0
[pid=18050] ppid=18049 vsize=85828 CPUtime=1.15 cores=0,2,4,6
/proc/18050/stat : 18050 (glucose_static) R 18049 18046 17634 0 -1 4202496 17052 0 0 0 112 3 0 0 20 0 1 0 282535948 87887872 18487 33554432000 4194304 4896791 140735212017984 140735212015288 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18050/statm: 21457 18487 78 172 0 21283 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 134600

[startup+3.1003 s]
/proc/loadavg: 2.11 2.03 2.01 3/176 18080
/proc/meminfo: memFree=27657164/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=58664 CPUtime=3.08 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) R 18046 18046 17634 0 -1 4202496 12290 18353 0 0 69 94 138 7 20 0 1 0 282535914 60071936 13419 33554432000 4194304 5873084 140734564942896 140734564938232 4391666 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18047/statm: 14666 13420 183 410 0 14248 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 67812

[startup+6.3004 s]
/proc/loadavg: 2.11 2.03 2.01 3/185 18098
/proc/meminfo: memFree=26928564/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=189736 CPUtime=4.65 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 15007 18353 0 0 207 113 138 7 20 0 1 0 282535914 194289664 40448 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18047/statm: 47434 40448 183 410 0 47016 0
[pid=18097] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18097/stat : 18097 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 282536381 9367552 266 33554432000 4194304 5064252 140736984674464 140736984673376 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18097/statm: 2287 266 226 213 0 72 0
[pid=18098] ppid=18097 vsize=477756 CPUtime=1.62 cores=0,2,4,6
/proc/18098/stat : 18098 (glucose_static) R 18097 18046 17634 0 -1 4202496 57448 0 0 0 146 16 0 0 20 0 1 0 282536381 489222144 86778 33554432000 4194304 4896791 140736072315072 140736071263864 4216430 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18098/statm: 119439 86778 73 172 0 119265 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 685788

[startup+12.7004 s]
/proc/loadavg: 2.10 2.03 2.00 3/185 18101
/proc/meminfo: memFree=27065136/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=214752 CPUtime=10.12 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 27580 80862 0 0 356 132 489 35 20 0 1 0 282535914 219906048 44655 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 53688 44655 184 410 0 53270 0
[pid=18100] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18100/stat : 18100 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282537105 9367552 267 33554432000 4194304 5064252 140733308458368 140733308457280 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18100/statm: 2287 267 226 213 0 72 0
[pid=18101] ppid=18100 vsize=235780 CPUtime=0.77 cores=0,2,4,6
/proc/18101/stat : 18101 (glucose_static) R 18100 18046 17634 0 -1 4202496 34923 0 0 0 67 10 0 0 20 0 1 0 282537105 241438720 47843 33554432000 4194304 4896791 140736578985872 140736577934664 4401607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18101/statm: 58945 47845 58 172 0 58771 0
Current children cumulated CPU time (s) 10.89
Current children cumulated vsize (KiB) 468828

[startup+25.5004 s]
/proc/loadavg: 2.16 2.04 2.01 3/183 18105
/proc/meminfo: memFree=26927152/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=214752 CPUtime=14.71 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 39650 140010 0 0 493 150 768 60 20 0 1 0 282535914 219906048 42607 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 53688 42607 184 410 0 53270 0
[pid=18103] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18103/stat : 18103 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282537626 9367552 267 33554432000 4194304 5064252 140733467858624 140733467857536 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18103/statm: 2287 267 226 213 0 72 0
[pid=18104] ppid=18103 vsize=342436 CPUtime=8.36 cores=0,2,4,6
/proc/18104/stat : 18104 (glucose_static) R 18103 18046 17634 0 -1 4202496 54448 0 0 0 819 17 0 0 20 0 1 0 282537626 350654464 71314 33554432000 4194304 4896791 140736203565952 140736203563160 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18104/statm: 85609 71314 78 172 0 85435 0
Current children cumulated CPU time (s) 23.07
Current children cumulated vsize (KiB) 575484

[startup+51.1004 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 18111
/proc/meminfo: memFree=27289056/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=214752 CPUtime=47.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 51725 196845 0 0 614 166 3919 86 20 0 1 0 282535914 219906048 40047 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 53688 40047 184 410 0 53270 0
[pid=18109] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18109/stat : 18109 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282540940 9367552 267 33554432000 4194304 5064252 140737224763728 140737224762640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18109/statm: 2287 267 226 213 0 72 0
[pid=18110] ppid=18109 vsize=239128 CPUtime=0.83 cores=0,2,4,6
/proc/18110/stat : 18110 (glucose_static) R 18109 18046 17634 0 -1 4202496 37194 0 0 0 74 9 0 0 20 0 1 0 282540940 244867072 50402 33554432000 4194304 4896791 140733624483232 140733623432280 4401607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18110/statm: 59782 50402 58 172 0 59608 0
Current children cumulated CPU time (s) 48.68
Current children cumulated vsize (KiB) 472176

[startup+102.307 s]
/proc/loadavg: 2.08 2.04 2.01 3/185 18116
/proc/meminfo: memFree=26927172/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=214752 CPUtime=47.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 51725 196845 0 0 614 166 3919 86 20 0 1 0 282535914 219906048 40047 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 53688 40047 184 410 0 53270 0
[pid=18109] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18109/stat : 18109 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282540940 9367552 267 33554432000 4194304 5064252 140737224763728 140737224762640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18109/statm: 2287 267 226 213 0 72 0
[pid=18110] ppid=18109 vsize=303884 CPUtime=52.03 cores=0,2,4,6
/proc/18110/stat : 18110 (glucose_static) R 18109 18046 17634 0 -1 4202496 54229 0 0 0 5186 17 0 0 20 0 1 0 282540940 311177216 65404 33554432000 4194304 4896791 140733624483232 140733624480376 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18110/statm: 75971 65404 78 172 0 75797 0
Current children cumulated CPU time (s) 99.88
Current children cumulated vsize (KiB) 536932

[startup+162.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/185 18120
/proc/meminfo: memFree=26944436/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=214752 CPUtime=47.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 51725 196845 0 0 614 166 3919 86 20 0 1 0 282535914 219906048 40047 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 53688 40047 184 410 0 53270 0
[pid=18109] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18109/stat : 18109 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 282540940 9367552 267 33554432000 4194304 5064252 140737224763728 140737224762640 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18109/statm: 2287 267 226 213 0 72 0
[pid=18110] ppid=18109 vsize=305640 CPUtime=112.01 cores=0,2,4,6
/proc/18110/stat : 18110 (glucose_static) R 18109 18046 17634 0 -1 4202496 56565 0 0 0 11183 18 0 0 20 0 1 0 282540940 312975360 67369 33554432000 4194304 4896791 140733624483232 140733624480456 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18110/statm: 76410 67369 78 172 0 76236 0
Current children cumulated CPU time (s) 159.86

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 18140
/proc/meminfo: memFree=26998224/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=149216 CPUtime=400.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 74605 311603 0 0 799 189 38957 140 20 0 1 0 282535914 152797184 33391 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 37304 33391 184 410 0 36886 0
[pid=18128] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18128/stat : 18128 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282576252 9367552 267 33554432000 4194304 5064252 140737401713616 140737401712528 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18128/statm: 2287 267 226 213 0 72 0
[pid=18129] ppid=18128 vsize=274800 CPUtime=1018.69 cores=0,2,4,6
/proc/18129/stat : 18129 (glucose_static) R 18128 18046 17634 0 -1 4202496 90012 0 0 0 101825 44 0 0 20 0 1 0 282576253 281395200 61732 33554432000 4194304 4896791 140735789184096 140735789181608 4224980 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18129/statm: 68700 61732 77 172 0 68526 0
Current children cumulated CPU time (s) 1419.54
Current children cumulated vsize (KiB) 442312

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 18140
/proc/meminfo: memFree=26946656/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=149216 CPUtime=400.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 74605 311603 0 0 799 189 38957 140 20 0 1 0 282535914 152797184 33391 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 37304 33391 184 410 0 36886 0
[pid=18128] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18128/stat : 18128 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282576252 9367552 267 33554432000 4194304 5064252 140737401713616 140737401712528 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18128/statm: 2287 267 226 213 0 72 0
[pid=18129] ppid=18128 vsize=325416 CPUtime=1078.68 cores=0,2,4,6
/proc/18129/stat : 18129 (glucose_static) R 18128 18046 17634 0 -1 4202496 90500 0 0 0 107823 45 0 0 20 0 1 0 282576253 333225984 66252 33554432000 4194304 4896791 140735789184096 140735789181624 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18129/statm: 81354 66252 77 172 0 81180 0
Current children cumulated CPU time (s) 1479.53
Current children cumulated vsize (KiB) 492928

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/186 18143
/proc/meminfo: memFree=26976580/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=149216 CPUtime=400.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 74605 311603 0 0 799 189 38957 140 20 0 1 0 282535914 152797184 33391 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 37304 33391 184 410 0 36886 0
[pid=18128] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18128/stat : 18128 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282576252 9367552 267 33554432000 4194304 5064252 140737401713616 140737401712528 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18128/statm: 2287 267 226 213 0 72 0
[pid=18129] ppid=18128 vsize=276236 CPUtime=1138.67 cores=0,2,4,6
/proc/18129/stat : 18129 (glucose_static) R 18128 18046 17634 0 -1 4202496 92155 0 0 0 113820 47 0 0 20 0 1 0 282576253 282865664 59542 33554432000 4194304 4896791 140735789184096 140735789181672 4203856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18129/statm: 69059 59542 77 172 0 68885 0
Current children cumulated CPU time (s) 1539.52
Current children cumulated vsize (KiB) 443748

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/185 18143
/proc/meminfo: memFree=26976148/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=149216 CPUtime=400.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 74605 311603 0 0 799 189 38957 140 20 0 1 0 282535914 152797184 33391 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 37304 33391 184 410 0 36886 0
[pid=18128] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18128/stat : 18128 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282576252 9367552 267 33554432000 4194304 5064252 140737401713616 140737401712528 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18128/statm: 2287 267 226 213 0 72 0
[pid=18129] ppid=18128 vsize=276748 CPUtime=1198.66 cores=0,2,4,6
/proc/18129/stat : 18129 (glucose_static) R 18128 18046 17634 0 -1 4202496 93827 0 0 0 119818 48 0 0 20 0 1 0 282576253 283389952 63766 33554432000 4194304 4896791 140735789184096 140735789179768 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18129/statm: 69187 63766 77 172 0 69013 0
Current children cumulated CPU time (s) 1599.51
Current children cumulated vsize (KiB) 444260

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/185 18143
/proc/meminfo: memFree=26922284/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=149216 CPUtime=400.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 74605 311603 0 0 799 189 38957 140 20 0 1 0 282535914 152797184 33391 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 37304 33391 184 410 0 36886 0
[pid=18128] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18128/stat : 18128 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282576252 9367552 267 33554432000 4194304 5064252 140737401713616 140737401712528 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18128/statm: 2287 267 226 213 0 72 0
[pid=18129] ppid=18128 vsize=327596 CPUtime=1258.65 cores=0,2,4,6
/proc/18129/stat : 18129 (glucose_static) R 18128 18046 17634 0 -1 4202496 95987 0 0 0 125816 49 0 0 20 0 1 0 282576253 335458304 69382 33554432000 4194304 4896791 140735789184096 140735789179832 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18129/statm: 81899 69382 77 172 0 81725 0
Current children cumulated CPU time (s) 1659.5
Current children cumulated vsize (KiB) 495108

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 18144
/proc/meminfo: memFree=26964532/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=149216 CPUtime=400.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 74605 311603 0 0 799 189 38957 140 20 0 1 0 282535914 152797184 33391 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 37304 33391 184 410 0 36886 0
[pid=18128] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18128/stat : 18128 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282576252 9367552 267 33554432000 4194304 5064252 140737401713616 140737401712528 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18128/statm: 2287 267 226 213 0 72 0
[pid=18129] ppid=18128 vsize=278124 CPUtime=1318.64 cores=0,2,4,6
/proc/18129/stat : 18129 (glucose_static) R 18128 18046 17634 0 -1 4202496 97063 0 0 0 131813 51 0 0 20 0 1 0 282576253 284798976 61064 33554432000 4194304 4896791 140735789184096 140735789181624 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18129/statm: 69531 61064 77 172 0 69357 0
Current children cumulated CPU time (s) 1719.49
Current children cumulated vsize (KiB) 445636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 18144
/proc/meminfo: memFree=26961792/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=149216 CPUtime=400.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 74605 311603 0 0 799 189 38957 140 20 0 1 0 282535914 152797184 33391 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 37304 33391 184 410 0 36886 0
[pid=18128] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18128/stat : 18128 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282576252 9367552 267 33554432000 4194304 5064252 140737401713616 140737401712528 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18128/statm: 2287 267 226 213 0 72 0
[pid=18129] ppid=18128 vsize=278628 CPUtime=1378.63 cores=0,2,4,6
/proc/18129/stat : 18129 (glucose_static) R 18128 18046 17634 0 -1 4202496 98200 0 0 0 137812 51 0 0 20 0 1 0 282576253 285315072 64262 33554432000 4194304 4896791 140735789184096 140735789181608 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18129/statm: 69657 64262 77 172 0 69483 0
Current children cumulated CPU time (s) 1779.48
Current children cumulated vsize (KiB) 446140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 2.16 2.03 2.01 2/177 18172
/proc/meminfo: memFree=27236116/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=149216 CPUtime=400.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 74605 311603 0 0 799 189 38957 140 20 0 1 0 282535914 152797184 33391 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 37304 33391 184 410 0 36886 0
[pid=18128] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18128/stat : 18128 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282576252 9367552 267 33554432000 4194304 5064252 140737401713616 140737401712528 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18128/statm: 2287 267 226 213 0 72 0
[pid=18129] ppid=18128 vsize=278816 CPUtime=1399.24 cores=0,2,4,6
/proc/18129/stat : 18129 (glucose_static) R 18128 18046 17634 0 -1 4202496 98831 0 0 0 139872 52 0 0 20 0 1 0 282576253 285507584 65333 33554432000 4194304 4896791 140735789184096 140735789181608 4203709 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18129/statm: 69704 65333 77 172 0 69530 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 446328

Sending SIGTERM to process tree (bottom up)

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

[startup+1802.91 s]
/proc/loadavg: 2.16 2.03 2.01 2/177 18172
/proc/meminfo: memFree=27236116/32873844 swapFree=7124/7124
[pid=18046] ppid=18044 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18046/stat : 18046 (runPb2sat.sh) S 18044 18046 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 282535914 9367552 275 33554432000 4194304 5064252 140735743764032 140735743762944 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18046/statm: 2287 275 233 213 0 72 0
[pid=18047] ppid=18046 vsize=149216 CPUtime=400.85 cores=0,2,4,6
/proc/18047/stat : 18047 (pb2sat) S 18046 18046 17634 0 -1 4202496 74605 311603 0 0 799 189 38957 140 20 0 1 0 282535914 152797184 33391 33554432000 4194304 5873084 140734564942896 140734564936712 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/18047/statm: 37304 33391 184 410 0 36886 0
[pid=18128] ppid=18047 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18128/stat : 18128 (satsolver.sh) S 18047 18046 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282576252 9367552 267 33554432000 4194304 5064252 140737401713616 140737401712528 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18128/statm: 2287 267 226 213 0 72 0
[pid=18129] ppid=18128 vsize=278816 CPUtime=1399.24 cores=0,2,4,6
/proc/18129/stat : 18129 (glucose_static) R 18128 18046 17634 0 -1 4202496 98831 0 0 0 139872 52 0 0 20 0 1 0 282576253 285507584 65333 33554432000 4194304 4896791 140735789184096 140735789181608 4203709 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18129/statm: 69704 65333 77 172 0 69530 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 446328

Child status: 0
Real time (s): 1802.92
CPU time (s): 1800.14
CPU user time (s): 1796.31
CPU system time (s): 3.83542
CPU usage (%): 99.8458
Max. virtual memory (cumulated for all children) (KiB): 703620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.31
system time used= 3.83542
maximum resident set size= 406504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486029
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1241848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 268
involuntary context switches= 2097

runsolver used 3.58945 second user time and 9.43857 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 02:15:05
IDJOB=3696144
IDBENCH=92749
IDSOLVER=2274
FILE ID=node134/3696144-1338164105
RUNJOBID= node134-1338158703-17651
PBS_JOBID= 14624546
Free space on /tmp= 70968 MiB

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

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

MD5SUM BENCH= 1172ec321506151f46656b695a5e98c9
RANDOM SEED=1900493415

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:        27375072 kB
Buffers:          432260 kB
Cached:          3904808 kB
SwapCached:            0 kB
Active:          1917100 kB
Inactive:        2725132 kB
Active(anon):     298500 kB
Inactive(anon):     8040 kB
Active(file):    1618600 kB
Inactive(file):  2717092 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9356 kB
Writeback:             0 kB
AnonPages:        468896 kB
Mapped:            15324 kB
Shmem:               212 kB
Slab:             716772 kB
SReclaimable:     158920 kB
SUnreclaim:       557852 kB
KernelStack:        1536 kB
PageTables:         5080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     457412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 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= 70928 MiB
End job on node134 at 2012-05-28 02:45:08