Trace number 3704905

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 NameAnswerCPU timeWall clock time
wbo 1.7? 1799.61 1800

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K141.opb
MD5SUMe981076bb5354ded6cb9b093a6d1a03e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16779
Total number of constraints17063
Number of constraints which are clauses16922
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint141
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 142
Number of bits of the biggest sum of numbers8
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.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704905-1338117572.opb.
0.00/0.00	c Instance file HOME/instance-3704905-1338117572.opb
0.00/0.00	c File size is 1144017 bytes.
0.03/0.08	c Highest Coefficient sum: 142
0.03/0.08	c ============================[ Problem Statistics ]=============================
0.03/0.08	c |                                                                             |
0.03/0.08	c |  Parsing time:          0.08         s                                      |
0.03/0.08	c |  Number Variables:      16779                                               |
0.03/0.08	c |  Number Clauses:        16922                                               |
0.03/0.08	c |  Number Cardinality:    141                                                 |
0.03/0.08	c |  Number PB Constraints: 0                                                   |
0.03/0.08	c |                                                                             |
0.03/0.09	c |  Problem Type:          Decision                                            |
0.03/0.09	c |  Objective Function:    None                                                |
0.03/0.09	c |                                                                             |
0.03/0.09	c ===============================================================================
1799.61/1800.00	c ===============================================================================
1799.61/1800.00	c Wall Clock Time: 1800.00 s
1799.61/1800.00	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-3704905-1338117572/watcher-3704905-1338117572 -o /tmp/evaluation-result-3704905-1338117572/solver-3704905-1338117572 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704905-1338117572.opb 

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.05 2.01 2.00 3/177 14645
/proc/meminfo: memFree=27352624/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=5364 CPUtime=0 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) R 14643 14645 12137 0 -1 4202496 571 0 0 0 0 0 0 0 20 0 1 0 277884004 5492736 523 33554432000 4194304 5963574 140737389819936 140735226193880 4394942 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 1341 525 164 432 0 626 0

[startup+0.0397799 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 14645
/proc/meminfo: memFree=27352624/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=9340 CPUtime=0.03 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) R 14643 14645 12137 0 -1 4202496 1581 0 0 0 3 0 0 0 20 0 1 0 277884004 9564160 1533 33554432000 4194304 5963574 140737389819936 140735226193880 4349263 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 2335 1534 279 432 0 1620 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9340

