Trace number 3696145

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.05 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_3.opb
MD5SUMe8b41d97566c10d69baac452b7d02eb7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4527423
Best CPU time to get the best result obtained on this benchmark1800.05
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 171879616
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 85431562646
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 171879616
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 85431562646
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.76/1.84	c model valid
1.76/1.84	c current solution ok
2.85/2.91	o 401030575
2.85/2.91	c current bound: 200515322
2.85/2.91	c fallback to adder encoding
10.56/10.63	c model valid
10.56/10.63	c current solution ok
10.56/10.68	o 170600091
10.56/10.68	c current bound: 85300080
10.56/10.68	c fallback to adder encoding
19.75/19.86	c model valid
19.75/19.86	c current solution ok
19.81/19.91	o 46038699
19.81/19.91	c current bound: 23019384
19.81/19.91	c fallback to adder encoding
24.45/24.57	c model valid
24.45/24.57	c current solution ok
24.52/24.61	o 20811569
24.52/24.61	c current bound: 10405819
24.52/24.61	c fallback to adder encoding
369.94/370.15	c model valid
369.94/370.15	c current solution ok
369.94/370.19	o 9949187
369.94/370.19	c current bound: 4974628
369.94/370.19	c fallback to adder encoding
1800.01/1800.51	./satsolver.sh: line 5: 20474 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.51	c error: unexpected solver exit code
1800.01/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3696145-1338173115/watcher-3696145-1338173115 -o /tmp/evaluation-result-3696145-1338173115/solver-3696145-1338173115 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696145-1338173115.opb 1773963504 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.02 2.04 2.00 3/181 20409
/proc/meminfo: memFree=27433348/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0

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

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

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

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

[startup+1.50035 s]
/proc/loadavg: 2.02 2.04 2.00 3/185 20413
/proc/meminfo: memFree=27322256/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=30472 CPUtime=0.33 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 5829 0 0 0 30 3 0 0 20 0 1 0 283436921 31203328 6354 33554432000 4194304 5873084 140734529060192 140734529056616 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20410/statm: 7618 6354 169 410 0 7200 0
[pid=20412] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20412/stat : 20412 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283436955 9367552 267 33554432000 4194304 5064252 140735697306144 140735697305056 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20412/statm: 2287 267 226 213 0 72 0
[pid=20413] ppid=20412 vsize=85824 CPUtime=1.14 cores=0,2,4,6
/proc/20413/stat : 20413 (glucose_static) R 20412 20409 17634 0 -1 4202496 17663 0 0 0 112 2 0 0 20 0 1 0 283436955 87883776 18498 33554432000 4194304 4896791 140733847821424 140733847818632 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20413/statm: 21456 18498 78 172 0 21282 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 134592

[startup+3.10031 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 20413
/proc/meminfo: memFree=27384824/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=75044 CPUtime=3.07 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) R 20409 20409 17634 0 -1 4202496 12344 18987 0 0 73 88 140 6 20 0 1 0 283436921 76845056 16027 33554432000 4194304 5873084 140734529060192 140734529055528 4664157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20410/statm: 18761 16027 183 410 0 18343 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 84192

[startup+6.30033 s]
/proc/loadavg: 2.02 2.03 2.00 3/185 20458
/proc/meminfo: memFree=27165452/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=189732 CPUtime=4.53 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 14713 18987 0 0 201 106 140 6 20 0 1 0 283436921 194285568 39579 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20410/statm: 47433 39579 183 410 0 47015 0
[pid=20457] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20457/stat : 20457 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283437377 9367552 266 33554432000 4194304 5064252 140733439164080 140733439162992 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20457/statm: 2287 266 226 213 0 72 0
[pid=20458] ppid=20457 vsize=473712 CPUtime=1.71 cores=0,2,4,6
/proc/20458/stat : 20458 (glucose_static) R 20457 20409 17634 0 -1 4202496 55173 0 0 0 159 12 0 0 20 0 1 0 283437378 485081088 97460 33554432000 4194304 4896791 140733689782864 140733689780520 4216648 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20458/statm: 118428 97460 73 172 0 118254 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 681740

