Trace number 3694650

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.1 1801.91

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat15_5_3_7_mh.opb
MD5SUM578db65b35c9d87cb72f70788034039a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15820949
Best CPU time to get the best result obtained on this benchmark105.68
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6810
Total number of constraints15202
Number of constraints which are clauses11580
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints3600
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 3795
Biggest coefficient in the objective function 76225024
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 5067828285
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 76225024
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 5067828285
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.17	c model valid
0.00/0.17	c current solution ok
0.00/0.41	o 225044818
0.00/0.41	c fallback to adder encoding
5.47/5.55	c model valid
5.47/5.55	c current solution ok
5.53/6.94	o 176977594
5.53/6.94	c fallback to adder encoding
78.58/80.09	c model valid
78.58/80.09	c current solution ok
78.69/80.11	o 150285179
78.69/80.11	c fallback to adder encoding
527.15/528.79	c model valid
527.15/528.79	c current solution ok
527.25/528.80	o 90199300
527.25/528.80	c fallback to adder encoding
1385.77/1387.55	c model valid
1385.77/1387.55	c current solution ok
1385.77/1387.57	o 73184652
1385.77/1387.57	c fallback to adder encoding
1800.07/1801.90	./satsolver.sh: line 5: 17521 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1801.91	c error: unexpected solver exit code
1800.07/1801.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-3694650-1338158499/watcher-3694650-1338158499 -o /tmp/evaluation-result-3694650-1338158499/solver-3694650-1338158499 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694650-1338158499.opb 808281504 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 17450
/proc/meminfo: memFree=31189700/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0

