Trace number 3749957

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
npSolver 1.0 (fixed)? (TO) 1800.06 1800.82

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/
10orplus/normalized-konq-plugins.cudf.trendy.opb
MD5SUMbfea42ef2499745a23486e87221f4ebe
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2941009195980
Best CPU time to get the best result obtained on this benchmark1800.35
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21101
Total number of constraints100032
Number of constraints which are clauses98467
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 8586
Biggest coefficient in the objective function 79229972375
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234599911309658
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79229972375
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234599911309658
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/0.40	c run usual solver
0.98/1.06	c model valid
0.98/1.06	c current solution ok
1.18/1.21	o 107912421431375
1.18/1.21	c current bound: 53956210715687
1.18/1.21	c fallback to adder encoding
1800.06/1800.81	c error: unexpected solver exit code
1800.06/1800.81	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-3749957-1339162599/watcher-3749957-1339162599 -o /tmp/evaluation-result-3749957-1339162599/solver-3749957-1339162599 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749957-1339162599.opb 316584731 HOME HOME 

running on 4 cores: 1,3,5,7

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.04 2.01 1.94 2/175 27446
/proc/meminfo: memFree=27079768/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0

[startup+0.033517 s]
/proc/loadavg: 2.04 2.01 1.94 2/175 27446
/proc/meminfo: memFree=27079768/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100158 s]
/proc/loadavg: 2.04 2.01 1.94 2/175 27446
/proc/meminfo: memFree=27079768/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300276 s]
/proc/loadavg: 2.04 2.01 1.94 2/175 27446
/proc/meminfo: memFree=27079768/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 2.04 2.01 1.94 2/175 27446
/proc/meminfo: memFree=27079768/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.96 2.00 1.94 4/179 27483
/proc/meminfo: memFree=26997140/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=119544 CPUtime=1.48 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) R 27446 27446 22896 0 -1 4202496 16745 13340 0 0 83 16 44 5 20 0 1 0 382385377 122413056 25842 33554432000 4194304 6004724 140734955785968 140734955780016 4534749 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 29886 25842 172 442 0 29440 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 128692

[startup+3.10032 s]
/proc/loadavg: 1.96 2.00 1.94 4/181 27500
/proc/meminfo: memFree=26893228/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=479992 CPUtime=3.08 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) R 27446 27446 22896 0 -1 4202496 18395 13340 0 0 239 20 44 5 20 0 1 0 382385377 491511808 61170 33554432000 4194304 6004724 140734955785968 140734955779272 5056502 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 119998 61170 172 442 0 119552 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 489140

[startup+6.30031 s]
/proc/loadavg: 1.96 2.00 1.94 4/183 27537
/proc/meminfo: memFree=26346172/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=383524 CPUtime=2.33 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 63127 0 0 0 216 17 0 0 20 0 1 0 382385737 392728576 86937 33554432000 4194304 5208918 140734463439904 140734463438072 4229319 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 95881 86937 95 248 0 95630 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 750740

[startup+12.7004 s]
/proc/loadavg: 2.04 2.01 1.94 4/183 27558
/proc/meminfo: memFree=26293936/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=393576 CPUtime=8.73 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 65365 0 0 0 855 18 0 0 20 0 1 0 382385737 403021824 89686 33554432000 4194304 5208918 140734463439904 140734463437736 4211176 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 98394 89686 105 248 0 98143 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 760792

[startup+25.5004 s]
/proc/loadavg: 2.04 2.01 1.94 4/183 27572
/proc/meminfo: memFree=26270968/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=448788 CPUtime=21.52 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 66682 0 0 0 2134 18 0 0 20 0 1 0 382385737 459558912 92510 33554432000 4194304 5208918 140734463439904 140734463436280 4229319 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 112197 92510 105 248 0 111946 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 816004

