Trace number 3696842

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 NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.09 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1616732.opb
MD5SUMbb6edae9b271ecf76d3d6c31c88b027d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark1789.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1999
Number of constraints which are clauses1999
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c model valid
0.00/0.01	c current solution ok
0.00/0.01	o 172
0.00/0.01	c current bound: 86
0.00/0.01	c (debug) using card networks
0.00/0.15	c current bound: 129
0.00/0.15	c (debug) using card networks
97.45/97.53	c current bound: 151
97.45/97.53	c (debug) using card networks
1800.04/1800.41	./satsolver.sh: line 5:  9522 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	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-3696842-1338106025/watcher-3696842-1338106025 -o /tmp/evaluation-result-3696842-1338106025/solver-3696842-1338106025 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696842-1338106025.opb 447751570 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.44 2.11 2.03 4/179 9466
/proc/meminfo: memFree=9553488/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0

[startup+0.0930129 s]
/proc/loadavg: 2.44 2.11 2.03 4/179 9466
/proc/meminfo: memFree=9553488/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100265 s]
/proc/loadavg: 2.44 2.11 2.03 4/179 9466
/proc/meminfo: memFree=9553488/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300185 s]
/proc/loadavg: 2.44 2.11 2.03 4/179 9466
/proc/meminfo: memFree=9553488/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.7001 s]
/proc/loadavg: 2.44 2.11 2.03 4/179 9466
/proc/meminfo: memFree=9553488/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.41 2.11 2.03 2/178 9477
/proc/meminfo: memFree=24482484/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=0.14 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 607 3201 0 0 1 0 13 0 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9476] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9476/stat : 9476 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276728311 9367552 267 33554432000 4194304 5064252 140733925536304 140733925535216 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9476/statm: 2287 267 226 213 0 72 0
[pid=9477] ppid=9476 vsize=6040 CPUtime=1.33 cores=0,2,4,6
/proc/9477/stat : 9477 (glucose_static) R 9476 9466 6783 0 -1 4202496 1942 0 0 0 133 0 0 0 20 0 1 0 276728311 6184960 1123 33554432000 4194304 4896791 140734589436896 140734589434424 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9477/statm: 1510 1123 78 172 0 1336 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 26964

[startup+3.10033 s]
/proc/loadavg: 2.41 2.11 2.03 3/176 9500
/proc/meminfo: memFree=24670164/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=0.14 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 607 3201 0 0 1 0 13 0 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9476] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9476/stat : 9476 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276728311 9367552 267 33554432000 4194304 5064252 140733925536304 140733925535216 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9476/statm: 2287 267 226 213 0 72 0
[pid=9477] ppid=9476 vsize=7432 CPUtime=2.93 cores=0,2,4,6
/proc/9477/stat : 9477 (glucose_static) R 9476 9466 6783 0 -1 4202496 2936 0 0 0 293 0 0 0 20 0 1 0 276728311 7610368 1501 33554432000 4194304 4896791 140734589436896 140734589434104 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9477/statm: 1858 1501 78 172 0 1684 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 28356

[startup+6.30033 s]
/proc/loadavg: 2.45 2.12 2.03 2/176 9500
/proc/meminfo: memFree=26215732/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=0.14 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 607 3201 0 0 1 0 13 0 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9476] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9476/stat : 9476 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276728311 9367552 267 33554432000 4194304 5064252 140733925536304 140733925535216 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9476/statm: 2287 267 226 213 0 72 0
[pid=9477] ppid=9476 vsize=8048 CPUtime=6.13 cores=0,2,4,6
/proc/9477/stat : 9477 (glucose_static) R 9476 9466 6783 0 -1 4202496 5005 0 0 0 613 0 0 0 20 0 1 0 276728311 8241152 1629 33554432000 4194304 4896791 140734589436896 140734589434104 4225201 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9477/statm: 2012 1629 78 172 0 1838 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 28972

