Trace number 3696465

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-5.opb
MD5SUMdadfd792215a2bce735ffb7b3e25dcc5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-43
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58579
Number of constraints which are clauses58579
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 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
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.18	c model valid
0.00/0.18	c current solution ok
0.00/0.28	o 0
0.00/0.28	c current bound: 472
0.00/0.28	c (debug) using card networks
1.16/1.26	c current bound: 709
1.16/1.26	c (debug) using card networks
3.17/3.25	c current bound: 827
3.17/3.25	c (debug) using card networks
6.27/6.38	c current bound: 886
6.27/6.38	c (debug) using card networks
10.28/10.31	c current bound: 916
10.28/10.31	c (debug) using card networks
10.98/11.03	c model valid
10.98/11.03	c current solution ok
10.98/11.03	o -30
10.98/11.03	c current bound: 901
10.98/11.03	c (debug) using card networks
958.25/958.54	c model valid
958.25/958.54	c current solution ok
958.25/958.55	o -44
958.25/958.55	c current bound: 894
958.25/958.55	c (debug) using card networks
962.94/963.23	c current bound: 898
962.94/963.23	c (debug) using card networks
968.94/969.26	c current bound: 900
968.94/969.26	c (debug) using card networks
1800.07/1800.51	./satsolver.sh: line 5:   506 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.51	c error: unexpected solver exit code
1800.07/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-3696465-1338062679/watcher-3696465-1338062679 -o /tmp/evaluation-result-3696465-1338062679/solver-3696465-1338062679 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696465-1338062679.opb 998039725 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 465
/proc/meminfo: memFree=28778888/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0

[startup+0.069613 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 465
/proc/meminfo: memFree=28778888/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 465
/proc/meminfo: memFree=28778888/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300246 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 465
/proc/meminfo: memFree=28778888/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700297 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 465
/proc/meminfo: memFree=28778888/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 472
/proc/meminfo: memFree=28755148/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7232 CPUtime=1.27 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 2589 8223 0 0 22 9 95 1 20 0 1 0 272392037 7405568 1198 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/466/statm: 1808 1198 172 410 0 1390 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 16380

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 475
/proc/meminfo: memFree=28751744/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7232 CPUtime=1.27 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 2589 8223 0 0 22 9 95 1 20 0 1 0 272392037 7405568 1198 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/466/statm: 1808 1198 172 410 0 1390 0
[pid=474] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/474/stat : 474 (satsolver.sh) S 466 465 31659 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272392166 9367552 267 33554432000 4194304 5064252 140736725741296 140736725740208 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/474/statm: 2287 267 226 213 0 72 0
[pid=475] ppid=474 vsize=17452 CPUtime=1.8 cores=1,3,5,7
/proc/475/stat : 475 (glucose_static) R 474 465 31659 0 -1 4202496 6241 0 0 0 180 0 0 0 20 0 1 0 272392166 17870848 3781 33554432000 4194304 4896791 140733785848864 140733785846280 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/475/statm: 4363 3781 78 172 0 4189 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 42980

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 478
/proc/meminfo: memFree=28748660/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7232 CPUtime=3.26 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 3455 15605 0 0 24 9 290 3 20 0 1 0 272392037 7405568 1198 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/466/statm: 1808 1198 172 410 0 1390 0
[pid=477] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/477/stat : 477 (satsolver.sh) S 466 465 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272392365 9367552 267 33554432000 4194304 5064252 140735057778112 140735057777024 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/477/statm: 2287 267 226 213 0 72 0
[pid=478] ppid=477 vsize=17752 CPUtime=3.01 cores=1,3,5,7
/proc/478/stat : 478 (glucose_static) R 477 465 31659 0 -1 4202496 6715 0 0 0 300 1 0 0 20 0 1 0 272392365 18178048 3957 33554432000 4194304 4896791 140733515564832 140733515562344 4225180 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/478/statm: 4438 3957 78 172 0 4264 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 43280

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 487
/proc/meminfo: memFree=28740944/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=11.02 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 6498 36437 0 0 36 10 1049 7 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=486] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/486/stat : 486 (satsolver.sh) S 466 465 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272393143 9367552 267 33554432000 4194304 5064252 140736814699584 140736814698496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/486/statm: 2287 267 226 213 0 72 0
[pid=487] ppid=486 vsize=19200 CPUtime=1.63 cores=1,3,5,7
/proc/487/stat : 487 (glucose_static) R 486 465 31659 0 -1 4202496 5284 0 0 0 162 1 0 0 20 0 1 0 272393143 19660800 3919 33554432000 4194304 4896791 140737190988272 140737190985784 4223805 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/487/statm: 4800 3919 78 172 0 4626 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 45372

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 487
/proc/meminfo: memFree=28734928/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=11.02 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 6498 36437 0 0 36 10 1049 7 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=486] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/486/stat : 486 (satsolver.sh) S 466 465 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272393143 9367552 267 33554432000 4194304 5064252 140736814699584 140736814698496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/486/statm: 2287 267 226 213 0 72 0
[pid=487] ppid=486 vsize=22168 CPUtime=14.42 cores=1,3,5,7
/proc/487/stat : 487 (glucose_static) R 486 465 31659 0 -1 4202496 15305 0 0 0 1439 3 0 0 20 0 1 0 272393143 22700032 5083 33554432000 4194304 4896791 140737190988272 140737190985848 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/487/statm: 5542 5083 78 172 0 5368 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 48340