[startup+0.018207 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 17450
/proc/meminfo: memFree=31189700/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100264 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 17450
/proc/meminfo: memFree=31189700/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300244 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 17450
/proc/meminfo: memFree=31189700/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700257 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 17450
/proc/meminfo: memFree=31189700/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 17458
/proc/meminfo: memFree=31079312/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=77696 CPUtime=1.04 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 7000 4031 0 0 69 29 5 1 20 0 1 0 281974513 79560704 12515 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17451/statm: 19424 12515 183 410 0 19006 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 86844

[startup+3.10038 s]
/proc/loadavg: 1.84 1.97 1.99 3/183 17462
/proc/meminfo: memFree=30784452/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=77696 CPUtime=1.04 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 7000 4031 0 0 69 29 5 1 20 0 1 0 281974513 79560704 12515 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17451/statm: 19424 12515 183 410 0 19006 0
[pid=17459] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17459/stat : 17459 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281974619 9367552 267 33554432000 4194304 5064252 140735717983856 140735717982768 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17459/statm: 2287 267 226 213 0 72 0
[pid=17460] ppid=17459 vsize=123160 CPUtime=2.02 cores=0,2,4,6
/proc/17460/stat : 17460 (glucose_static) R 17459 17450 17405 0 -1 4202496 24966 0 0 0 197 5 0 0 20 0 1 0 281974620 126115840 27204 33554432000 4194304 4896791 140734612399632 140734612396840 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17460/statm: 30790 27204 78 172 0 30616 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 219152

[startup+6.3003 s]
/proc/loadavg: 1.85 1.97 1.99 3/183 17462
/proc/meminfo: memFree=30782832/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=77696 CPUtime=5.53 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 8606 29958 0 0 73 29 443 8 20 0 1 0 281974513 79560704 12535 33554432000 4194304 5873084 140736800883360 140736800877672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17451/statm: 19424 12535 183 410 0 19006 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 86844

[startup+12.7004 s]
/proc/loadavg: 1.86 1.97 1.99 3/183 17467
/proc/meminfo: memFree=30783968/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76588 CPUtime=6.19 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 13693 30472 0 0 129 37 443 10 20 0 1 0 281974513 78426112 12270 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17451/statm: 19147 12270 183 410 0 18729 0
[pid=17466] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17466/stat : 17466 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281975272 9367552 267 33554432000 4194304 5064252 140733693968464 140733693967376 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17466/statm: 2287 267 226 213 0 72 0
[pid=17467] ppid=17466 vsize=123616 CPUtime=5.1 cores=0,2,4,6
/proc/17467/stat : 17467 (glucose_static) R 17466 17450 17405 0 -1 4202496 24722 0 0 0 504 6 0 0 20 0 1 0 281975272 126582784 27077 33554432000 4194304 4896791 140734540659344 140734540656552 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17467/statm: 30904 27077 78 172 0 30730 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 218500

[startup+25.5004 s]
/proc/loadavg: 1.97 1.99 1.99 3/183 17467
/proc/meminfo: memFree=30780356/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76588 CPUtime=6.19 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 13693 30472 0 0 129 37 443 10 20 0 1 0 281974513 78426112 12270 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17451/statm: 19147 12270 183 410 0 18729 0
[pid=17466] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17466/stat : 17466 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281975272 9367552 267 33554432000 4194304 5064252 140733693968464 140733693967376 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17466/statm: 2287 267 226 213 0 72 0
[pid=17467] ppid=17466 vsize=125608 CPUtime=17.9 cores=0,2,4,6
/proc/17467/stat : 17467 (glucose_static) R 17466 17450 17405 0 -1 4202496 25296 0 0 0 1784 6 0 0 20 0 1 0 281975272 128622592 28162 33554432000 4194304 4896791 140734540659344 140734540656552 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17467/statm: 31402 28162 78 172 0 31228 0
Current children cumulated CPU time (s) 24.09
Current children cumulated vsize (KiB) 220492

[startup+51.1004 s]
/proc/loadavg: 1.98 1.99 1.99 3/183 17467
/proc/meminfo: memFree=30774028/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76588 CPUtime=6.19 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 13693 30472 0 0 129 37 443 10 20 0 1 0 281974513 78426112 12270 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17451/statm: 19147 12270 183 410 0 18729 0
[pid=17466] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17466/stat : 17466 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281975272 9367552 267 33554432000 4194304 5064252 140733693968464 140733693967376 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17466/statm: 2287 267 226 213 0 72 0
[pid=17467] ppid=17466 vsize=126884 CPUtime=43.49 cores=0,2,4,6
/proc/17467/stat : 17467 (glucose_static) R 17466 17450 17405 0 -1 4202496 25812 0 0 0 4343 6 0 0 20 0 1 0 281975272 129929216 29183 33554432000 4194304 4896791 140734540659344 140734540656552 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17467/statm: 31721 29183 78 172 0 31547 0
Current children cumulated CPU time (s) 49.68
Current children cumulated vsize (KiB) 221768

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 17470
/proc/meminfo: memFree=30775568/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76588 CPUtime=79.34 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 19826 58416 0 0 189 45 7680 20 20 0 1 0 281974513 78426112 12270 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17451/statm: 19147 12270 183 410 0 18729 0
[pid=17469] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17469/stat : 17469 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281982588 9367552 267 33554432000 4194304 5064252 140733446728224 140733446727136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17469/statm: 2287 267 226 213 0 72 0
[pid=17470] ppid=17469 vsize=125892 CPUtime=21.54 cores=0,2,4,6
/proc/17470/stat : 17470 (glucose_static) R 17469 17450 17405 0 -1 4202496 25719 0 0 0 2147 7 0 0 20 0 1 0 281982589 128913408 28639 33554432000 4194304 4896791 140734985007040 140734985004184 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17470/statm: 31473 28639 78 172 0 31299 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 220776

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 17470
/proc/meminfo: memFree=30759524/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76588 CPUtime=79.34 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 19826 58416 0 0 189 45 7680 20 20 0 1 0 281974513 78426112 12270 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17451/statm: 19147 12270 183 410 0 18729 0
[pid=17469] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17469/stat : 17469 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281982588 9367552 267 33554432000 4194304 5064252 140733446728224 140733446727136 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17469/statm: 2287 267 226 213 0 72 0
[pid=17470] ppid=17469 vsize=129128 CPUtime=81.5 cores=0,2,4,6
/proc/17470/stat : 17470 (glucose_static) R 17469 17450 17405 0 -1 4202496 27502 0 0 0 8142 8 0 0 20 0 1 0 281982589 132227072 29981 33554432000 4194304 4896791 140734985007040 140734985004264 4203936 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17470/statm: 32282 29981 78 172 0 32108 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 224012

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 17471
/proc/meminfo: memFree=30762484/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 17525
/proc/meminfo: memFree=30800244/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76408 CPUtime=1386.47 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 31736 133706 0 0 306 60 138219 62 20 0 1 0 281974513 78241792 11713 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17451/statm: 19102 11713 183 410 0 18684 0
[pid=17520] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17520/stat : 17520 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282113332 9367552 267 33554432000 4194304 5064252 140734357997888 140734357996800 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17520/statm: 2287 267 226 213 0 72 0
[pid=17521] ppid=17520 vsize=121628 CPUtime=34.09 cores=0,2,4,6
/proc/17521/stat : 17521 (glucose_static) R 17520 17450 17405 0 -1 4202496 24268 0 0 0 3402 7 0 0 20 0 1 0 282113333 124547072 28151 33554432000 4194304 4896791 140735244940320 140735244937528 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17521/statm: 30407 28151 78 172 0 30233 0
Current children cumulated CPU time (s) 1420.56
Current children cumulated vsize (KiB) 216332

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 17525
/proc/meminfo: memFree=30788924/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76408 CPUtime=1386.47 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 31736 133706 0 0 306 60 138219 62 20 0 1 0 281974513 78241792 11713 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17451/statm: 19102 11713 183 410 0 18684 0
[pid=17520] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17520/stat : 17520 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282113332 9367552 267 33554432000 4194304 5064252 140734357997888 140734357996800 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17520/statm: 2287 267 226 213 0 72 0
[pid=17521] ppid=17520 vsize=124112 CPUtime=94.05 cores=0,2,4,6
/proc/17521/stat : 17521 (glucose_static) R 17520 17450 17405 0 -1 4202496 26675 0 0 0 9396 9 0 0 20 0 1 0 282113333 127090688 29364 33554432000 4194304 4896791 140735244940320 140735244937688 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17521/statm: 31028 29364 78 172 0 30854 0
Current children cumulated CPU time (s) 1480.52
Current children cumulated vsize (KiB) 218816

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 17525
/proc/meminfo: memFree=30784644/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76408 CPUtime=1386.47 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 31736 133706 0 0 306 60 138219 62 20 0 1 0 281974513 78241792 11713 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17451/statm: 19102 11713 183 410 0 18684 0
[pid=17520] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17520/stat : 17520 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282113332 9367552 267 33554432000 4194304 5064252 140734357997888 140734357996800 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17520/statm: 2287 267 226 213 0 72 0
[pid=17521] ppid=17520 vsize=125616 CPUtime=154.04 cores=0,2,4,6
/proc/17521/stat : 17521 (glucose_static) R 17520 17450 17405 0 -1 4202496 28902 0 0 0 15394 10 0 0 20 0 1 0 282113333 128630784 30074 33554432000 4194304 4896791 140735244940320 140735244937464 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17521/statm: 31404 30074 78 172 0 31230 0
Current children cumulated CPU time (s) 1540.51
Current children cumulated vsize (KiB) 220320

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 17525
/proc/meminfo: memFree=30780524/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76408 CPUtime=1386.47 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 31736 133706 0 0 306 60 138219 62 20 0 1 0 281974513 78241792 11713 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17451/statm: 19102 11713 183 410 0 18684 0
[pid=17520] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17520/stat : 17520 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282113332 9367552 267 33554432000 4194304 5064252 140734357997888 140734357996800 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17520/statm: 2287 267 226 213 0 72 0
[pid=17521] ppid=17520 vsize=126676 CPUtime=214.03 cores=0,2,4,6
/proc/17521/stat : 17521 (glucose_static) R 17520 17450 17405 0 -1 4202496 31059 0 0 0 21391 12 0 0 20 0 1 0 282113333 129716224 29996 33554432000 4194304 4896791 140735244940320 140735244937464 4205066 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17521/statm: 31669 29996 78 172 0 31495 0
Current children cumulated CPU time (s) 1600.5
Current children cumulated vsize (KiB) 221380

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17525
/proc/meminfo: memFree=30784068/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76408 CPUtime=1386.47 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 31736 133706 0 0 306 60 138219 62 20 0 1 0 281974513 78241792 11713 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17451/statm: 19102 11713 183 410 0 18684 0
[pid=17520] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17520/stat : 17520 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282113332 9367552 267 33554432000 4194304 5064252 140734357997888 140734357996800 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17520/statm: 2287 267 226 213 0 72 0
[pid=17521] ppid=17520 vsize=127752 CPUtime=274.01 cores=0,2,4,6
/proc/17521/stat : 17521 (glucose_static) R 17520 17450 17405 0 -1 4202496 33269 0 0 0 27387 14 0 0 20 0 1 0 282113333 130818048 29711 33554432000 4194304 4896791 140735244940320 140735244937896 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17521/statm: 31938 29711 78 172 0 31764 0
Current children cumulated CPU time (s) 1660.48
Current children cumulated vsize (KiB) 222456

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 17529
/proc/meminfo: memFree=30778260/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76408 CPUtime=1386.47 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 31736 133706 0 0 306 60 138219 62 20 0 1 0 281974513 78241792 11713 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17451/statm: 19102 11713 183 410 0 18684 0
[pid=17520] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17520/stat : 17520 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282113332 9367552 267 33554432000 4194304 5064252 140734357997888 140734357996800 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17520/statm: 2287 267 226 213 0 72 0
[pid=17521] ppid=17520 vsize=128364 CPUtime=334 cores=0,2,4,6
/proc/17521/stat : 17521 (glucose_static) R 17520 17450 17405 0 -1 4202496 35429 0 0 0 33384 16 0 0 20 0 1 0 282113333 131444736 29903 33554432000 4194304 4896791 140735244940320 140735244937832 4224663 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17521/statm: 32091 29903 78 172 0 31917 0
Current children cumulated CPU time (s) 1720.47
Current children cumulated vsize (KiB) 223068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17529
/proc/meminfo: memFree=30780636/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76408 CPUtime=1386.47 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 31736 133706 0 0 306 60 138219 62 20 0 1 0 281974513 78241792 11713 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17451/statm: 19102 11713 183 410 0 18684 0
[pid=17520] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17520/stat : 17520 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282113332 9367552 267 33554432000 4194304 5064252 140734357997888 140734357996800 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17520/statm: 2287 267 226 213 0 72 0
[pid=17521] ppid=17520 vsize=128860 CPUtime=393.99 cores=0,2,4,6
/proc/17521/stat : 17521 (glucose_static) R 17520 17450 17405 0 -1 4202496 37280 0 0 0 39382 17 0 0 20 0 1 0 282113333 131952640 30027 33554432000 4194304 4896791 140735244940320 140735244937544 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17521/statm: 32215 30027 78 172 0 32041 0
Current children cumulated CPU time (s) 1780.46
Current children cumulated vsize (KiB) 223564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17574
/proc/meminfo: memFree=30847868/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76408 CPUtime=1386.47 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 31736 133706 0 0 306 60 138219 62 20 0 1 0 281974513 78241792 11713 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17451/statm: 19102 11713 183 410 0 18684 0
[pid=17520] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17520/stat : 17520 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282113332 9367552 267 33554432000 4194304 5064252 140734357997888 140734357996800 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17520/statm: 2287 267 226 213 0 72 0
[pid=17521] ppid=17520 vsize=129212 CPUtime=413.6 cores=0,2,4,6
/proc/17521/stat : 17521 (glucose_static) R 17520 17450 17405 0 -1 4202496 37620 0 0 0 41342 18 0 0 20 0 1 0 282113333 132313088 30872 33554432000 4194304 4896791 140735244940320 140735244935336 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17521/statm: 32303 30872 78 172 0 32129 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 223916

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17574
/proc/meminfo: memFree=30847868/32873844 swapFree=6080/6080
[pid=17450] ppid=17448 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17450/stat : 17450 (runPb2satCp2.sh) S 17448 17450 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281974513 9367552 275 33554432000 4194304 5064252 140737386227664 140737386226576 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17450/statm: 2287 275 233 213 0 72 0
[pid=17451] ppid=17450 vsize=76408 CPUtime=1386.47 cores=0,2,4,6
/proc/17451/stat : 17451 (pb2sat) S 17450 17450 17405 0 -1 4202496 31736 133706 0 0 306 60 138219 62 20 0 1 0 281974513 78241792 11713 33554432000 4194304 5873084 140736800883360 140736800877176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17451/statm: 19102 11713 183 410 0 18684 0
[pid=17520] ppid=17451 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17520/stat : 17520 (satsolver.sh) S 17451 17450 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282113332 9367552 267 33554432000 4194304 5064252 140734357997888 140734357996800 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17520/statm: 2287 267 226 213 0 72 0
[pid=17521] ppid=17520 vsize=129212 CPUtime=413.6 cores=0,2,4,6
/proc/17521/stat : 17521 (glucose_static) R 17520 17450 17405 0 -1 4202496 37620 0 0 0 41342 18 0 0 20 0 1 0 282113333 132313088 30872 33554432000 4194304 4896791 140735244940320 140735244935336 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17521/statm: 32303 30872 78 172 0 32129 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 223916

Child status: 0
Real time (s): 1801.91
CPU time (s): 1800.1
CPU user time (s): 1798.69
CPU system time (s): 1.41478
CPU usage (%): 99.8996
Max. virtual memory (cumulated for all children) (KiB): 278228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 1.41478
maximum resident set size= 168964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204051
page faults= 0
swaps= 0
block input operations= 0
block output operations= 415688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 241
involuntary context switches= 1961

runsolver used 3.48347 second user time and 9.57654 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 00:41:39
IDJOB=3694650
IDBENCH=92695
IDSOLVER=2273
FILE ID=node139/3694650-1338158499
RUNJOBID= node139-1338158499-17421
PBS_JOBID= 14624542
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= 578db65b35c9d87cb72f70788034039a
RANDOM SEED=808281504

node139.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31190708 kB
Buffers:          394224 kB
Cached:           427476 kB
SwapCached:          828 kB
Active:           652892 kB
Inactive:         177192 kB
Active(anon):       2504 kB
Inactive(anon):     7968 kB
Active(file):     650388 kB
Inactive(file):   169224 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:             17912 kB
Writeback:             0 kB
AnonPages:         12988 kB
Mapped:            11152 kB
Shmem:                 8 kB
Slab:             715212 kB
SReclaimable:     156736 kB
SUnreclaim:       558476 kB
KernelStack:        1376 kB
PageTables:         3928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71556 MiB
End job on node139 at 2012-05-28 01:11:42