[startup+12.7003 s]
/proc/loadavg: 2.50 2.13 2.04 2/176 9500
/proc/meminfo: memFree=26637496/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=0.14 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 607 3201 0 0 1 0 13 0 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9476] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9476/stat : 9476 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276728311 9367552 267 33554432000 4194304 5064252 140733925536304 140733925535216 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9476/statm: 2287 267 226 213 0 72 0
[pid=9477] ppid=9476 vsize=13516 CPUtime=12.53 cores=0,2,4,6
/proc/9477/stat : 9477 (glucose_static) R 9476 9466 6783 0 -1 4202496 8012 0 0 0 1252 1 0 0 20 0 1 0 276728311 13840384 2339 33554432000 4194304 4896791 140734589436896 140734589434184 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9477/statm: 3379 2339 78 172 0 3205 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34440

[startup+25.5004 s]
/proc/loadavg: 2.57 2.16 2.05 2/176 9500
/proc/meminfo: memFree=28249260/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=0.14 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 607 3201 0 0 1 0 13 0 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9476] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9476/stat : 9476 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276728311 9367552 267 33554432000 4194304 5064252 140733925536304 140733925535216 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9476/statm: 2287 267 226 213 0 72 0
[pid=9477] ppid=9476 vsize=14992 CPUtime=25.32 cores=0,2,4,6
/proc/9477/stat : 9477 (glucose_static) R 9476 9466 6783 0 -1 4202496 12660 0 0 0 2530 2 0 0 20 0 1 0 276728311 15351808 2949 33554432000 4194304 4896791 140734589436896 140734589432632 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9477/statm: 3748 2949 78 172 0 3574 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 35916

[startup+51.1067 s]
/proc/loadavg: 2.52 2.19 2.06 3/183 9518
/proc/meminfo: memFree=28696568/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=0.14 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 607 3201 0 0 1 0 13 0 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9476] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9476/stat : 9476 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276728311 9367552 267 33554432000 4194304 5064252 140733925536304 140733925535216 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9476/statm: 2287 267 226 213 0 72 0
[pid=9477] ppid=9476 vsize=16908 CPUtime=50.93 cores=0,2,4,6
/proc/9477/stat : 9477 (glucose_static) R 9476 9466 6783 0 -1 4202496 18862 0 0 0 5088 5 0 0 20 0 1 0 276728311 17313792 3591 33554432000 4194304 4896791 140734589436896 140734589434424 4225191 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9477/statm: 4227 3591 78 172 0 4053 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37832

[startup+102.3 s]
/proc/loadavg: 2.26 2.17 2.06 3/183 9522
/proc/meminfo: memFree=28633132/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=97.49 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 758 33690 0 0 1 0 9740 8 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9521] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276738050 9367552 267 33554432000 4194304 5064252 140733516712320 140733516711232 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 267 226 213 0 72 0
[pid=9522] ppid=9521 vsize=9644 CPUtime=4.75 cores=0,2,4,6
/proc/9522/stat : 9522 (glucose_static) R 9521 9466 6783 0 -1 4202496 5124 0 0 0 474 1 0 0 20 0 1 0 276738050 9875456 1861 33554432000 4194304 4896791 140734303433152 140734303430360 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 2411 1861 78 172 0 2237 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 30568

