Trace number 3696014

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.06 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
datasets/10orplus/normalized-mercurial-common.cudf.trendy.opb
MD5SUM6bb48d2b0ff46f6e7b073e580100f5b4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3183187736701
Best CPU time to get the best result obtained on this benchmark1800.92
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21105
Total number of constraints100043
Number of constraints which are clauses98478
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.00/1.00	c model valid
0.00/1.00	c current solution ok
1.27/1.37	o 122898936753900
1.27/1.37	c current bound: 61449468376950
1.27/1.37	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-3696014-1338101770/watcher-3696014-1338101770 -o /tmp/evaluation-result-3696014-1338101770/solver-3696014-1338101770 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696014-1338101770.opb 762465746 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: 1.84 2.11 2.80 3/175 19292
/proc/meminfo: memFree=30004320/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0

[startup+0.054002 s]
/proc/loadavg: 1.84 2.11 2.80 3/175 19292
/proc/meminfo: memFree=30004320/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100251 s]
/proc/loadavg: 1.84 2.11 2.80 3/175 19292
/proc/meminfo: memFree=30004320/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300216 s]
/proc/loadavg: 1.84 2.11 2.80 3/175 19292
/proc/meminfo: memFree=30004320/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 1.84 2.11 2.80 3/175 19292
/proc/meminfo: memFree=30004320/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 1.84 2.11 2.80 3/181 19302
/proc/meminfo: memFree=29981372/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=36940 CPUtime=1.47 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) R 19291 19291 15889 0 -1 4202496 8774 4416 0 0 91 34 21 1 20 0 1 0 276301854 37826560 8022 33554432000 4194304 5873084 140735849281968 140735849277304 4664169 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19295/statm: 9235 8022 180 410 0 8817 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 46088

[startup+3.1003 s]
/proc/loadavg: 1.84 2.11 2.80 3/181 19304
/proc/meminfo: memFree=29845188/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=159820 CPUtime=3.06 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) R 19291 19291 15889 0 -1 4202496 10933 4416 0 0 246 38 21 1 20 0 1 0 276301854 163655680 36182 33554432000 4194304 5873084 140735849281968 140735849276360 4708467 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19295/statm: 39955 36182 180 410 0 39537 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 168968

[startup+6.30043 s]
/proc/loadavg: 1.85 2.11 2.80 3/185 19308
/proc/meminfo: memFree=28753600/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=382040 CPUtime=2.44 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 63431 0 0 0 226 18 0 0 20 0 1 0 276302239 391208960 84749 33554432000 4194304 4896791 140735048156640 140735048154440 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 95510 84749 76 172 0 95336 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 691228

[startup+12.7004 s]
/proc/loadavg: 1.94 2.12 2.80 3/185 19308
/proc/meminfo: memFree=28636156/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=385308 CPUtime=8.84 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 64941 0 0 0 862 22 0 0 20 0 1 0 276302239 394555392 85609 33554432000 4194304 4896791 140735048156640 140735048153848 4203064 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 96327 85609 78 172 0 96153 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 694496

[startup+25.5004 s]
/proc/loadavg: 1.96 2.12 2.79 3/185 19308
/proc/meminfo: memFree=28638696/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=386100 CPUtime=21.63 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 65110 0 0 0 2141 22 0 0 20 0 1 0 276302239 395366400 85778 33554432000 4194304 4896791 140735048156640 140735048153848 4202973 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 96525 85778 78 172 0 96351 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 695288

[startup+51.1004 s]
/proc/loadavg: 1.97 2.11 2.76 3/185 19308
/proc/meminfo: memFree=28612456/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=391044 CPUtime=47.23 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 66988 0 0 0 4700 23 0 0 20 0 1 0 276302239 400429056 88539 33554432000 4194304 4896791 140735048156640 140735048153848 4224924 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 97761 88539 78 172 0 97587 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 700232

[startup+102.307 s]
/proc/loadavg: 1.98 2.09 2.72 3/185 19308
/proc/meminfo: memFree=28569280/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=451924 CPUtime=98.43 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 71982 0 0 0 9816 27 0 0 20 0 1 0 276302239 462770176 94171 33554432000 4194304 4896791 140735048156640 140735048153848 4225120 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 112981 94171 78 172 0 112807 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 761112

[startup+162.3 s]
/proc/loadavg: 2.05 2.08 2.68 3/185 19308
/proc/meminfo: memFree=28543600/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=460200 CPUtime=158.41 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 75333 0 0 0 15806 35 0 0 20 0 1 0 276302239 471244800 97781 33554432000 4194304 4896791 140735048156640 140735048153848 4225550 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 115050 97781 78 172 0 114876 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 769388

