Trace number 3694422

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

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/
9orless/normalized-gtwitter.cudf.trendy.opb
MD5SUM323b561030770aea7b79e52477e55bb8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3182837080026
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21104
Total number of constraints100048
Number of constraints which are clauses98483
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8588
Biggest coefficient in the objective function 79285326336
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234763814370998
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79285326336
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234763814370998
Number of bits of the biggest sum of numbers48
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.98/1.05	c model valid
0.98/1.05	c current solution ok
1.27/1.32	o 123374150410301
1.27/1.32	c fallback to adder encoding
1800.06/1800.51	c error: unexpected solver exit code
1800.06/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-3694422-1338106682/watcher-3694422-1338106682 -o /tmp/evaluation-result-3694422-1338106682/solver-3694422-1338106682 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694422-1338106682.opb 1522353626 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.13 2.04 2.01 3/179 11734
/proc/meminfo: memFree=29091400/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runsolver) D 11732 11734 9063 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 276795594 12095488 50 33554432000 4194304 5436572 140736336787504 140736336783800 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/11734/statm: 2953 50 31 304 0 2645 0

[startup+0.0514411 s]
/proc/loadavg: 2.13 2.04 2.01 3/179 11734
/proc/meminfo: memFree=29091400/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10021 s]
/proc/loadavg: 2.13 2.04 2.01 3/179 11734
/proc/meminfo: memFree=29091400/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300178 s]
/proc/loadavg: 2.13 2.04 2.01 3/179 11734
/proc/meminfo: memFree=29091400/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70022 s]
/proc/loadavg: 2.13 2.04 2.01 3/179 11734
/proc/meminfo: memFree=29091400/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/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.13 2.04 2.01 3/181 11738
/proc/meminfo: memFree=29078524/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=45128 CPUtime=1.46 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) R 11734 11734 9063 0 -1 4202496 9474 4363 0 0 101 22 22 1 20 0 1 0 276795595 46211072 8719 33554432000 4194304 5873084 140734711434432 140734711429768 4995879 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 11282 8719 179 410 0 10864 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 54276

[startup+3.10031 s]
/proc/loadavg: 2.13 2.04 2.01 3/181 11739
/proc/meminfo: memFree=29003904/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=159816 CPUtime=3.06 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) R 11734 11734 9063 0 -1 4202496 11119 4363 0 0 257 26 22 1 20 0 1 0 276795595 163651584 37391 33554432000 4194304 5873084 140734711434432 140734711428824 4995857 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 39954 37391 179 410 0 39536 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 168964

