Trace number 3695290

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_20null10mast_rapportOE1.0_TMAX180_K67_cod1.opb
MD5SUMd2bbedf2ff9ef2e6ad23a9f71b3b2a0e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6444
Best CPU time to get the best result obtained on this benchmark1797.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 25674
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 885852
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 885852
Number of bits of the biggest sum of numbers20
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.39	c fallback to adder encoding
1800.08/1800.40	./satsolver.sh: line 5: 26416 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.41	c error: unexpected solver exit code
1800.08/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-3695290-1338124478/watcher-3695290-1338124478 -o /tmp/evaluation-result-3695290-1338124478/solver-3695290-1338124478 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695290-1338124478.opb 1246726535 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.00 2.00 1.93 3/177 26409
/proc/meminfo: memFree=27434944/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0

[startup+0.081797 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 26409
/proc/meminfo: memFree=27434944/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10031 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 26409
/proc/meminfo: memFree=27434944/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300281 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 26409
/proc/meminfo: memFree=27434944/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700174 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 26409
/proc/meminfo: memFree=27434944/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 26411
/proc/meminfo: memFree=27336184/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=1.48 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) R 26409 26409 26234 0 -1 4202496 14793 0 0 0 144 4 0 0 20 0 1 0 278575098 179548160 30044 33554432000 4194304 5873084 140736801981264 140736801977320 4664169 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 30044 164 410 0 43417 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 184488

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 26414
/proc/meminfo: memFree=27032820/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 184488
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 26416
/proc/meminfo: memFree=26771796/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=322244 CPUtime=4.01 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 52302 0 0 0 387 14 0 0 20 0 1 0 278575324 329977856 69379 33554432000 4194304 4896791 140735009785904 140735009783224 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26416/statm: 80561 69379 78 172 0 80387 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 515880

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 26416
/proc/meminfo: memFree=26774820/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=322244 CPUtime=10.41 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 52960 0 0 0 1025 16 0 0 20 0 1 0 278575324 329977856 69408 33554432000 4194304 4896791 140735009785904 140735009783416 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 80561 69408 78 172 0 80387 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 515880

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 26416
/proc/meminfo: memFree=26773268/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=322244 CPUtime=23.21 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 52960 0 0 0 2305 16 0 0 20 0 1 0 278575324 329977856 69408 33554432000 4194304 4896791 140735009785904 140735009783416 4225191 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 80561 69408 78 172 0 80387 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 515880

[startup+51.1005 s]
/proc/loadavg: 2.07 2.02 1.93 3/183 26419
/proc/meminfo: memFree=26775888/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=322392 CPUtime=48.81 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 52966 0 0 0 4865 16 0 0 20 0 1 0 278575324 330129408 69414 33554432000 4194304 4896791 140735009785904 140735009783224 4225228 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 80598 69414 78 172 0 80424 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 516028

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/183 26420
/proc/meminfo: memFree=26772376/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=322392 CPUtime=100 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 52970 0 0 0 9984 16 0 0 20 0 1 0 278575324 330129408 69418 33554432000 4194304 4896791 140735009785904 140735009783224 4203841 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 80598 69418 78 172 0 80424 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 516028

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/183 26420
/proc/meminfo: memFree=26767356/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=322668 CPUtime=160 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 53035 0 0 0 15983 17 0 0 20 0 1 0 278575324 330412032 69483 33554432000 4194304 4896791 140735009785904 140735009783272 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 80667 69483 78 172 0 80493 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 516304