[startup+51.1004 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 487
/proc/meminfo: memFree=28725160/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=11.02 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 6498 36437 0 0 36 10 1049 7 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=486] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/486/stat : 486 (satsolver.sh) S 466 465 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272393143 9367552 267 33554432000 4194304 5064252 140736814699584 140736814698496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/486/statm: 2287 267 226 213 0 72 0
[pid=487] ppid=486 vsize=32436 CPUtime=40.02 cores=1,3,5,7
/proc/487/stat : 487 (glucose_static) R 486 465 31659 0 -1 4202496 25004 0 0 0 3996 6 0 0 20 0 1 0 272393143 33214464 6600 33554432000 4194304 4896791 140737190988272 140737190985848 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/487/statm: 8109 6600 78 172 0 7935 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 58608

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 487
/proc/meminfo: memFree=28719752/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=11.02 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 6498 36437 0 0 36 10 1049 7 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=486] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/486/stat : 486 (satsolver.sh) S 466 465 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272393143 9367552 267 33554432000 4194304 5064252 140736814699584 140736814698496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/486/statm: 2287 267 226 213 0 72 0
[pid=487] ppid=486 vsize=45228 CPUtime=91.22 cores=1,3,5,7
/proc/487/stat : 487 (glucose_static) R 486 465 31659 0 -1 4202496 40242 0 0 0 9111 11 0 0 20 0 1 0 272393143 46313472 9963 33554432000 4194304 4896791 140737190988272 140737190985480 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/487/statm: 11307 9963 78 172 0 11133 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 71400

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 488
/proc/meminfo: memFree=28704092/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=11.02 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 6498 36437 0 0 36 10 1049 7 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=486] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/486/stat : 486 (satsolver.sh) S 466 465 31659 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272393143 9367552 267 33554432000 4194304 5064252 140736814699584 140736814698496 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/486/statm: 2287 267 226 213 0 72 0
[pid=487] ppid=486 vsize=41568 CPUtime=151.2 cores=1,3,5,7
/proc/487/stat : 487 (glucose_static) R 486 465 31659 0 -1 4202496 52082 0 0 0 15104 16 0 0 20 0 1 0 272393143 42565632 9487 33554432000 4194304 4896791 140737190988272 140737190985848 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/487/statm: 10392 9487 78 172 0 10218 0
Current children cumulated CPU time (s) 162.22

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 508
/proc/meminfo: memFree=28624852/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=969.04 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 9453 163418 0 0 49 11 96774 70 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=505] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/505/stat : 505 (satsolver.sh) S 466 465 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272488966 9367552 267 33554432000 4194304 5064252 140735687411504 140735687410416 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/505/statm: 2287 267 226 213 0 72 0
[pid=506] ppid=505 vsize=89136 CPUtime=452.9 cores=1,3,5,7
/proc/506/stat : 506 (glucose_static) R 505 465 31659 0 -1 4202496 65163 0 0 0 45259 31 0 0 20 0 1 0 272488967 91275264 18603 33554432000 4194304 4896791 140736621034256 140736621031784 4224746 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/506/statm: 22284 18603 78 172 0 22110 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 115308

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 549
/proc/meminfo: memFree=28673568/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=969.04 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 9453 163418 0 0 49 11 96774 70 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=505] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/505/stat : 505 (satsolver.sh) S 466 465 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272488966 9367552 267 33554432000 4194304 5064252 140735687411504 140735687410416 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/505/statm: 2287 267 226 213 0 72 0
[pid=506] ppid=505 vsize=71684 CPUtime=512.89 cores=1,3,5,7
/proc/506/stat : 506 (glucose_static) R 505 465 31659 0 -1 4202496 69001 0 0 0 51255 34 0 0 20 0 1 0 272488967 73404416 16957 33554432000 4194304 4896791 140736621034256 140736621031784 4204523 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/506/statm: 17921 16957 78 172 0 17747 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 97856

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 555
/proc/meminfo: memFree=24940036/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=969.04 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 9453 163418 0 0 49 11 96774 70 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=505] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/505/stat : 505 (satsolver.sh) S 466 465 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272488966 9367552 267 33554432000 4194304 5064252 140735687411504 140735687410416 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/505/statm: 2287 267 226 213 0 72 0
[pid=506] ppid=505 vsize=92076 CPUtime=572.87 cores=1,3,5,7
/proc/506/stat : 506 (glucose_static) R 505 465 31659 0 -1 4202496 72282 0 0 0 57250 37 0 0 20 0 1 0 272488967 94285824 19919 33554432000 4194304 4896791 140736621034256 140736621031512 4224975 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/506/statm: 23019 19919 78 172 0 22845 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 118248

