Trace number 3696407

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
MD5SUM19bfc1d5b7087888ef5c79946c60f053
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1796.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints473
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints473
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
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.36	c model valid
0.00/0.36	c current solution ok
0.00/0.44	o 254
0.00/0.44	c current bound: 127
0.00/0.44	c (debug) using card networks
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-3696407-1338312562/watcher-3696407-1338312562 -o /tmp/evaluation-result-3696407-1338312562/solver-3696407-1338312562 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696407-1338312562.opb 920590242 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.03 2.00 2.28 1/174 28034
/proc/meminfo: memFree=25876472/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0

[startup+0.043015 s]
/proc/loadavg: 2.03 2.00 2.28 1/174 28034
/proc/meminfo: memFree=25876472/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100288 s]
/proc/loadavg: 2.03 2.00 2.28 1/174 28034
/proc/meminfo: memFree=25876472/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300224 s]
/proc/loadavg: 2.03 2.00 2.28 1/174 28034
/proc/meminfo: memFree=25876472/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70014 s]
/proc/loadavg: 2.03 2.00 2.28 1/174 28034
/proc/meminfo: memFree=25876472/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.03 2.00 2.28 3/176 28064
/proc/meminfo: memFree=26543780/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=13256 CPUtime=1.03 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 2374 0 0 0 103 0 0 0 20 0 1 0 297381686 13574144 2782 33554432000 4194304 4896791 140733293151600 140733293149000 4223882 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28041/statm: 3314 2782 78 172 0 3140 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 37072

[startup+3.10038 s]
/proc/loadavg: 2.03 2.00 2.28 3/183 28085
/proc/meminfo: memFree=27411196/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=12132 CPUtime=2.63 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 4215 0 0 0 263 0 0 0 20 0 1 0 297381686 12423168 2725 33554432000 4194304 4896791 140733293151600 140733293148808 4224921 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28041/statm: 3033 2725 78 172 0 2859 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 35948

[startup+6.30039 s]
/proc/loadavg: 2.02 2.00 2.27 3/183 28085
/proc/meminfo: memFree=27402644/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=17056 CPUtime=5.83 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 6180 0 0 0 583 0 0 0 20 0 1 0 297381686 17465344 3445 33554432000 4194304 4896791 140733293151600 140733293148808 4203806 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 4264 3445 78 172 0 4090 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 40872

[startup+12.7004 s]
/proc/loadavg: 2.02 2.00 2.27 3/183 28085
/proc/meminfo: memFree=27396416/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=15276 CPUtime=12.23 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 9631 0 0 0 1222 1 0 0 20 0 1 0 297381686 15642624 3523 33554432000 4194304 4896791 140733293151600 140733293149176 4205079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 3819 3523 78 172 0 3645 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39092

[startup+25.5003 s]
/proc/loadavg: 2.02 2.00 2.27 3/183 28085
/proc/meminfo: memFree=27390464/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=20656 CPUtime=25.02 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 15896 0 0 0 2500 2 0 0 20 0 1 0 297381686 21151744 4318 33554432000 4194304 4896791 140733293151600 140733293149128 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 5164 4318 78 172 0 4990 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 44472

[startup+51.1004 s]
/proc/loadavg: 2.01 2.00 2.26 3/184 28089
/proc/meminfo: memFree=27388216/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=23420 CPUtime=50.61 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 23733 0 0 0 5057 4 0 0 20 0 1 0 297381686 23982080 5406 33554432000 4194304 4896791 140733293151600 140733293149176 4225379 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 5855 5406 78 172 0 5681 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 47236

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.25 3/183 28089
/proc/meminfo: memFree=27367720/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=38936 CPUtime=101.81 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 32742 0 0 0 10172 9 0 0 20 0 1 0 297381686 39870464 8088 33554432000 4194304 4896791 140733293151600 140733293149128 4225536 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 9734 8088 78 172 0 9560 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 62752

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.23 3/183 28089
/proc/meminfo: memFree=27351452/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 115619 0 0 0 142083 70 0 0 20 0 1 0 297381686 113672192 25582 33554432000 4194304 4896791 140733293151600 140733293148888 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 27752 25582 78 172 0 27578 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 134824

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 28100
/proc/meminfo: memFree=27208312/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=131484 CPUtime=1481.52 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 117435 0 0 0 148079 73 0 0 20 0 1 0 297381686 134639616 27899 33554432000 4194304 4896791 140733293151600 140733293149128 4225136 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 32871 27899 78 172 0 32697 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 155300

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 28100
/proc/meminfo: memFree=27192684/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=133904 CPUtime=1541.5 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 119360 0 0 0 154076 74 0 0 20 0 1 0 297381686 137117696 29414 33554432000 4194304 4896791 140733293151600 140733293149032 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 33476 29414 78 172 0 33302 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 157720

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 28101
/proc/meminfo: memFree=27181164/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=135072 CPUtime=1601.48 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 120983 0 0 0 160073 75 0 0 20 0 1 0 297381686 138313728 29566 33554432000 4194304 4896791 140733293151600 140733293149032 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 33768 29566 78 172 0 33594 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 158888

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 28101
/proc/meminfo: memFree=27163348/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=135804 CPUtime=1661.47 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 122251 0 0 0 166070 77 0 0 20 0 1 0 297381686 139063296 30544 33554432000 4194304 4896791 140733293151600 140733293149032 4224992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 33951 30544 78 172 0 33777 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 159620

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.02 3/183 28101
/proc/meminfo: memFree=27181232/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=168896 CPUtime=1721.45 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 124333 0 0 0 172065 80 0 0 20 0 1 0 297381686 172949504 34101 33554432000 4194304 4896791 140733293151600 140733293149128 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 42224 34101 78 172 0 42050 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 192712