[startup+222.307 s]
/proc/loadavg: 2.08 2.02 1.94 3/183 26420
/proc/meminfo: memFree=26765216/32873648 swapFree=6336/6336

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 26437
/proc/meminfo: memFree=26691228/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=381372 CPUtime=1419.79 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 67039 0 0 0 141957 22 0 0 20 0 1 0 278575324 390524928 78615 33554432000 4194304 4896791 140735009785904 140735009783432 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 95343 78615 78 172 0 95169 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 575008

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 26437
/proc/meminfo: memFree=26703296/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=331636 CPUtime=1479.78 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 67372 0 0 0 147955 23 0 0 20 0 1 0 278575324 339595264 73776 33554432000 4194304 4896791 140735009785904 140735009783432 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 82909 73776 78 172 0 82735 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 525272

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/184 26440
/proc/meminfo: memFree=26701404/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=331780 CPUtime=1539.78 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 67408 0 0 0 153955 23 0 0 20 0 1 0 278575324 339742720 74322 33554432000 4194304 4896791 140735009785904 140735009783432 4204099 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 82945 74322 78 172 0 82771 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 525416

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/183 26441
/proc/meminfo: memFree=26695228/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=331868 CPUtime=1599.76 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 67476 0 0 0 159953 23 0 0 20 0 1 0 278575324 339832832 74863 33554432000 4194304 4896791 140735009785904 140735009783544 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 82967 74863 78 172 0 82793 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 525504

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/183 26441
/proc/meminfo: memFree=26691256/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=332000 CPUtime=1659.75 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 67547 0 0 0 165952 23 0 0 20 0 1 0 278575324 339968000 75406 33554432000 4194304 4896791 140735009785904 140735009783544 4203956 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 83000 75406 78 172 0 82826 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 525636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 26441
/proc/meminfo: memFree=26680644/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=332204 CPUtime=1719.74 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 67651 0 0 0 171951 23 0 0 20 0 1 0 278575324 340176896 76462 33554432000 4194304 4896791 140735009785904 140735009783128 4203956 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 83051 76462 78 172 0 82877 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 525840

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 26441
/proc/meminfo: memFree=26671592/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=332544 CPUtime=1779.73 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 67818 0 0 0 177950 23 0 0 20 0 1 0 278575324 340525056 77599 33554432000 4194304 4896791 140735009785904 140735009783272 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 83136 77599 78 172 0 82962 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 526180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 26481
/proc/meminfo: memFree=26880040/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=332544 CPUtime=1797.84 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 67818 0 0 0 179761 23 0 0 20 0 1 0 278575324 340525056 77599 33554432000 4194304 4896791 140735009785904 140735009783272 4204016 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 83136 77599 78 172 0 82962 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 526180

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.00 2.00 1.95 3/181 26481
/proc/meminfo: memFree=26880040/32873648 swapFree=6336/6336
[pid=26409] ppid=26407 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26409/stat : 26409 (runPb2satCp2.sh) S 26407 26409 26234 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278575098 9367552 275 33554432000 4194304 5064252 140735307269104 140735307268016 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 2287 275 233 213 0 72 0
[pid=26410] ppid=26409 vsize=175340 CPUtime=2.24 cores=0,2,4,6
/proc/26410/stat : 26410 (pb2sat) S 26409 26409 26234 0 -1 4202496 15282 0 0 0 202 22 0 0 20 0 1 0 278575098 179548160 39779 33554432000 4194304 5873084 140736801981264 140736801977688 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26410/statm: 43835 39779 171 410 0 43417 0
[pid=26415] ppid=26410 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26415/stat : 26415 (satsolver.sh) S 26410 26409 26234 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278575324 9367552 267 33554432000 4194304 5064252 140735283322080 140735283320992 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26415/statm: 2287 267 226 213 0 72 0
[pid=26416] ppid=26415 vsize=332544 CPUtime=1797.84 cores=0,2,4,6
/proc/26416/stat : 26416 (glucose_static) R 26415 26409 26234 0 -1 4202496 67818 0 0 0 179761 23 0 0 20 0 1 0 278575324 340525056 77599 33554432000 4194304 4896791 140735009785904 140735009783272 4204016 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26416/statm: 83136 77599 78 172 0 82962 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 526180

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.64
CPU system time (s): 0.472928
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 655388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.472928
maximum resident set size= 378884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84091
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29
involuntary context switches= 2129

runsolver used 4.90925 second user time and 8.74467 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-27 15:14:38
IDJOB=3695290
IDBENCH=90421
IDSOLVER=2273
FILE ID=node112/3695290-1338124478
RUNJOBID= node112-1338122673-26250
PBS_JOBID= 14624490
Free space on /tmp= 71556 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_20null10mast_rapportOE1.0_TMAX180_K67_cod1.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695290-1338124478/watcher-3695290-1338124478 -o /tmp/evaluation-result-3695290-1338124478/solver-3695290-1338124478 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695290-1338124478.opb 1246726535 HOME HOME

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

MD5SUM BENCH= d2bbedf2ff9ef2e6ad23a9f71b3b2a0e
RANDOM SEED=1246726535

node112.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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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.763
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.763
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.92
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.763
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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.92
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.763
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.763
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:        27435324 kB
Buffers:          343240 kB
Cached:          4212748 kB
SwapCached:            0 kB
Active:           857796 kB
Inactive:        3766368 kB
Active(anon):      70464 kB
Inactive(anon):        0 kB
Active(file):     787332 kB
Inactive(file):  3766368 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             46768 kB
Writeback:             0 kB
AnonPages:         78240 kB
Mapped:            15340 kB
Shmem:               200 kB
Slab:             677368 kB
SReclaimable:     120980 kB
SUnreclaim:       556388 kB
KernelStack:        1464 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     189164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71456 MiB
End job on node112 at 2012-05-27 15:44:39