[startup+1602.3 s]
/proc/loadavg: 2.13 2.05 2.02 3/181 555
/proc/meminfo: memFree=25898700/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=969.04 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 9453 163418 0 0 49 11 96774 70 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=505] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/505/stat : 505 (satsolver.sh) S 466 465 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272488966 9367552 267 33554432000 4194304 5064252 140735687411504 140735687410416 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/505/statm: 2287 267 226 213 0 72 0
[pid=506] ppid=505 vsize=93284 CPUtime=632.85 cores=1,3,5,7
/proc/506/stat : 506 (glucose_static) R 505 465 31659 0 -1 4202496 75319 0 0 0 63245 40 0 0 20 0 1 0 272488967 95522816 20523 33554432000 4194304 4896791 140736621034256 140736621031464 4225191 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/506/statm: 23321 20523 78 172 0 23147 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 119456

[startup+1662.3 s]
/proc/loadavg: 2.85 2.27 2.09 3/183 558
/proc/meminfo: memFree=22607188/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=969.04 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 9453 163418 0 0 49 11 96774 70 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=505] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/505/stat : 505 (satsolver.sh) S 466 465 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272488966 9367552 267 33554432000 4194304 5064252 140735687411504 140735687410416 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/505/statm: 2287 267 226 213 0 72 0
[pid=506] ppid=505 vsize=94552 CPUtime=692.84 cores=1,3,5,7
/proc/506/stat : 506 (glucose_static) R 505 465 31659 0 -1 4202496 78826 0 0 0 69241 43 0 0 20 0 1 0 272488967 96821248 20795 33554432000 4194304 4896791 140736621034256 140736621029992 4225361 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/506/statm: 23638 20795 78 172 0 23464 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 120724

[startup+1722.3 s]
/proc/loadavg: 2.39 2.25 2.09 3/183 558
/proc/meminfo: memFree=22391940/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=969.04 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 9453 163418 0 0 49 11 96774 70 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=505] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/505/stat : 505 (satsolver.sh) S 466 465 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272488966 9367552 267 33554432000 4194304 5064252 140735687411504 140735687410416 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/505/statm: 2287 267 226 213 0 72 0
[pid=506] ppid=505 vsize=96056 CPUtime=752.84 cores=1,3,5,7
/proc/506/stat : 506 (glucose_static) R 505 465 31659 0 -1 4202496 82386 0 0 0 75237 47 0 0 20 0 1 0 272488967 98361344 21129 33554432000 4194304 4896791 140736621034256 140736621031464 4223805 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/506/statm: 24014 21129 78 172 0 23840 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 122228

