Trace number 3712877

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.71? 1799.37 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900561288--soft-33-100-0.wbo
MD5SUM42cd11e454ef36c6d0d0a1a4a75ff12f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark110.214
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1857
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
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.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3712877-1338203185.wbo.
0.00/0.00	c Instance file HOME/instance-3712877-1338203185.wbo
0.00/0.00	c File size is 92575 bytes.
0.00/0.00	c Highest Coefficient sum: 625
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      2088                                                |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    5                                                   |
0.00/0.00	c |  Number PB Constraints: 18                                                  |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
1799.37/1800.00	c ===============================================================================
1799.37/1800.00	c Wall Clock Time: 1800.00 s
1799.37/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-3712877-1338203185/watcher-3712877-1338203185 -o /tmp/evaluation-result-3712877-1338203185/solver-3712877-1338203185 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3712877-1338203185.wbo 

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.00 2.00 2.00 3/177 2681
/proc/meminfo: memFree=30662492/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=3396 CPUtime=0 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) R 2679 2681 1215 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 286444186 3477504 302 33554432000 4194304 5964318 140736493802016 140734215746984 4395170 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 849 302 168 433 0 390 0

[startup+0.0376659 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2681
/proc/meminfo: memFree=30662492/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=84204 CPUtime=0.03 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 1255 0 0 0 3 0 0 0 20 0 2 0 286444186 86224896 1185 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 21051 1185 194 433 0 20615 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 84204

[startup+0.100159 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2681
/proc/meminfo: memFree=30662492/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=84204 CPUtime=0.09 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 1472 0 0 0 9 0 0 0 20 0 2 0 286444186 86224896 1402 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 21051 1402 194 433 0 20615 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84204

[startup+0.300114 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2681
/proc/meminfo: memFree=30662492/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=84204 CPUtime=0.29 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 1985 0 0 0 29 0 0 0 20 0 2 0 286444186 86224896 1915 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 21051 1915 194 433 0 20615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84204

[startup+0.700111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2681
/proc/meminfo: memFree=30662492/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=84348 CPUtime=0.69 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 2452 0 0 0 69 0 0 0 20 0 2 0 286444186 86372352 2382 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 21087 2382 194 433 0 20651 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84348

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2683
/proc/meminfo: memFree=30651796/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=84348 CPUtime=1.49 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 3501 0 0 0 148 1 0 0 20 0 2 0 286444186 86372352 3431 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 21087 3431 194 433 0 20651 0
[pid=2681/tid=2683] ppid=2679 vsize=84348 CPUtime=1.47 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 2646 0 0 0 146 1 0 0 20 0 2 0 286444187 86372352 3431 33554432000 4194304 5964318 140736493802016 140593140893496 4399995 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84348

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2683
/proc/meminfo: memFree=30645152/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=84420 CPUtime=3.08 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 5929 0 0 0 306 2 0 0 20 0 2 0 286444186 86446080 5859 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 21105 5859 194 433 0 20669 0
[pid=2681/tid=2683] ppid=2679 vsize=84420 CPUtime=3.06 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 5074 0 0 0 304 2 0 0 20 0 2 0 286444187 86446080 5859 33554432000 4194304 5964318 140736493802016 140593140893688 4399824 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84420

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2683
/proc/meminfo: memFree=30620600/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=84528 CPUtime=6.28 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 11910 0 0 0 624 4 0 0 20 0 2 0 286444186 86556672 11840 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 21132 11842 194 433 0 20696 0
[pid=2681/tid=2683] ppid=2679 vsize=84528 CPUtime=6.26 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 11057 0 0 0 622 4 0 0 20 0 2 0 286444187 86556672 11842 33554432000 4194304 5964318 140736493802016 140593140893688 5136324 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84528

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2683
/proc/meminfo: memFree=30585900/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=150224 CPUtime=12.68 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 19927 0 0 0 1262 6 0 0 20 0 2 0 286444186 153829376 19865 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 37556 19865 194 433 0 37120 0
[pid=2681/tid=2683] ppid=2679 vsize=150224 CPUtime=12.63 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 19072 0 0 0 1257 6 0 0 20 0 2 0 286444187 153829376 19865 33554432000 4194304 5964318 140736493802016 140593140893688 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 150224

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2683
/proc/meminfo: memFree=30516196/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=215760 CPUtime=25.46 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 36535 0 0 0 2535 11 0 0 20 0 2 0 286444186 220938240 36465 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 53940 36465 194 433 0 53504 0
[pid=2681/tid=2683] ppid=2679 vsize=215760 CPUtime=25.39 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 35680 0 0 0 2528 11 0 0 20 0 2 0 286444187 220938240 36465 33554432000 4194304 5964318 140736493802016 140593140893688 5136324 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 215760

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2683
/proc/meminfo: memFree=30444988/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=281536 CPUtime=51.05 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 53910 0 0 0 5088 17 0 0 20 0 2 0 286444186 288292864 53827 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 70384 53827 194 433 0 69948 0
[pid=2681/tid=2683] ppid=2679 vsize=281536 CPUtime=50.91 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 53055 0 0 0 5074 17 0 0 20 0 2 0 286444187 288292864 53827 33554432000 4194304 5964318 140736493802016 140593140893688 4381344 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 281536

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2683
/proc/meminfo: memFree=30397140/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=347360 CPUtime=102.24 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 76738 0 0 0 10198 26 0 0 20 0 2 0 286444186 355696640 77521 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 86840 77521 194 433 0 86404 0
[pid=2681/tid=2683] ppid=2679 vsize=347360 CPUtime=101.98 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 75883 0 0 0 10171 27 0 0 20 0 2 0 286444187 355696640 77521 33554432000 4194304 5964318 140736493802016 140593140893496 4399960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 347360

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2722
/proc/meminfo: memFree=30958656/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=413040 CPUtime=162.23 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 89951 0 0 0 16192 31 0 0 20 0 2 0 286444186 422952960 90734 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 103260 90734 194 433 0 102824 0
[pid=2681/tid=2683] ppid=2679 vsize=413040 CPUtime=161.82 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 89096 0 0 0 16149 33 0 0 20 0 2 0 286444187 422952960 90734 33554432000 4194304 5964318 140736493802016 140593140893688 4399991 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 413040

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2725
/proc/meminfo: memFree=30753180/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=479296 CPUtime=222.17 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 107242 0 0 0 22181 36 0 0 20 0 2 0 286444186 490799104 108014 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 119824 108014 194 433 0 119388 0
[pid=2681/tid=2683] ppid=2679 vsize=479296 CPUtime=221.63 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 106387 0 0 0 22124 39 0 0 20 0 2 0 286444187 490799104 108014 33554432000 4194304 5964318 140736493802016 140593140893688 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 479296

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2726
/proc/meminfo: memFree=30693644/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=479296 CPUtime=282.12 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 107298 0 0 0 28176 36 0 0 20 0 2 0 286444186 490799104 108040 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 119824 108040 194 433 0 119388 0
[pid=2681/tid=2683] ppid=2679 vsize=479296 CPUtime=281.43 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 106443 0 0 0 28103 40 0 0 20 0 2 0 286444187 490799104 108040 33554432000 4194304 5964318 140736493802016 140593140893688 4400001 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 479296

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2726
/proc/meminfo: memFree=30593348/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=479656 CPUtime=342.07 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 113993 0 0 0 34169 38 0 0 20 0 2 0 286444186 491167744 114501 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 119914 114501 194 433 0 119478 0
[pid=2681/tid=2683] ppid=2679 vsize=479656 CPUtime=341.24 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 113138 0 0 0 34081 43 0 0 20 0 2 0 286444187 491167744 114501 33554432000 4194304 5964318 140736493802016 140593140893720 4399824 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 479656

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 2726
/proc/meminfo: memFree=30556396/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=479656 CPUtime=402.06 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 114427 0 0 0 40168 38 0 0 20 0 2 0 286444186 491167744 114935 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 119914 114935 194 433 0 119478 0
[pid=2681/tid=2683] ppid=2679 vsize=479656 CPUtime=401.09 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 113572 0 0 0 40065 44 0 0 20 0 2 0 286444187 491167744 114935 33554432000 4194304 5964318 140736493802016 140593140893720 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 479656

[startup+462.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 2726
/proc/meminfo: memFree=30383076/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=676408 CPUtime=462.05 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2775
/proc/meminfo: memFree=29556788/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1421.77 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276497 0 0 0 142073 104 0 0 20 0 2 0 286444186 1165737984 276224 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 276224 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1418.35 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275642 0 0 0 141710 125 0 0 20 0 2 0 286444187 1165737984 276224 33554432000 4194304 5964318 140736493802016 140593140893720 4399824 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 1138416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2776
/proc/meminfo: memFree=29556832/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1481.76 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276497 0 0 0 148072 104 0 0 20 0 2 0 286444186 1165737984 276224 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 276224 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1478.19 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275642 0 0 0 147693 126 0 0 20 0 2 0 286444187 1165737984 276224 33554432000 4194304 5964318 140736493802016 140593140893720 4399824 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 1138416

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2776
/proc/meminfo: memFree=29560656/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1541.75 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276498 0 0 0 154071 104 0 0 20 0 2 0 286444186 1165737984 275315 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275315 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1538.04 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275643 0 0 0 153677 127 0 0 20 0 2 0 286444187 1165737984 275315 33554432000 4194304 5964318 140736493802016 140593140893720 4399960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 1138416

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2776
/proc/meminfo: memFree=29560780/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1601.74 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276498 0 0 0 160070 104 0 0 20 0 2 0 286444186 1165737984 275315 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275315 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1597.89 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275643 0 0 0 159661 128 0 0 20 0 2 0 286444187 1165737984 275315 33554432000 4194304 5964318 140736493802016 140593140893720 4399960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 1138416

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2776
/proc/meminfo: memFree=29560692/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1661.72 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276511 0 0 0 166068 104 0 0 20 0 2 0 286444186 1165737984 275319 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275319 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1657.72 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275656 0 0 0 165643 129 0 0 20 0 2 0 286444187 1165737984 275319 33554432000 4194304 5964318 140736493802016 140593140893720 4400001 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 1138416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2776
/proc/meminfo: memFree=29478512/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1721.7 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276527 0 0 0 172066 104 0 0 20 0 2 0 286444186 1165737984 275821 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275821 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1717.56 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275672 0 0 0 171626 130 0 0 20 0 2 0 286444187 1165737984 275821 33554432000 4194304 5964318 140736493802016 140593140893720 4399824 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 1138416

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2777
/proc/meminfo: memFree=29478088/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1781.68 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276548 0 0 0 178064 104 0 0 20 0 2 0 286444186 1165737984 275821 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275821 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1777.39 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275693 0 0 0 177608 131 0 0 20 0 2 0 286444187 1165737984 275821 33554432000 4194304 5964318 140736493802016 140593140893720 4388213 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 1138416

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2777
/proc/meminfo: memFree=29478272/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1791.28 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276549 0 0 0 179024 104 0 0 20 0 2 0 286444186 1165737984 275821 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275821 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1786.97 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275694 0 0 0 178566 131 0 0 20 0 2 0 286444187 1165737984 275821 33554432000 4194304 5964318 140736493802016 140593140893720 4400001 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.28
Current children cumulated vsize (KiB) 1138416

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2777
/proc/meminfo: memFree=29478396/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1794.48 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276549 0 0 0 179344 104 0 0 20 0 2 0 286444186 1165737984 275821 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275821 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1790.16 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275694 0 0 0 178885 131 0 0 20 0 2 0 286444187 1165737984 275821 33554432000 4194304 5964318 140736493802016 140593140893720 4399993 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.48
Current children cumulated vsize (KiB) 1138416

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2777
/proc/meminfo: memFree=29478396/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1797.67 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276549 0 0 0 179663 104 0 0 20 0 2 0 286444186 1165737984 275821 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275821 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1793.35 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275694 0 0 0 179204 131 0 0 20 0 2 0 286444187 1165737984 275821 33554432000 4194304 5964318 140736493802016 140593140893720 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (KiB) 1138416

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2777
/proc/meminfo: memFree=29478396/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1798.47 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276549 0 0 0 179743 104 0 0 20 0 2 0 286444186 1165737984 275821 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275821 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1794.14 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275694 0 0 0 179283 131 0 0 20 0 2 0 286444187 1165737984 275821 33554432000 4194304 5964318 140736493802016 140593140893720 4400001 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.47
Current children cumulated vsize (KiB) 1138416

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2777
/proc/meminfo: memFree=29478272/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1798.88 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276549 0 0 0 179784 104 0 0 20 0 2 0 286444186 1165737984 275821 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275821 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1794.55 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275694 0 0 0 179324 131 0 0 20 0 2 0 286444187 1165737984 275821 33554432000 4194304 5964318 140736493802016 140593140893720 4400019 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.88
Current children cumulated vsize (KiB) 1138416

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2777
/proc/meminfo: memFree=29478272/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1799.27 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276549 0 0 0 179823 104 0 0 20 0 2 0 286444186 1165737984 275821 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275821 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1794.94 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275694 0 0 0 179363 131 0 0 20 0 2 0 286444187 1165737984 275821 33554432000 4194304 5964318 140736493802016 140593140893720 4400019 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.27
Current children cumulated vsize (KiB) 1138416

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2777
/proc/meminfo: memFree=29478272/32873844 swapFree=7112/7112
[pid=2681] ppid=2679 vsize=1138416 CPUtime=1799.37 cores=1,3,5,7
/proc/2681/stat : 2681 (wbo1.71) S 2679 2681 1215 0 -1 4202496 276549 0 0 0 179833 104 0 0 20 0 2 0 286444186 1165737984 275821 33554432000 4194304 5964318 140736493802016 140736493801536 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2681/statm: 284604 275821 194 433 0 284168 0
[pid=2681/tid=2683] ppid=2679 vsize=1138416 CPUtime=1795.04 cores=1,3,5,7
/proc/2681/task/2683/stat : 2683 (wbo1.71) R 2679 2681 1215 0 -1 4202560 275694 0 0 0 179373 131 0 0 20 0 2 0 286444187 1165737984 275821 33554432000 4194304 5964318 140736493802016 140593140893720 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 1138416

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2681 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=745309
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=329797
# CPU time returned by wait4() is 1795.08
# while last known CPU time is 1799.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.37
CPU user time (s): 1798.33
CPU system time (s): 1.04
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 1138416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.75
system time used= 1.3298
maximum resident set size= 1107448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276552
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= 396
involuntary context switches= 1864

runsolver used 5.79512 second user time and 13.8869 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-28 13:06:25
IDJOB=3712877
IDBENCH=78922
IDSOLVER=2293
FILE ID=node119/3712877-1338203185
RUNJOBID= node119-1338182452-1232
PBS_JOBID= 14624567
Free space on /tmp= 71608 MiB

SOLVER NAME= wbo 1.71
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288--soft-33-100-0.wbo
COMMAND LINE= wbo1.71 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3712877-1338203185/watcher-3712877-1338203185 -o /tmp/evaluation-result-3712877-1338203185/solver-3712877-1338203185 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3712877-1338203185.wbo

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

MD5SUM BENCH= 42cd11e454ef36c6d0d0a1a4a75ff12f
RANDOM SEED=1913666768

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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.90
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.943
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:        30662756 kB
Buffers:          319876 kB
Cached:           359560 kB
SwapCached:         1840 kB
Active:          1254944 kB
Inactive:         156016 kB
Active(anon):     731652 kB
Inactive(anon):     2068 kB
Active(file):     523292 kB
Inactive(file):   153948 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100200 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        737196 kB
Mapped:            12496 kB
Shmem:                 8 kB
Slab:             658500 kB
SReclaimable:     100780 kB
SUnreclaim:       557720 kB
KernelStack:        1472 kB
PageTables:         5552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    587776 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= 71600 MiB
End job on node119 at 2012-05-28 13:36:25