[startup+162.3 s]
/proc/loadavg: 2.10 2.14 2.06 3/183 9522
/proc/meminfo: memFree=28600472/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=97.49 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 758 33690 0 0 1 0 9740 8 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9521] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 9536
/proc/meminfo: memFree=28134512/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=97.49 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 758 33690 0 0 1 0 9740 8 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9521] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276738050 9367552 267 33554432000 4194304 5064252 140733516712320 140733516711232 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 267 226 213 0 72 0
[pid=9522] ppid=9521 vsize=97768 CPUtime=1324.51 cores=0,2,4,6
/proc/9522/stat : 9522 (glucose_static) R 9521 9466 6783 0 -1 4202496 100355 0 0 0 132399 52 0 0 20 0 1 0 276738050 100114432 20947 33554432000 4194304 4896791 140734303433152 140734303428888 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 24442 20947 78 172 0 24268 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 118692

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9536
/proc/meminfo: memFree=28428636/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=97.49 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 758 33690 0 0 1 0 9740 8 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9521] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276738050 9367552 267 33554432000 4194304 5064252 140733516712320 140733516711232 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 267 226 213 0 72 0
[pid=9522] ppid=9521 vsize=98404 CPUtime=1384.5 cores=0,2,4,6
/proc/9522/stat : 9522 (glucose_static) R 9521 9466 6783 0 -1 4202496 101861 0 0 0 138397 53 0 0 20 0 1 0 276738050 100765696 21601 33554432000 4194304 4896791 140734303433152 140734303430408 4225379 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 24601 21601 78 172 0 24427 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 119328

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9536
/proc/meminfo: memFree=28337004/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=97.49 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 758 33690 0 0 1 0 9740 8 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9521] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276738050 9367552 267 33554432000 4194304 5064252 140733516712320 140733516711232 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 267 226 213 0 72 0
[pid=9522] ppid=9521 vsize=99672 CPUtime=1444.5 cores=0,2,4,6
/proc/9522/stat : 9522 (glucose_static) R 9521 9466 6783 0 -1 4202496 103520 0 0 0 144395 55 0 0 20 0 1 0 276738050 102064128 21979 33554432000 4194304 4896791 140734303433152 140734303430408 4205021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 24918 21979 78 172 0 24744 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 120596

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9537
/proc/meminfo: memFree=28248360/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=97.49 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 758 33690 0 0 1 0 9740 8 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9521] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276738050 9367552 267 33554432000 4194304 5064252 140733516712320 140733516711232 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 267 226 213 0 72 0
[pid=9522] ppid=9521 vsize=100344 CPUtime=1504.48 cores=0,2,4,6
/proc/9522/stat : 9522 (glucose_static) R 9521 9466 6783 0 -1 4202496 105040 0 0 0 150392 56 0 0 20 0 1 0 276738050 102752256 21615 33554432000 4194304 4896791 140734303433152 140734303430584 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 25086 21615 78 172 0 24912 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 121268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9537
/proc/meminfo: memFree=28163064/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=97.49 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 758 33690 0 0 1 0 9740 8 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9521] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276738050 9367552 267 33554432000 4194304 5064252 140733516712320 140733516711232 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 267 226 213 0 72 0
[pid=9522] ppid=9521 vsize=100920 CPUtime=1564.47 cores=0,2,4,6
/proc/9522/stat : 9522 (glucose_static) R 9521 9466 6783 0 -1 4202496 106649 0 0 0 156390 57 0 0 20 0 1 0 276738050 103342080 21866 33554432000 4194304 4896791 140734303433152 140734303430408 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 25230 21866 78 172 0 25056 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 121844

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 9537
/proc/meminfo: memFree=28081616/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=97.49 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 758 33690 0 0 1 0 9740 8 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9521] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276738050 9367552 267 33554432000 4194304 5064252 140733516712320 140733516711232 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 267 226 213 0 72 0
[pid=9522] ppid=9521 vsize=101732 CPUtime=1624.46 cores=0,2,4,6
/proc/9522/stat : 9522 (glucose_static) R 9521 9466 6783 0 -1 4202496 108478 0 0 0 162387 59 0 0 20 0 1 0 276738050 104173568 21685 33554432000 4194304 4896791 140734303433152 140734303430584 4225168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 25433 21685 78 172 0 25259 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 122656

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 9537
/proc/meminfo: memFree=28414480/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=97.49 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 758 33690 0 0 1 0 9740 8 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9521] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276738050 9367552 267 33554432000 4194304 5064252 140733516712320 140733516711232 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 267 226 213 0 72 0
[pid=9522] ppid=9521 vsize=101984 CPUtime=1684.45 cores=0,2,4,6
/proc/9522/stat : 9522 (glucose_static) R 9521 9466 6783 0 -1 4202496 110172 0 0 0 168384 61 0 0 20 0 1 0 276738050 104431616 21229 33554432000 4194304 4896791 140734303433152 140734303430680 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 25496 21229 78 172 0 25322 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 122908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 9537
/proc/meminfo: memFree=28379540/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=97.49 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 758 33690 0 0 1 0 9740 8 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9521] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276738050 9367552 267 33554432000 4194304 5064252 140733516712320 140733516711232 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 267 226 213 0 72 0
[pid=9522] ppid=9521 vsize=102236 CPUtime=1702.55 cores=0,2,4,6
/proc/9522/stat : 9522 (glucose_static) R 9521 9466 6783 0 -1 4202496 110215 0 0 0 170194 61 0 0 20 0 1 0 276738050 104689664 22805 33554432000 4194304 4896791 140734303433152 140734303430360 4225417 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 25559 22805 78 172 0 25385 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 123160

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 9537
/proc/meminfo: memFree=28379540/32873844 swapFree=7384/7384
[pid=9466] ppid=9464 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9466/stat : 9466 (runPb2sat.sh) S 9464 9466 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276728295 9367552 274 33554432000 4194304 5064252 140733477474896 140733477473808 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9466/statm: 2287 274 233 213 0 72 0
[pid=9467] ppid=9466 vsize=2628 CPUtime=97.49 cores=0,2,4,6
/proc/9467/stat : 9467 (pb2sat) S 9466 9466 6783 0 -1 4202496 758 33690 0 0 1 0 9740 8 20 0 1 0 276728296 2691072 324 33554432000 4194304 5873084 140736989800432 140736989794248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9467/statm: 657 324 172 410 0 239 0
[pid=9521] ppid=9467 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9521/stat : 9521 (satsolver.sh) S 9467 9466 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276738050 9367552 267 33554432000 4194304 5064252 140733516712320 140733516711232 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9521/statm: 2287 267 226 213 0 72 0
[pid=9522] ppid=9521 vsize=102236 CPUtime=1702.55 cores=0,2,4,6
/proc/9522/stat : 9522 (glucose_static) R 9521 9466 6783 0 -1 4202496 110215 0 0 0 170194 61 0 0 20 0 1 0 276738050 104689664 22805 33554432000 4194304 4896791 140734303433152 140734303430360 4225417 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9522/statm: 25559 22805 78 172 0 25385 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 123160

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.38
CPU system time (s): 0.714891
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 141332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.714891
maximum resident set size= 110580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96
involuntary context switches= 2089

