Trace number 3695303

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
pb2satCp2 2012-05-19? (TO) 1800.13 1800.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMa1c8f87e33a217e9c288dbd99c4ff21b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4
Best CPU time to get the best result obtained on this benchmark1801.44
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 188920
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 188920
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.89/3.97	c fallback to adder encoding
1800.09/1800.41	./satsolver.sh: line 5: 15531 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.09/1800.41	c error: unexpected solver exit code
1800.09/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-3695303-1338131562/watcher-3695303-1338131562 -o /tmp/evaluation-result-3695303-1338131562/solver-3695303-1338131562 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695303-1338131562.opb 1352350251 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.10 2.05 2.01 3/179 15527
/proc/meminfo: memFree=27793488/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0

[startup+0.0738869 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 15527
/proc/meminfo: memFree=27793488/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100251 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 15527
/proc/meminfo: memFree=27793488/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300223 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 15527
/proc/meminfo: memFree=27793488/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700228 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 15527
/proc/meminfo: memFree=27793488/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.10 2.05 2.01 3/181 15529
/proc/meminfo: memFree=27777816/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=15156 CPUtime=1.48 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) R 15527 15527 14901 0 -1 4202496 3275 0 0 0 148 0 0 0 20 0 1 0 279281671 15519744 3290 33554432000 4194304 5873084 140736716531248 140736716528616 5127424 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 3789 3290 146 410 0 3371 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 24304

[startup+3.10028 s]
/proc/loadavg: 2.10 2.05 2.01 3/181 15529
/proc/meminfo: memFree=27761800/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=66052 CPUtime=3.08 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) R 15527 15527 14901 0 -1 4202496 10910 0 0 0 306 2 0 0 20 0 1 0 279281671 67637248 13979 33554432000 4194304 5873084 140736716531248 140736716526760 4394750 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 16513 13979 157 410 0 16095 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75200

[startup+6.3003 s]
/proc/loadavg: 2.10 2.05 2.01 3/181 15529
/proc/meminfo: memFree=26968192/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 367808

[startup+12.7004 s]
/proc/loadavg: 2.16 2.06 2.01 3/185 15533
/proc/meminfo: memFree=25683456/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=488628 CPUtime=7.25 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 78888 0 0 0 704 21 0 0 20 0 1 0 279282214 500355072 111459 33554432000 4194304 4896791 140734199262016 140734199259064 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 122157 111459 78 172 0 121983 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 865584

[startup+25.5004 s]
/proc/loadavg: 2.21 2.08 2.02 3/185 15533
/proc/meminfo: memFree=25689864/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=488760 CPUtime=20.05 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 80373 0 0 0 1984 21 0 0 20 0 1 0 279282214 500490240 111487 33554432000 4194304 4896791 140734199262016 140734199259336 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 122190 111487 78 172 0 122016 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 865716

[startup+51.1067 s]
/proc/loadavg: 2.14 2.07 2.01 3/183 15533
/proc/meminfo: memFree=26032684/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=489744 CPUtime=45.65 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 80631 0 0 0 4544 21 0 0 20 0 1 0 279282214 501497856 112767 33554432000 4194304 4896791 140734199262016 140734199259224 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 122436 112767 78 172 0 122262 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 866700