[startup+1782.3 s]
/proc/loadavg: 2.14 2.20 2.08 3/183 558
/proc/meminfo: memFree=22336040/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=969.04 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 9453 163418 0 0 49 11 96774 70 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=505] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/505/stat : 505 (satsolver.sh) S 466 465 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272488966 9367552 267 33554432000 4194304 5064252 140735687411504 140735687410416 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/505/statm: 2287 267 226 213 0 72 0
[pid=506] ppid=505 vsize=78852 CPUtime=812.83 cores=1,3,5,7
/proc/506/stat : 506 (glucose_static) R 505 465 31659 0 -1 4202496 85889 0 0 0 81233 50 0 0 20 0 1 0 272488967 80744448 18831 33554432000 4194304 4896791 140736621034256 140736621029928 4230803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/506/statm: 19713 18831 78 172 0 19539 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 105024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.10 2.18 2.08 3/183 558
/proc/meminfo: memFree=22295168/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=969.04 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 9453 163418 0 0 49 11 96774 70 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=505] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/505/stat : 505 (satsolver.sh) S 466 465 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272488966 9367552 267 33554432000 4194304 5064252 140735687411504 140735687410416 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/505/statm: 2287 267 226 213 0 72 0
[pid=506] ppid=505 vsize=97820 CPUtime=831.03 cores=1,3,5,7
/proc/506/stat : 506 (glucose_static) R 505 465 31659 0 -1 4202496 86084 0 0 0 83053 50 0 0 20 0 1 0 272488967 100167680 23108 33554432000 4194304 4896791 140736621034256 140736621031784 4204523 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/506/statm: 24455 23108 78 172 0 24281 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 123992

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.10 2.18 2.08 3/183 558
/proc/meminfo: memFree=22295168/32873648 swapFree=7360/7360
[pid=465] ppid=463 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/465/stat : 465 (runPb2sat.sh) S 463 465 31659 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272392037 9367552 275 33554432000 4194304 5064252 140736234820592 140736234819504 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/465/statm: 2287 275 233 213 0 72 0
[pid=466] ppid=465 vsize=7876 CPUtime=969.04 cores=1,3,5,7
/proc/466/stat : 466 (pb2sat) S 465 465 31659 0 -1 4202496 9453 163418 0 0 49 11 96774 70 20 0 1 0 272392037 8065024 1360 33554432000 4194304 5873084 140735321218560 140735321212376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/466/statm: 1969 1360 172 410 0 1551 0
[pid=505] ppid=466 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/505/stat : 505 (satsolver.sh) S 466 465 31659 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272488966 9367552 267 33554432000 4194304 5064252 140735687411504 140735687410416 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/505/statm: 2287 267 226 213 0 72 0
[pid=506] ppid=505 vsize=97820 CPUtime=831.03 cores=1,3,5,7
/proc/506/stat : 506 (glucose_static) R 505 465 31659 0 -1 4202496 86084 0 0 0 83053 50 0 0 20 0 1 0 272488967 100167680 23108 33554432000 4194304 4896791 140736621034256 140736621031784 4204523 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/506/statm: 24455 23108 78 172 0 24281 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 123992

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1798.78
CPU system time (s): 1.3378
CPU usage (%): 99.9779
Max. virtual memory (cumulated for all children) (KiB): 147932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.3378
maximum resident set size= 114736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259944
page faults= 0
swaps= 0
block input operations= 0
block output operations= 37744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 248
involuntary context switches= 2872

runsolver used 3.65944 second user time and 9.23559 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-26 22:04:39
IDJOB=3696465
IDBENCH=2254
IDSOLVER=2274
FILE ID=node149/3696465-1338062679
RUNJOBID= node149-1338051874-31676
PBS_JOBID= 14624385
Free space on /tmp= 71692 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-5.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696465-1338062679/watcher-3696465-1338062679 -o /tmp/evaluation-result-3696465-1338062679/solver-3696465-1338062679 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696465-1338062679.opb 998039725 HOME HOME

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

MD5SUM BENCH= dadfd792215a2bce735ffb7b3e25dcc5
RANDOM SEED=998039725

node149.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.145
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	: 5332.29
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.145
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.145
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	: 5438.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		: 2666.145
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.145
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.91
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.145
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	: 5438.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		: 2666.145
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.145
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:       32873648 kB
MemFree:        28779160 kB
Buffers:          275332 kB
Cached:          2989440 kB
SwapCached:            0 kB
Active:           748484 kB
Inactive:        2577256 kB
Active(anon):      62492 kB
Inactive(anon):        0 kB
Active(file):     685992 kB
Inactive(file):  2577256 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9724 kB
Writeback:             0 kB
AnonPages:         95324 kB
Mapped:            15136 kB
Shmem:               200 kB
Slab:             632656 kB
SReclaimable:      77028 kB
SUnreclaim:       555628 kB
KernelStack:        1520 kB
PageTables:         3740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     184040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69044 MiB
End job on node149 at 2012-05-26 22:34:40