[startup+6.30036 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 11741
/proc/meminfo: memFree=28466728/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=383632 CPUtime=2.48 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 62544 0 0 0 230 18 0 0 20 0 1 0 276795974 392839168 85858 33554432000 4194304 4896791 140736048294528 140736047243272 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11741/statm: 95908 85858 76 172 0 95734 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 692816

[startup+12.7004 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 11741
/proc/meminfo: memFree=28425256/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=388164 CPUtime=8.88 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 64484 0 0 0 869 19 0 0 20 0 1 0 276795974 397479936 87133 33554432000 4194304 4896791 140736048294528 140736048291736 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11741/statm: 97041 87133 78 172 0 96867 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 697348

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 11742
/proc/meminfo: memFree=28401028/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=391684 CPUtime=21.68 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 67382 0 0 0 2148 20 0 0 20 0 1 0 276795974 401084416 88500 33554432000 4194304 4896791 140736048294528 140736048291736 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11741/statm: 97921 88500 78 172 0 97747 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 700868

[startup+51.1004 s]
/proc/loadavg: 2.05 2.03 2.01 3/183 11742
/proc/meminfo: memFree=28388012/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=396840 CPUtime=47.27 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 73386 0 0 0 4706 21 0 0 20 0 1 0 276795974 406364160 92347 33554432000 4194304 4896791 140736048294528 140736048292072 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11741/statm: 99210 92347 78 172 0 99036 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 706024

[startup+102.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/183 11742
/proc/meminfo: memFree=28383372/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=455740 CPUtime=98.47 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 82830 0 0 0 9817 30 0 0 20 0 1 0 276795974 466677760 95915 33554432000 4194304 4896791 140736048294528 140736048292072 4203082 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11741/statm: 113935 95915 78 172 0 113761 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 764924

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 11745
/proc/meminfo: memFree=28366116/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=464896 CPUtime=158.45 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 89910 0 0 0 15805 40 0 0 20 0 1 0 276795974 476053504 100191 33554432000 4194304 4896791 140736048294528 140736048291736 4225376 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11741/statm: 116224 100191 78 172 0 116050 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 774080

[startup+222.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11745
/proc/meminfo: memFree=28348000/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 150012 0 0 0 135633 182 0 0 20 0 1 0 276795974 641683456 135317 33554432000 4194304 4896791 140736048294528 140736048291736 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11741/statm: 156661 135317 78 172 0 156487 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 935828

[startup+1422.3 s]
/proc/loadavg: 2.14 2.20 2.09 3/183 14543
/proc/meminfo: memFree=28371540/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=548864 CPUtime=1418.14 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 152670 0 0 0 141625 189 0 0 20 0 1 0 276795974 562036736 127107 33554432000 4194304 4896791 140736048294528 140736048291736 4225393 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11741/statm: 137216 127107 78 172 0 137042 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 858048

[startup+1482.3 s]
/proc/loadavg: 2.39 2.24 2.11 3/183 14618
/proc/meminfo: memFree=28424096/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=632020 CPUtime=1478.13 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 155081 0 0 0 147618 195 0 0 20 0 1 0 276795974 647188480 133470 33554432000 4194304 4896791 140736048294528 140736048291736 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11741/statm: 158005 133470 78 172 0 157831 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 941204

[startup+1542.31 s]
/proc/loadavg: 2.21 2.22 2.10 3/180 14687
/proc/meminfo: memFree=28643904/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=634460 CPUtime=1538.13 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 156890 0 0 0 153613 200 0 0 20 0 1 0 276795974 649687040 138650 33554432000 4194304 4896791 140736048294528 140736048291736 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11741/statm: 158615 138650 78 172 0 158441 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 943644

[startup+1602.3 s]
/proc/loadavg: 2.07 2.18 2.09 2/182 14761
/proc/meminfo: memFree=28734988/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=555064 CPUtime=1598.12 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 159089 0 0 0 159605 207 0 0 20 0 1 0 276795974 568385536 129728 33554432000 4194304 4896791 140736048294528 140736048291736 4225041 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11741/statm: 138766 129728 78 172 0 138592 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 864248

[startup+1662.3 s]
/proc/loadavg: 2.02 2.14 2.09 2/182 14833
/proc/meminfo: memFree=28716472/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=640720 CPUtime=1658.1 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 162090 0 0 0 165598 212 0 0 20 0 1 0 276795974 656097280 135550 33554432000 4194304 4896791 140736048294528 140736048291736 4225124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11741/statm: 160180 135550 78 172 0 160006 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 949904

[startup+1722.3 s]
/proc/loadavg: 2.01 2.11 2.08 2/182 14905
/proc/meminfo: memFree=28623376/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=644980 CPUtime=1718.09 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 164342 0 0 0 171592 217 0 0 20 0 1 0 276795974 660459520 141177 33554432000 4194304 4896791 140736048294528 140736048291736 4224837 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11741/statm: 161245 141177 78 172 0 161071 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 954164

[startup+1782.3 s]
/proc/loadavg: 2.07 2.11 2.08 2/182 14977
/proc/meminfo: memFree=28644168/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=647120 CPUtime=1778.08 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 166110 0 0 0 177586 222 0 0 20 0 1 0 276795974 662650880 144250 33554432000 4194304 4896791 140736048294528 140736048290264 4237923 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11741/statm: 161780 144250 78 172 0 161606 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 956304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.28 2.15 2.09 3/181 15046
/proc/meminfo: memFree=28798660/32873648 swapFree=7116/7116
[pid=11734] ppid=11732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11734/stat : 11734 (runPb2satCp2.sh) S 11732 11734 9063 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276795594 9367552 275 33554432000 4194304 5064252 140735680102352 140735680101264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11734/statm: 2287 275 233 213 0 72 0
[pid=11736] ppid=11734 vsize=290888 CPUtime=3.77 cores=0,2,4,6
/proc/11736/stat : 11736 (pb2sat) S 11734 11734 9063 0 -1 4202496 12696 4363 0 0 304 50 22 1 20 0 1 0 276795595 297869312 44559 33554432000 4194304 5873084 140734711434432 140734711428248 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11736/statm: 72722 44559 179 410 0 72304 0
[pid=11740] ppid=11736 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11740/stat : 11740 (satsolver.sh) S 11736 11734 9063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276795974 9367552 267 33554432000 4194304 5064252 140733557915840 140733557914752 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 2287 267 226 213 0 72 0
[pid=11741] ppid=11740 vsize=647656 CPUtime=1796.29 cores=0,2,4,6
/proc/11741/stat : 11741 (glucose_static) R 11740 11734 9063 0 -1 4202496 167479 0 0 0 179403 226 0 0 20 0 1 0 276795974 663199744 136722 33554432000 4194304 4896791 140736048294528 140736048292056 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11741/statm: 161914 136722 78 172 0 161740 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 956840

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11734 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=272502
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=525920
# CPU time returned by wait4() is 3.79842
# while last known CPU time is 1800.06
#
# 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.06
CPU user time (s): 1797.29
CPU system time (s): 2.77
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 1086532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2725
system time used= 0.52592
maximum resident set size= 329348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 17

runsolver used 3.42348 second user time and 9.47256 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 10:18:02
IDJOB=3694422
IDBENCH=72446
IDSOLVER=2273
FILE ID=node114/3694422-1338106682
RUNJOBID= node114-1338088352-9079
PBS_JOBID= 14624459
Free space on /tmp= 71312 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/9orless/normalized-gtwitter.cudf.trendy.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694422-1338106682/watcher-3694422-1338106682 -o /tmp/evaluation-result-3694422-1338106682/solver-3694422-1338106682 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694422-1338106682.opb 1522353626 HOME HOME

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

MD5SUM BENCH= 323b561030770aea7b79e52477e55bb8
RANDOM SEED=1522353626

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.91
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.242
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.242
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:        29091400 kB
Buffers:          327096 kB
Cached:          1933988 kB
SwapCached:         2144 kB
Active:          1838860 kB
Inactive:        1101128 kB
Active(anon):     673568 kB
Inactive(anon):     7892 kB
Active(file):    1165292 kB
Inactive(file):  1093236 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103876 kB
Dirty:             12128 kB
Writeback:             0 kB
AnonPages:        686576 kB
Mapped:            15544 kB
Shmem:               116 kB
Slab:             702244 kB
SReclaimable:     146052 kB
SUnreclaim:       556192 kB
KernelStack:        1480 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     934340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    604160 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= 71196 MiB
End job on node114 at 2012-05-27 10:48:03