[startup+12.7004 s]
/proc/loadavg: 2.10 2.05 2.01 3/185 20461
/proc/meminfo: memFree=27314588/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=214592 CPUtime=12.25 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 26840 79419 0 0 353 125 719 28 20 0 1 0 283436921 219742208 44258 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 53648 44258 183 410 0 53230 0
[pid=20460] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20460/stat : 20460 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283438151 9367552 267 33554432000 4194304 5064252 140735887200672 140735887199584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20460/statm: 2287 267 226 213 0 72 0
[pid=20461] ppid=20460 vsize=127992 CPUtime=0.38 cores=0,2,4,6
/proc/20461/stat : 20461 (glucose_static) R 20460 20409 17634 0 -1 4202496 23764 0 0 0 34 4 0 0 20 0 1 0 283438151 131063808 28111 33554432000 4194304 4896791 140736019585584 140736018534632 4401607 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20461/statm: 31998 28111 58 172 0 31824 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 360880

[startup+25.5003 s]
/proc/loadavg: 2.15 2.06 2.01 3/183 20464
/proc/meminfo: memFree=27384388/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=149056 CPUtime=25.44 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) R 20409 20409 17634 0 -1 4202496 49122 191388 0 0 574 144 1754 72 20 0 1 0 283436921 152633344 35043 33554432000 4194304 5873084 140734529060192 140734529054584 4275681 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 37264 35043 184 410 0 36846 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 158204

[startup+51.1004 s]
/proc/loadavg: 2.10 2.06 2.01 3/185 20467
/proc/meminfo: memFree=27180732/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=214592 CPUtime=25.69 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 50555 191388 0 0 587 156 1754 72 20 0 1 0 283436921 219742208 36579 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 53648 36579 184 410 0 53230 0
[pid=20466] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20466/stat : 20466 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283439495 9367552 267 33554432000 4194304 5064252 140735578899424 140735578898336 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20466/statm: 2287 267 226 213 0 72 0
[pid=20467] ppid=20466 vsize=242068 CPUtime=25.35 cores=0,2,4,6
/proc/20467/stat : 20467 (glucose_static) R 20466 20409 17634 0 -1 4202496 46203 0 0 0 2521 14 0 0 20 0 1 0 283439495 247877632 57933 33554432000 4194304 4896791 140736224045712 140736224042920 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20467/statm: 60517 57933 78 172 0 60343 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 474956