[startup+0.100176 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 14645
/proc/meminfo: memFree=27352624/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=94320 CPUtime=0.09 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 4328 0 0 0 9 0 0 0 20 0 2 0 277884004 96583680 3980 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 23580 3980 179 432 0 23145 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 94320

[startup+0.300158 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 14645
/proc/meminfo: memFree=27352624/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=92448 CPUtime=0.29 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 5379 0 0 0 29 0 0 0 20 0 2 0 277884004 94666752 4601 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 23112 4601 187 432 0 22677 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92448

[startup+0.700117 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 14645
/proc/meminfo: memFree=27352624/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=92448 CPUtime=0.69 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 5733 0 0 0 69 0 0 0 20 0 2 0 277884004 94666752 4955 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 23112 4955 187 432 0 22677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92448

[startup+1.50021 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 14647
/proc/meminfo: memFree=27332140/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=92448 CPUtime=1.48 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 6396 0 0 0 148 0 0 0 20 0 2 0 277884004 94666752 5618 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 23112 5618 187 432 0 22677 0
[pid=14645/tid=14647] ppid=14643 vsize=92448 CPUtime=1.39 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 3670 0 0 0 139 0 0 0 20 0 2 0 277884012 94666752 5618 33554432000 4194304 5963574 140737389819936 140119708710712 4381345 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 92448

[startup+3.10024 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 14647
/proc/meminfo: memFree=27328916/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=92448 CPUtime=3.08 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 7583 0 0 0 308 0 0 0 20 0 2 0 277884004 94666752 6805 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 23112 6805 187 432 0 22677 0
[pid=14645/tid=14647] ppid=14643 vsize=92448 CPUtime=2.99 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 4857 0 0 0 299 0 0 0 20 0 2 0 277884012 94666752 6805 33554432000 4194304 5963574 140737389819936 140119708710904 4388621 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 92448

[startup+6.30021 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 14647
/proc/meminfo: memFree=27322840/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=92448 CPUtime=6.28 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 8338 0 0 0 628 0 0 0 20 0 2 0 277884004 94666752 7560 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 23112 7560 187 432 0 22677 0
[pid=14645/tid=14647] ppid=14643 vsize=92448 CPUtime=6.18 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 5612 0 0 0 618 0 0 0 20 0 2 0 277884012 94666752 7560 33554432000 4194304 5963574 140737389819936 140119708710904 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 92448

[startup+12.7002 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14647
/proc/meminfo: memFree=27310588/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=92448 CPUtime=12.68 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 11229 0 0 0 1267 1 0 0 20 0 2 0 277884004 94666752 10451 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 23112 10451 187 432 0 22677 0
[pid=14645/tid=14647] ppid=14643 vsize=92448 CPUtime=12.56 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 8503 0 0 0 1255 1 0 0 20 0 2 0 277884012 94666752 10451 33554432000 4194304 5963574 140737389819936 140119708710904 4381750 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 92448

[startup+25.5003 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14647
/proc/meminfo: memFree=27296016/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=92448 CPUtime=25.49 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 15148 0 0 0 2546 3 0 0 20 0 2 0 277884004 94666752 14370 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 23112 14370 187 432 0 22677 0
[pid=14645/tid=14647] ppid=14643 vsize=92448 CPUtime=25.33 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 12422 0 0 0 2531 2 0 0 20 0 2 0 277884012 94666752 14370 33554432000 4194304 5963574 140737389819936 140119708710952 4402879 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92448

[startup+51.1002 s]
/proc/loadavg: 2.10 2.03 2.01 3/180 14650
/proc/meminfo: memFree=27272548/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=157984 CPUtime=51.08 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 20837 0 0 0 5102 6 0 0 20 0 2 0 277884004 161775616 20059 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 39496 20059 187 432 0 39061 0
[pid=14645/tid=14647] ppid=14643 vsize=157984 CPUtime=50.86 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 18111 0 0 0 5081 5 0 0 20 0 2 0 277884012 161775616 20059 33554432000 4194304 5963574 140737389819936 140119708710952 4399401 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 157984

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 14650
/proc/meminfo: memFree=27221852/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=158708 CPUtime=102.27 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 30518 0 0 0 10217 10 0 0 20 0 2 0 277884004 162516992 29737 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 39677 29737 187 432 0 39242 0
[pid=14645/tid=14647] ppid=14643 vsize=158708 CPUtime=101.93 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 27792 0 0 0 10182 11 0 0 20 0 2 0 277884012 162516992 29737 33554432000 4194304 5963574 140737389819936 140119708710712 4399614 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 158708

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14650
/proc/meminfo: memFree=27176248/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=224244 CPUtime=162.23 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 41580 0 0 0 16209 14 0 0 20 0 2 0 277884004 229625856 40767 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 56061 40767 187 432 0 55626 0
[pid=14645/tid=14647] ppid=14643 vsize=224244 CPUtime=161.74 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 38854 0 0 0 16158 16 0 0 20 0 2 0 277884012 229625856 40767 33554432000 4194304 5963574 140737389819936 140119708710904 4392454 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 224244

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14650
/proc/meminfo: memFree=27076424/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=224604 CPUtime=222.2 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 46582 0 0 0 22204 16 0 0 20 0 2 0 277884004 229994496 46660 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 56151 46660 187 432 0 55716 0
[pid=14645/tid=14647] ppid=14643 vsize=224604 CPUtime=221.56 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 43856 0 0 0 22137 19 0 0 20 0 2 0 277884012 229994496 46660 33554432000 4194304 5963574 140737389819936 140119708710712 4388360 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 224604

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14650
/proc/meminfo: memFree=27049196/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=290140 CPUtime=282.2 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 53796 0 0 0 28200 20 0 0 20 0 2 0 277884004 297103360 53874 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 72535 53874 187 432 0 72100 0
[pid=14645/tid=14647] ppid=14643 vsize=290140 CPUtime=281.41 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 51070 0 0 0 28117 24 0 0 20 0 2 0 277884012 297103360 53874 33554432000 4194304 5963574 140737389819936 140119708710904 4399639 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 290140

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14651
/proc/meminfo: memFree=26989192/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=290140 CPUtime=342.19 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 63949 0 0 0 34195 24 0 0 20 0 2 0 277884004 297103360 64027 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 72535 64027 187 432 0 72100 0
[pid=14645/tid=14647] ppid=14643 vsize=290140 CPUtime=341.25 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 61223 0 0 0 34097 28 0 0 20 0 2 0 277884012 297103360 64027 33554432000 4194304 5963574 140737389819936 140119708710904 4381565 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 290140

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14651
/proc/meminfo: memFree=26945736/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=355676 CPUtime=402.18 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 74188 0 0 0 40189 29 0 0 20 0 2 0 277884004 364212224 74266 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 88919 74266 187 432 0 88484 0
[pid=14645/tid=14647] ppid=14643 vsize=355676 CPUtime=401.1 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 71462 0 0 0 40076 34 0 0 20 0 2 0 277884012 364212224 74266 33554432000 4194304 5963574 140737389819936 140119708710904 4399669 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 355676

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14651
/proc/meminfo: memFree=26868940/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=355676 CPUtime=462.17 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14661
/proc/meminfo: memFree=26279952/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1421.97 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 124808 0 0 0 142148 49 0 0 20 0 2 0 277884004 566091776 124688 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 124688 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1418.43 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 122082 0 0 0 141773 70 0 0 20 0 2 0 277884012 566091776 124688 33554432000 4194304 5963574 140737389819936 140119708710712 4388696 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 552824

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 14700
/proc/meminfo: memFree=26837424/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1481.95 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 124815 0 0 0 148146 49 0 0 20 0 2 0 277884004 566091776 124726 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 124726 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1478.26 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 122089 0 0 0 147755 71 0 0 20 0 2 0 277884012 566091776 124726 33554432000 4194304 5963574 140737389819936 140119708710712 4431452 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 552824

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14702
/proc/meminfo: memFree=26616528/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1541.94 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 124815 0 0 0 154145 49 0 0 20 0 2 0 277884004 566091776 124726 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 124726 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1538.11 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 122089 0 0 0 153739 72 0 0 20 0 2 0 277884012 566091776 124726 33554432000 4194304 5963574 140737389819936 140119708710712 4399645 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 552824

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14702
/proc/meminfo: memFree=26414372/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1601.93 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 124815 0 0 0 160144 49 0 0 20 0 2 0 277884004 566091776 124726 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 124726 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1597.96 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 122089 0 0 0 159723 73 0 0 20 0 2 0 277884012 566091776 124726 33554432000 4194304 5963574 140737389819936 140119708710712 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 552824

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14702
/proc/meminfo: memFree=26381556/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1661.92 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 124815 0 0 0 166143 49 0 0 20 0 2 0 277884004 566091776 124726 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 124726 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1657.8 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 122089 0 0 0 165706 74 0 0 20 0 2 0 277884012 566091776 124726 33554432000 4194304 5963574 140737389819936 140119708710712 4381137 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 552824

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14702
/proc/meminfo: memFree=26372192/32873648 swapFree=6852/6852
[pid=14645] ppid=14643 vsize=552824 CPUtime=1721.91 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 126499 0 0 0 172141 50 0 0 20 0 2 0 277884004 566091776 126410 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 126410 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1717.65 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 123773 0 0 0 171689 76 0 0 20 0 2 0 277884012 566091776 126410 33554432000 4194304 5963574 140737389819936 140119708710904 4399651 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 552824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14702
/proc/meminfo: memFree=26357856/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1781.91 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 127061 0 0 0 178140 51 0 0 20 0 2 0 277884004 566091776 126972 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 126972 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1777.5 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 124335 0 0 0 177673 77 0 0 20 0 2 0 277884012 566091776 126972 33554432000 4194304 5963574 140737389819936 140119708710712 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 552824

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

[startup+1791.91 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 14702
/proc/meminfo: memFree=26356796/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1791.51 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 127061 0 0 0 179100 51 0 0 20 0 2 0 277884004 566091776 126972 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 126972 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1787.08 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 124335 0 0 0 178631 77 0 0 20 0 2 0 277884012 566091776 126972 33554432000 4194304 5963574 140737389819936 140119708710712 4381200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 552824

[startup+1795.1 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 14702
/proc/meminfo: memFree=26356920/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1794.71 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 127061 0 0 0 179420 51 0 0 20 0 2 0 277884004 566091776 126972 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 126972 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1790.27 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 124335 0 0 0 178950 77 0 0 20 0 2 0 277884012 566091776 126972 33554432000 4194304 5963574 140737389819936 140119708710712 4392322 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (KiB) 552824

[startup+1798.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14702
/proc/meminfo: memFree=26356920/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1797.91 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 127061 0 0 0 179740 51 0 0 20 0 2 0 277884004 566091776 126972 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 126972 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1793.46 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 124335 0 0 0 179269 77 0 0 20 0 2 0 277884012 566091776 126972 33554432000 4194304 5963574 140737389819936 140119708710712 4399623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (KiB) 552824

[startup+1799.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14702
/proc/meminfo: memFree=26355172/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1798.71 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 127061 0 0 0 179820 51 0 0 20 0 2 0 277884004 566091776 126972 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 126972 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1794.25 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 124335 0 0 0 179348 77 0 0 20 0 2 0 277884012 566091776 126972 33554432000 4194304 5963574 140737389819936 140119708710712 4399623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (KiB) 552824

[startup+1799.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14702
/proc/meminfo: memFree=26355172/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1799.11 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 127061 0 0 0 179860 51 0 0 20 0 2 0 277884004 566091776 126972 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 126972 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1794.66 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 124335 0 0 0 179389 77 0 0 20 0 2 0 277884012 566091776 126972 33554432000 4194304 5963574 140737389819936 140119708710712 4381345 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 552824

[startup+1799.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14702
/proc/meminfo: memFree=26355172/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1799.51 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 127061 0 0 0 179900 51 0 0 20 0 2 0 277884004 566091776 126972 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 126972 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1795.05 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 124335 0 0 0 179428 77 0 0 20 0 2 0 277884012 566091776 126972 33554432000 4194304 5963574 140737389819936 140119708710712 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 552824

[startup+1800 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 14702
/proc/meminfo: memFree=26355172/32873648 swapFree=6848/6848
[pid=14645] ppid=14643 vsize=552824 CPUtime=1799.61 cores=0,2,4,6
/proc/14645/stat : 14645 (wbo1.7) S 14643 14645 12137 0 -1 4202496 127061 0 0 0 179910 51 0 0 20 0 2 0 277884004 566091776 126972 33554432000 4194304 5963574 140737389819936 140737389819456 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14645/statm: 138206 126972 187 432 0 137771 0
[pid=14645/tid=14647] ppid=14643 vsize=552824 CPUtime=1795.15 cores=0,2,4,6
/proc/14645/task/14647/stat : 14647 (wbo1.7) R 14643 14645 12137 0 -1 4202560 124335 0 0 0 179438 77 0 0 20 0 2 0 277884012 566091776 126972 33554432000 4194304 5963574 140737389819936 140119708710712 4399651 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (KiB) 552824

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14645 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=467199
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=786880
# CPU time returned by wait4() is 1795.25
# while last known CPU time is 1799.61
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800
CPU time (s): 1799.61
CPU user time (s): 1799.1
CPU system time (s): 0.51
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 552824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.47
system time used= 0.78688
maximum resident set size= 507892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127062
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 192
involuntary context switches= 2384

runsolver used 3.54946 second user time and 9.07062 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-27 13:19:32
IDJOB=3704905
IDBENCH=90203
IDSOLVER=2283
FILE ID=node113/3704905-1338117572
RUNJOBID= node113-1338088429-12153
PBS_JOBID= 14624460
Free space on /tmp= 71388 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K141.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704905-1338117572/watcher-3704905-1338117572 -o /tmp/evaluation-result-3704905-1338117572/solver-3704905-1338117572 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704905-1338117572.opb

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

MD5SUM BENCH= e981076bb5354ded6cb9b093a6d1a03e
RANDOM SEED=1642706951

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.026
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.026
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.026
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.92
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.026
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:        27352524 kB
Buffers:          337588 kB
Cached:          4053272 kB
SwapCached:            0 kB
Active:          1328556 kB
Inactive:        3359944 kB
Active(anon):     299504 kB
Inactive(anon):        0 kB
Active(file):    1029052 kB
Inactive(file):  3359944 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6620 kB
Writeback:             0 kB
AnonPages:        376996 kB
Mapped:            15020 kB
Shmem:               200 kB
Slab:             694292 kB
SReclaimable:     138632 kB
SUnreclaim:       555660 kB
KernelStack:        1496 kB
PageTables:         4576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     155900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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= 71384 MiB
End job on node113 at 2012-05-27 13:49:32