[startup+102.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/185 15536
/proc/meminfo: memFree=25373860/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=490616 CPUtime=96.84 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 80846 0 0 0 9663 21 0 0 20 0 1 0 279282214 502390784 113493 33554432000 4194304 4896791 140734199262016 140734199259224 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 122654 113493 78 172 0 122480 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 867572

[startup+162.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/185 15536
/proc/meminfo: memFree=25369456/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=490616 CPUtime=156.83 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 80847 0 0 0 15662 21 0 0 20 0 1 0 279282214 502390784 113494 33554432000 4194304 4896791 140734199262016 140734199259224 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 122654 113494 78 172 0 122480 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 867572

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/185 15536
/proc/meminfo: memFree=25367224/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/185 15546
/proc/meminfo: memFree=25297808/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=545904 CPUtime=1416.63 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 82711 0 0 0 141641 22 0 0 20 0 1 0 279282214 559005696 123306 33554432000 4194304 4896791 140734199262016 140734199259544 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 136476 123306 78 172 0 136302 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 922860

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/185 15547
/proc/meminfo: memFree=25297808/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=545904 CPUtime=1476.62 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 82712 0 0 0 147640 22 0 0 20 0 1 0 279282214 559005696 123307 33554432000 4194304 4896791 140734199262016 140734199259544 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 136476 123307 78 172 0 136302 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 922860

[startup+1542.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/185 15547
/proc/meminfo: memFree=25328652/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=495816 CPUtime=1536.62 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 83247 0 0 0 153638 24 0 0 20 0 1 0 279282214 507715584 115534 33554432000 4194304 4896791 140734199262016 140734199259592 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 123954 115534 78 172 0 123780 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 872772

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/185 15547
/proc/meminfo: memFree=25326480/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=496188 CPUtime=1596.61 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 83298 0 0 0 159637 24 0 0 20 0 1 0 279282214 508096512 116096 33554432000 4194304 4896791 140734199262016 140734199259560 4223888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 124047 116096 78 172 0 123873 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 873144

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/186 15550
/proc/meminfo: memFree=25326224/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=496736 CPUtime=1656.6 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 83462 0 0 0 165636 24 0 0 20 0 1 0 279282214 508657664 116234 33554432000 4194304 4896791 140734199262016 140734199259544 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 124184 116234 78 172 0 124010 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 873692

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 15550
/proc/meminfo: memFree=25325116/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=546968 CPUtime=1716.59 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 83825 0 0 0 171635 24 0 0 20 0 1 0 279282214 560095232 116569 33554432000 4194304 4896791 140734199262016 140734199259240 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 136742 116569 78 172 0 136568 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 923924

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/185 15551
/proc/meminfo: memFree=25319848/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=547180 CPUtime=1776.57 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 83891 0 0 0 177633 24 0 0 20 0 1 0 279282214 560312320 117656 33554432000 4194304 4896791 140734199262016 140734199257752 4203765 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 136795 117656 78 172 0 136621 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 924136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.03 2.00 2/180 15552
/proc/meminfo: memFree=26402024/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=547420 CPUtime=1794.67 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 83958 0 0 0 179443 24 0 0 20 0 1 0 279282214 560558080 117719 33554432000 4194304 4896791 140734199262016 140734199259208 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 136855 117719 78 172 0 136681 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 924376

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.04 2.03 2.00 2/180 15552
/proc/meminfo: memFree=26402024/32873844 swapFree=7124/7124
[pid=15527] ppid=15525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15527/stat : 15527 (runPb2satCp2.sh) S 15525 15527 14901 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279281671 9367552 274 33554432000 4194304 5064252 140734051643216 140734051642128 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15527/statm: 2287 274 233 213 0 72 0
[pid=15528] ppid=15527 vsize=358660 CPUtime=5.42 cores=0,2,4,6
/proc/15528/stat : 15528 (pb2sat) S 15527 15527 14901 0 -1 4202496 29044 0 0 0 509 33 0 0 20 0 1 0 279281671 367267840 62117 33554432000 4194304 5873084 140736716531248 140736716527672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15528/statm: 89665 62117 171 410 0 89247 0
[pid=15530] ppid=15528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15530/stat : 15530 (satsolver.sh) S 15528 15527 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 279282214 9367552 266 33554432000 4194304 5064252 140735277026848 140735277025760 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15530/statm: 2287 266 226 213 0 72 0
[pid=15531] ppid=15530 vsize=547420 CPUtime=1794.67 cores=0,2,4,6
/proc/15531/stat : 15531 (glucose_static) R 15530 15527 14901 0 -1 4202496 83958 0 0 0 179443 24 0 0 20 0 1 0 279282214 560558080 117719 33554432000 4194304 4896791 140734199262016 140734199259208 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15531/statm: 136855 117719 78 172 0 136681 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 924376

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.13
CPU user time (s): 1799.54
CPU system time (s): 0.595909
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1003000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.595909
maximum resident set size= 570608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113989
page faults= 0
swaps= 0
block input operations= 0
block output operations= 302784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 1869

runsolver used 5.9191 second user time and 16.1495 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-27 17:12:43
IDJOB=3695303
IDBENCH=90912
IDSOLVER=2273
FILE ID=node134/3695303-1338131562
RUNJOBID= node134-1338124357-14917
PBS_JOBID= 14624510
Free space on /tmp= 70952 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695303-1338131562/watcher-3695303-1338131562 -o /tmp/evaluation-result-3695303-1338131562/solver-3695303-1338131562 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695303-1338131562.opb 1352350251 HOME HOME

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

MD5SUM BENCH= a1c8f87e33a217e9c288dbd99c4ff21b
RANDOM SEED=1352350251

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27793984 kB
Buffers:          403096 kB
Cached:          3806376 kB
SwapCached:            0 kB
Active:          1614432 kB
Inactive:        2609624 kB
Active(anon):      10872 kB
Inactive(anon):     5996 kB
Active(file):    1603560 kB
Inactive(file):  2603628 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             72244 kB
Writeback:             0 kB
AnonPages:        131760 kB
Mapped:            14796 kB
Shmem:               212 kB
Slab:             715668 kB
SReclaimable:     157424 kB
SUnreclaim:       558244 kB
KernelStack:        1488 kB
PageTables:         3836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     129984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 70284 MiB
End job on node134 at 2012-05-27 17:42:43