[startup+1782.3 s]
/proc/loadavg: 2.09 2.02 2.02 3/183 28101
/proc/meminfo: memFree=27163460/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=169676 CPUtime=1781.43 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 126130 0 0 0 178062 81 0 0 20 0 1 0 297381686 173748224 35853 33554432000 4194304 4896791 140733293151600 140733293148808 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 42419 35853 78 172 0 42245 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 193492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.02 2.02 3/183 28101
/proc/meminfo: memFree=27179460/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=139128 CPUtime=1799.64 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 127887 0 0 0 179881 83 0 0 20 0 1 0 297381686 142467072 28812 33554432000 4194304 4896791 140733293151600 140733293149128 4225215 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 34782 28812 78 172 0 34608 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 162944

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.06 2.02 2.02 3/183 28101
/proc/meminfo: memFree=27179460/32873844 swapFree=7384/7384
[pid=28034] ppid=28032 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28034/stat : 28034 (runPb2sat.sh) S 28032 28034 27899 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 297381640 9367552 275 33554432000 4194304 5064252 140734879291648 140734879290560 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28034/statm: 2287 275 233 213 0 72 0
[pid=28035] ppid=28034 vsize=5520 CPUtime=0.43 cores=0,2,4,6
/proc/28035/stat : 28035 (pb2sat) S 28034 28034 27899 0 -1 4202496 1938 2580 0 0 34 7 2 0 20 0 1 0 297381640 5652480 934 33554432000 4194304 5873084 140735926878512 140735926872328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28035/statm: 1380 934 175 410 0 962 0
[pid=28040] ppid=28035 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28040/stat : 28040 (satsolver.sh) S 28035 28034 27899 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 297381686 9367552 267 33554432000 4194304 5064252 140734804662432 140734804661344 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28040/statm: 2287 267 226 213 0 72 0
[pid=28041] ppid=28040 vsize=139128 CPUtime=1799.64 cores=0,2,4,6
/proc/28041/stat : 28041 (glucose_static) R 28040 28034 27899 0 -1 4202496 127887 0 0 0 179881 83 0 0 20 0 1 0 297381686 142467072 28812 33554432000 4194304 4896791 140733293151600 140733293149128 4225215 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28041/statm: 34782 28812 78 172 0 34608 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 162944

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28034 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=375942
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=81987
# CPU time returned by wait4() is 0.457929
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1799.17
CPU system time (s): 0.9
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 211388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.375942
system time used= 0.081987
maximum resident set size= 5368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5493
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 11

runsolver used 7.40187 second user time and 16.8054 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-29 19:29:22
IDJOB=3696407
IDBENCH=1953
IDSOLVER=2274
FILE ID=node136/3696407-1338312562
RUNJOBID= node136-1338310758-27915
PBS_JOBID= 14632092
Free space on /tmp= 69136 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696407-1338312562/watcher-3696407-1338312562 -o /tmp/evaluation-result-3696407-1338312562/solver-3696407-1338312562 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696407-1338312562.opb 920590242 HOME HOME

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

MD5SUM BENCH= 19bfc1d5b7087888ef5c79946c60f053
RANDOM SEED=920590242

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:        25876472 kB
Buffers:          572688 kB
Cached:          5506024 kB
SwapCached:        24460 kB
Active:          3605396 kB
Inactive:        2509440 kB
Active(anon):       3872 kB
Inactive(anon):    26992 kB
Active(file):    3601524 kB
Inactive(file):  2482448 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              8588 kB
Writeback:             0 kB
AnonPages:        102692 kB
Mapped:             9204 kB
Shmem:                 0 kB
Slab:             744684 kB
SReclaimable:     186508 kB
SUnreclaim:       558176 kB
KernelStack:        1488 kB
PageTables:         4028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     137100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 70636 MiB
End job on node136 at 2012-05-29 19:59:22