runsolver used 3.52146 second user time and 9.24659 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 10:07:08
IDJOB=3696842
IDBENCH=89835
IDSOLVER=2274
FILE ID=node136/3696842-1338106025
RUNJOBID= node136-1338088237-6799
PBS_JOBID= 14624456
Free space on /tmp= 67328 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-1616732.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696842-1338106025/watcher-3696842-1338106025 -o /tmp/evaluation-result-3696842-1338106025/solver-3696842-1338106025 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696842-1338106025.opb 447751570 HOME HOME

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

MD5SUM BENCH= bb6edae9b271ecf76d3d6c31c88b027d
RANDOM SEED=447751570

node136.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.247
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.49
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.247
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		: 2667.247
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.94
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.247
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.90
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.247
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.90
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.247
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.90
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.247
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		: 2667.247
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:         9477744 kB
Buffers:          403388 kB
Cached:          6906384 kB
SwapCached:        24460 kB
Active:         16903156 kB
Inactive:        5419132 kB
Active(anon):   14987064 kB
Inactive(anon):    25096 kB
Active(file):    1916092 kB
Inactive(file):  5394036 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:           3182896 kB
Writeback:             0 kB
AnonPages:      14965416 kB
Mapped:            10680 kB
Shmem:                 0 kB
Slab:             901520 kB
SReclaimable:     338700 kB
SUnreclaim:       562820 kB
KernelStack:        1464 kB
PageTables:        33656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   13260372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4990976 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= 71600 MiB
End job on node136 at 2012-05-27 10:37:09