[startup+51.1004 s]
/proc/loadavg: 2.10 2.03 1.95 4/183 27580
/proc/meminfo: memFree=26270408/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=452272 CPUtime=47.13 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 68553 0 0 0 4692 21 0 0 20 0 1 0 382385737 463126528 93132 33554432000 4194304 5208918 140734463439904 140734463438056 4211104 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 113068 93132 105 248 0 112817 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 819488

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.94 3/183 27685
/proc/meminfo: memFree=26275004/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=463728 CPUtime=98.32 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 72475 0 0 0 9806 26 0 0 20 0 1 0 382385737 474857472 98933 33554432000 4194304 5208918 140734463439904 140734463436280 4229365 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 115932 98933 105 248 0 115681 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 830944

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/183 27769
/proc/meminfo: memFree=25524428/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=469184 CPUtime=158.3 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 75361 0 0 0 15799 31 0 0 20 0 1 0 382385737 480444416 102165 33554432000 4194304 5208918 140734463439904 140734463437752 4229273 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 117296 102165 105 248 0 117045 0
Current children cumulated CPU time (s) 161.88
Current children cumulated vsize (KiB) 836400

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/184 27772
/proc/meminfo: memFree=25521080/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 128924 0 0 0 135642 162 0 0 20 0 1 0 382385737 647639040 134921 33554432000 4194304 5208918 140734463439904 140734463437752 4229748 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 158115 134921 105 248 0 157864 0
Current children cumulated CPU time (s) 1361.62
Current children cumulated vsize (KiB) 999676

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27782
/proc/meminfo: memFree=25242836/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=553760 CPUtime=1418.03 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 131376 0 0 0 141634 169 0 0 20 0 1 0 382385737 567050240 128773 33554432000 4194304 5208918 140734463439904 140734463437992 4211682 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 138440 128773 105 248 0 138189 0
Current children cumulated CPU time (s) 1421.61
Current children cumulated vsize (KiB) 920976

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27805
/proc/meminfo: memFree=25242504/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=641424 CPUtime=1478.02 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 134209 0 0 0 147627 175 0 0 20 0 1 0 382385737 656818176 133916 33554432000 4194304 5208918 140734463439904 140734463436280 4229344 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 160356 133916 105 248 0 160105 0
Current children cumulated CPU time (s) 1481.6
Current children cumulated vsize (KiB) 1008640

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27805
/proc/meminfo: memFree=25186072/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=641424 CPUtime=1538.01 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 135629 0 0 0 153622 179 0 0 20 0 1 0 382385737 656818176 139194 33554432000 4194304 5208918 140734463439904 140734463436280 4229338 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 160356 139194 105 248 0 160105 0
Current children cumulated CPU time (s) 1541.59
Current children cumulated vsize (KiB) 1008640

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27806
/proc/meminfo: memFree=25242584/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=560188 CPUtime=1598 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 138025 0 0 0 159613 187 0 0 20 0 1 0 382385737 573632512 131461 33554432000 4194304 5208918 140734463439904 140734463435672 4229365 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 140047 131461 105 248 0 139796 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 927404

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27806
/proc/meminfo: memFree=25203080/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=563540 CPUtime=1657.99 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 140451 0 0 0 165608 191 0 0 20 0 1 0 382385737 577064960 133142 33554432000 4194304 5208918 140734463439904 140734463436280 4229296 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 140885 133142 105 248 0 140634 0
Current children cumulated CPU time (s) 1661.57
Current children cumulated vsize (KiB) 930756

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27806
/proc/meminfo: memFree=25221184/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=646888 CPUtime=1717.98 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 142487 0 0 0 171601 197 0 0 20 0 1 0 382385737 662413312 136985 33554432000 4194304 5208918 140734463439904 140734463437752 4228997 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 161722 136985 105 248 0 161471 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 1014104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27806
/proc/meminfo: memFree=25174700/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=649012 CPUtime=1777.97 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 144297 0 0 0 177594 203 0 0 20 0 1 0 382385737 664588288 139057 33554432000 4194304 5208918 140734463439904 140734463437752 4229374 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 162253 139057 105 248 0 162002 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 1016228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27806
/proc/meminfo: memFree=25187184/32873648 swapFree=7116/7116
[pid=27446] ppid=27442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27446/stat : 27446 (npSolver-pbo.sh) S 27442 27446 22896 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382385376 9367552 275 33554432000 4194304 5064252 140737141134672 140737141133584 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27446/statm: 2287 275 233 213 0 72 0
[pid=27448] ppid=27446 vsize=348920 CPUtime=3.58 cores=1,3,5,7
/proc/27448/stat : 27448 (npSolver-pbo) S 27446 27446 22896 0 -1 4202496 19048 13340 0 0 266 43 44 5 20 0 1 0 382385377 357294080 58612 33554432000 4194304 6004724 140734955785968 140734955778320 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27448/statm: 87230 58612 174 442 0 86784 0
[pid=27519] ppid=27448 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27519/stat : 27519 (satsolver.sh) S 27448 27446 22896 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 382385737 9367552 267 33554432000 4194304 5064252 140735856817440 140735856816352 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27519/statm: 2287 267 226 213 0 72 0
[pid=27521] ppid=27519 vsize=649724 CPUtime=1796.48 cores=1,3,5,7
/proc/27521/stat : 27521 (glucose) R 27519 27446 22896 0 -1 4202496 144470 0 0 0 179444 204 0 0 20 0 1 0 382385737 665317376 143829 33554432000 4194304 5208918 140734463439904 140734463437752 4229021 0 0 4096 0 0 0 0 17 5 0 0 35 0 0
/proc/27521/statm: 162431 143829 105 248 0 162180 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1016940

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 27446 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=107527
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=503923
# CPU time returned by wait4() is 3.61145
# 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.82
CPU time (s): 1800.06
CPU user time (s): 1797.54
CPU system time (s): 2.52
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 1145868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.10753
system time used= 0.503923
maximum resident set size= 381928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33367
page faults= 0
swaps= 0
block input operations= 0
block output operations= 309080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43
involuntary context switches= 22

runsolver used 3.39948 second user time and 9.38557 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-08 15:36:39
IDJOB=3749957
IDBENCH=72414
IDSOLVER=2334
FILE ID=node123/3749957-1339162599
RUNJOBID= node123-1339158997-26993
PBS_JOBID= 14643769
Free space on /tmp= 71260 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/10orplus/normalized-konq-plugins.cudf.trendy.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749957-1339162599/watcher-3749957-1339162599 -o /tmp/evaluation-result-3749957-1339162599/solver-3749957-1339162599 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749957-1339162599.opb 316584731 HOME HOME

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

MD5SUM BENCH= bfea42ef2499745a23486e87221f4ebe
RANDOM SEED=316584731

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:        27080676 kB
Buffers:         1891656 kB
Cached:          2931504 kB
SwapCached:         2512 kB
Active:          2247212 kB
Inactive:        2585244 kB
Active(anon):       1388 kB
Inactive(anon):     8472 kB
Active(file):    2245824 kB
Inactive(file):  2576772 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100576 kB
Dirty:             20480 kB
Writeback:             0 kB
AnonPages:         12504 kB
Mapped:             9588 kB
Shmem:                 0 kB
Slab:             822352 kB
SReclaimable:     266056 kB
SUnreclaim:       556296 kB
KernelStack:        1424 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70940 MiB
End job on node123 at 2012-06-08 16:06:40