[startup+102.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/185 20467
/proc/meminfo: memFree=27145140/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=214592 CPUtime=25.69 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 50555 191388 0 0 587 156 1754 72 20 0 1 0 283436921 219742208 36579 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 53648 36579 184 410 0 53230 0
[pid=20466] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20466/stat : 20466 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283439495 9367552 267 33554432000 4194304 5064252 140735578899424 140735578898336 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20466/statm: 2287 267 226 213 0 72 0
[pid=20467] ppid=20466 vsize=277816 CPUtime=76.53 cores=0,2,4,6
/proc/20467/stat : 20467 (glucose_static) R 20466 20409 17634 0 -1 4202496 50334 0 0 0 7629 24 0 0 20 0 1 0 283439495 284483584 64995 33554432000 4194304 4896791 140736224045712 140736224043288 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20467/statm: 69454 64995 78 172 0 69280 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 510704

[startup+162.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/185 20467
/proc/meminfo: memFree=27080080/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=214592 CPUtime=25.69 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 50555 191388 0 0 587 156 1754 72 20 0 1 0 283436921 219742208 36579 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 53648 36579 184 410 0 53230 0
[pid=20466] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20466/stat : 20466 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283439495 9367552 267 33554432000 4194304 5064252 140735578899424 140735578898336 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20466/statm: 2287 267 226 213 0 72 0
[pid=20467] ppid=20466 vsize=332480 CPUtime=136.52 cores=0,2,4,6
/proc/20467/stat : 20467 (glucose_static) R 20466 20409 17634 0 -1 4202496 55380 0 0 0 13621 31 0 0 20 0 1 0 283439495 340459520 80255 33554432000 4194304 4896791 140736224045712 140736224042920 4207705 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20467/statm: 83120 80255 78 172 0 82946 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 565368

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/185 20467
/proc/meminfo: memFree=27074144/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20503
/proc/meminfo: memFree=27099148/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=149056 CPUtime=371 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 60340 259587 0 0 680 167 36131 122 20 0 1 0 283436921 152633344 34531 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 37264 34531 184 410 0 36846 0
[pid=20473] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283474036 9367552 267 33554432000 4194304 5064252 140737212252368 140737212251280 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20473/statm: 2287 267 226 213 0 72 0
[pid=20474] ppid=20473 vsize=335380 CPUtime=1050.89 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose_static) R 20473 20409 17634 0 -1 4202496 80603 0 0 0 105033 56 0 0 20 0 1 0 283474037 343429120 69581 33554432000 4194304 4896791 140735436109616 140735436107144 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 83845 69581 78 172 0 83671 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 502732

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 20503
/proc/meminfo: memFree=27083408/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=149056 CPUtime=371 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 60340 259587 0 0 680 167 36131 122 20 0 1 0 283436921 152633344 34531 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 37264 34531 184 410 0 36846 0
[pid=20473] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283474036 9367552 267 33554432000 4194304 5064252 140737212252368 140737212251280 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20473/statm: 2287 267 226 213 0 72 0
[pid=20474] ppid=20473 vsize=335928 CPUtime=1110.87 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose_static) R 20473 20409 17634 0 -1 4202496 81784 0 0 0 111031 56 0 0 20 0 1 0 283474037 343990272 72778 33554432000 4194304 4896791 140735436109616 140735436106840 4225108 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 83982 72778 78 172 0 83808 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 503280

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/186 20507
/proc/meminfo: memFree=27070776/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=149056 CPUtime=371 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 60340 259587 0 0 680 167 36131 122 20 0 1 0 283436921 152633344 34531 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 37264 34531 184 410 0 36846 0
[pid=20473] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283474036 9367552 267 33554432000 4194304 5064252 140737212252368 140737212251280 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20473/statm: 2287 267 226 213 0 72 0
[pid=20474] ppid=20473 vsize=336644 CPUtime=1170.85 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose_static) R 20473 20409 17634 0 -1 4202496 82058 0 0 0 117029 56 0 0 20 0 1 0 283474037 344723456 76083 33554432000 4194304 4896791 140735436109616 140735436106840 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 84161 76083 78 172 0 83987 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 503996

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20507
/proc/meminfo: memFree=27121072/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=149056 CPUtime=371 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 60340 259587 0 0 680 167 36131 122 20 0 1 0 283436921 152633344 34531 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 37264 34531 184 410 0 36846 0
[pid=20473] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283474036 9367552 267 33554432000 4194304 5064252 140737212252368 140737212251280 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20473/statm: 2287 267 226 213 0 72 0
[pid=20474] ppid=20473 vsize=286948 CPUtime=1230.84 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose_static) R 20473 20409 17634 0 -1 4202496 83805 0 0 0 123026 58 0 0 20 0 1 0 283474037 293834752 63100 33554432000 4194304 4896791 140735436109616 140735436107144 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 71737 63100 78 172 0 71563 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 454300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20507
/proc/meminfo: memFree=27100196/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=149056 CPUtime=371 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 60340 259587 0 0 680 167 36131 122 20 0 1 0 283436921 152633344 34531 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 37264 34531 184 410 0 36846 0
[pid=20473] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283474036 9367552 267 33554432000 4194304 5064252 140737212252368 140737212251280 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20473/statm: 2287 267 226 213 0 72 0
[pid=20474] ppid=20473 vsize=287732 CPUtime=1290.83 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose_static) R 20473 20409 17634 0 -1 4202496 85096 0 0 0 129024 59 0 0 20 0 1 0 283474037 294637568 67883 33554432000 4194304 4896791 140735436109616 140735436107256 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 71933 67883 78 172 0 71759 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 455084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20507
/proc/meminfo: memFree=27066352/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=149056 CPUtime=371 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 60340 259587 0 0 680 167 36131 122 20 0 1 0 283436921 152633344 34531 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 37264 34531 184 410 0 36846 0
[pid=20473] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283474036 9367552 267 33554432000 4194304 5064252 140737212252368 140737212251280 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20473/statm: 2287 267 226 213 0 72 0
[pid=20474] ppid=20473 vsize=338924 CPUtime=1350.82 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose_static) R 20473 20409 17634 0 -1 4202496 86469 0 0 0 135022 60 0 0 20 0 1 0 283474037 347058176 74637 33554432000 4194304 4896791 140735436109616 140735436107144 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 84731 74637 78 172 0 84557 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 506276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20507
/proc/meminfo: memFree=27096272/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=149056 CPUtime=371 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 60340 259587 0 0 680 167 36131 122 20 0 1 0 283436921 152633344 34531 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 37264 34531 184 410 0 36846 0
[pid=20473] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283474036 9367552 267 33554432000 4194304 5064252 140737212252368 140737212251280 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20473/statm: 2287 267 226 213 0 72 0
[pid=20474] ppid=20473 vsize=289556 CPUtime=1410.81 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose_static) R 20473 20409 17634 0 -1 4202496 87331 0 0 0 141020 61 0 0 20 0 1 0 283474037 296505344 64808 33554432000 4194304 4896791 140735436109616 140735436107256 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 72389 64808 78 172 0 72215 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 456908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20507
/proc/meminfo: memFree=27105304/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=149056 CPUtime=371 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 60340 259587 0 0 680 167 36131 122 20 0 1 0 283436921 152633344 34531 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 37264 34531 184 410 0 36846 0
[pid=20473] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283474036 9367552 267 33554432000 4194304 5064252 140737212252368 140737212251280 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20473/statm: 2287 267 226 213 0 72 0
[pid=20474] ppid=20473 vsize=289732 CPUtime=1429.01 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose_static) R 20473 20409 17634 0 -1 4202496 87401 0 0 0 142840 61 0 0 20 0 1 0 283474037 296685568 66392 33554432000 4194304 4896791 140735436109616 140735436107144 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 72433 66392 78 172 0 72259 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 457084

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 20507
/proc/meminfo: memFree=27105304/32873844 swapFree=7124/7124
[pid=20409] ppid=20407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20409/stat : 20409 (runPb2sat.sh) S 20407 20409 17634 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283436921 9367552 275 33554432000 4194304 5064252 140737329656880 140737329655792 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20409/statm: 2287 275 233 213 0 72 0
[pid=20410] ppid=20409 vsize=149056 CPUtime=371 cores=0,2,4,6
/proc/20410/stat : 20410 (pb2sat) S 20409 20409 17634 0 -1 4202496 60340 259587 0 0 680 167 36131 122 20 0 1 0 283436921 152633344 34531 33554432000 4194304 5873084 140734529060192 140734529054008 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20410/statm: 37264 34531 184 410 0 36846 0
[pid=20473] ppid=20410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20473/stat : 20473 (satsolver.sh) S 20410 20409 17634 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283474036 9367552 267 33554432000 4194304 5064252 140737212252368 140737212251280 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20473/statm: 2287 267 226 213 0 72 0
[pid=20474] ppid=20473 vsize=289732 CPUtime=1429.01 cores=0,2,4,6
/proc/20474/stat : 20474 (glucose_static) R 20473 20409 17634 0 -1 4202496 87401 0 0 0 142840 61 0 0 20 0 1 0 283474037 296685568 66392 33554432000 4194304 4896791 140735436109616 140735436107144 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20474/statm: 72433 66392 78 172 0 72259 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 457084

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1796.52
CPU system time (s): 3.52646
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 844620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.52
system time used= 3.52646
maximum resident set size= 497912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 408317
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1028064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 213
involuntary context switches= 1991

runsolver used 2.56661 second user time and 7.41187 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 04:45:15
IDJOB=3696145
IDBENCH=92761
IDSOLVER=2274
FILE ID=node134/3696145-1338173115
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_3.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696145-1338173115/watcher-3696145-1338173115 -o /tmp/evaluation-result-3696145-1338173115/solver-3696145-1338173115 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696145-1338173115.opb 1773963504 HOME HOME

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

MD5SUM BENCH= e8b41d97566c10d69baac452b7d02eb7
RANDOM SEED=1773963504

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:        27433348 kB
Buffers:          438612 kB
Cached:          3906168 kB
SwapCached:            0 kB
Active:          1854040 kB
Inactive:        2724552 kB
Active(anon):     229692 kB
Inactive(anon):     5996 kB
Active(file):    1624348 kB
Inactive(file):  2718556 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9336 kB
Writeback:             0 kB
AnonPages:        258108 kB
Mapped:            15324 kB
Shmem:               212 kB
Slab:             716888 kB
SReclaimable:     159008 kB
SUnreclaim:       557880 kB
KernelStack:        1536 kB
PageTables:         4500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     370584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 70908 MiB
End job on node134 at 2012-05-28 05:15:16