[startup+222.3 s]
/proc/loadavg: 2.02 2.07 2.63 3/185 19308
/proc/meminfo: memFree=28527056/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 117420 0 0 0 141636 175 0 0 20 0 1 0 276302239 556695552 127851 33554432000 4194304 4896791 140735048156640 140735048153848 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 135912 127851 78 172 0 135738 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 852836

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.16 3/186 19345
/proc/meminfo: memFree=28310568/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=627188 CPUtime=1478.1 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 118738 0 0 0 147629 181 0 0 20 0 1 0 276302239 642240512 132655 33554432000 4194304 4896791 140735048156640 140735048151720 4225783 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 156797 132655 78 172 0 156623 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 936376

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/185 19345
/proc/meminfo: memFree=28324436/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=547732 CPUtime=1538.09 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 120232 0 0 0 153621 188 0 0 20 0 1 0 276302239 560877568 124788 33554432000 4194304 4896791 140735048156640 140735048153848 4224975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 136933 124788 78 172 0 136759 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 856920

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/185 19345
/proc/meminfo: memFree=28283848/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=549832 CPUtime=1598.08 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 121379 0 0 0 159615 193 0 0 20 0 1 0 276302239 563027968 129943 33554432000 4194304 4896791 140735048156640 140735048153848 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 137458 129943 78 172 0 137284 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 859020

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/185 19345
/proc/meminfo: memFree=28288192/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=633980 CPUtime=1658.07 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 122821 0 0 0 165608 199 0 0 20 0 1 0 276302239 649195520 133347 33554432000 4194304 4896791 140735048156640 140735048153848 4225397 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 158495 133347 78 172 0 158321 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 943168

[startup+1722.3 s]
/proc/loadavg: 2.13 2.03 2.12 3/185 19345
/proc/meminfo: memFree=28257908/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=636064 CPUtime=1718.06 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 123948 0 0 0 171602 204 0 0 20 0 1 0 276302239 651329536 136441 33554432000 4194304 4896791 140735048156640 140735048153848 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 159016 136441 78 172 0 158842 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 945252

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.11 3/185 19346
/proc/meminfo: memFree=28227624/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=638672 CPUtime=1778.06 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 125189 0 0 0 177596 210 0 0 20 0 1 0 276302239 654000128 139628 33554432000 4194304 4896791 140735048156640 140735048153848 4225420 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 159668 139628 78 172 0 159494 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 947860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.03 2.02 2.11 3/185 19346
/proc/meminfo: memFree=28285088/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=557732 CPUtime=1796.26 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 125745 0 0 0 179414 212 0 0 20 0 1 0 276302239 571117568 131415 33554432000 4194304 4896791 140735048156640 140735048153848 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 139433 131415 78 172 0 139259 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 866920

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.03 2.02 2.11 3/185 19346
/proc/meminfo: memFree=28285088/32873844 swapFree=7372/7372
[pid=19291] ppid=19288 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19291/stat : 19291 (runPb2sat.sh) S 19288 19291 15889 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276301854 9367552 275 33554432000 4194304 5064252 140735595257488 140735595256400 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19291/statm: 2287 275 233 213 0 72 0
[pid=19295] ppid=19291 vsize=290892 CPUtime=3.8 cores=0,2,4,6
/proc/19295/stat : 19295 (pb2sat) S 19291 19291 15889 0 -1 4202496 12202 4416 0 0 294 64 21 1 20 0 1 0 276301854 297873408 43862 33554432000 4194304 5873084 140735849281968 140735849275784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/19295/statm: 72723 43862 180 410 0 72305 0
[pid=19305] ppid=19295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19305/stat : 19305 (satsolver.sh) S 19295 19291 15889 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 276302239 9367552 266 33554432000 4194304 5064252 140737027935744 140737027934656 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19305/statm: 2287 266 226 213 0 72 0
[pid=19306] ppid=19305 vsize=557732 CPUtime=1796.26 cores=0,2,4,6
/proc/19306/stat : 19306 (glucose_static) R 19305 19291 15889 0 -1 4202496 125745 0 0 0 179414 212 0 0 20 0 1 0 276302239 571117568 131415 33554432000 4194304 4896791 140735048156640 140735048153848 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19306/statm: 139433 131415 78 172 0 139259 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 866920

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19291 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=167518
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=674897
# CPU time returned by wait4() is 3.84242
# 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.52
CPU time (s): 1800.06
CPU user time (s): 1797.29
CPU system time (s): 2.77
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 1078252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.16752
system time used= 0.674897
maximum resident set size= 323280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17594
page faults= 0
swaps= 0
block input operations= 8
block output operations= 313640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 21

runsolver used 3.68844 second user time and 9.54055 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-27 08:56:10
IDJOB=3696014
IDBENCH=72395
IDSOLVER=2274
FILE ID=node133/3696014-1338101770
RUNJOBID= node133-1338101770-19267
PBS_JOBID= 14624424
Free space on /tmp= 71724 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/10orplus/normalized-mercurial-common.cudf.trendy.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696014-1338101770/watcher-3696014-1338101770 -o /tmp/evaluation-result-3696014-1338101770/solver-3696014-1338101770 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696014-1338101770.opb 762465746 HOME HOME

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

MD5SUM BENCH= 6bb48d2b0ff46f6e7b073e580100f5b4
RANDOM SEED=762465746

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30005608 kB
Buffers:          320940 kB
Cached:          1710952 kB
SwapCached:          104 kB
Active:           583408 kB
Inactive:        1459352 kB
Active(anon):       2316 kB
Inactive(anon):    11368 kB
Active(file):     581092 kB
Inactive(file):  1447984 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108752 kB
Dirty:             24080 kB
Writeback:             0 kB
AnonPages:         19780 kB
Mapped:            13732 kB
Shmem:               212 kB
Slab:             685052 kB
SReclaimable:     127300 kB
SUnreclaim:       557752 kB
KernelStack:        1432 kB
PageTables:         3404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71404 MiB
End job on node133 at 2012-05-27 09:26:11