Trace number 3713145

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.49 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557574--soft-0-100-0.wbo
MD5SUMc0d431beb578ab67ce1970cb297cf650
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark59.355
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 constraints2707
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 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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-3713145-1338215299.wbo.
0.00/0.00	c Instance file HOME/instance-3713145-1338215299.wbo
0.00/0.00	c File size is 96792 bytes.
0.00/0.01	c Highest Coefficient sum: 689
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      2938                                                |
0.00/0.01	c |  Number Clauses:        2684                                                |
0.00/0.01	c |  Number Cardinality:    0                                                   |
0.00/0.01	c |  Number PB Constraints: 23                                                  |
0.00/0.01	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 ===============================================================================
587.57/587.89	c | 587.89    | 0  | 1            lb |  0                0                0.00  |
740.19/740.58	c | 740.59    | 0  | 2            lb |  0                0                0.00  |
977.55/977.96	c | 977.96    | 0  | 3            lb |  0                0                0.00  |
1333.09/1333.54	c | 1333.54   | 0  | 4            lb |  0                0                0.00  |
1799.49/1800.00	c ===============================================================================
1799.49/1800.00	c Wall Clock Time: 1800.00 s
1799.49/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-3713145-1338215299/watcher-3713145-1338215299 -o /tmp/evaluation-result-3713145-1338215299/solver-3713145-1338215299 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3713145-1338215299.wbo 

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.00 2.00 2.00 3/177 4646
/proc/meminfo: memFree=30544356/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=3600 CPUtime=0 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) R 4644 4646 1215 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 287655610 3686400 331 33554432000 4194304 5964318 140734206223952 140733827078312 4395170 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 900 331 168 433 0 440 0

[startup+0.07355 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4646
/proc/meminfo: memFree=30544356/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=84288 CPUtime=0.06 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 1500 0 0 0 6 0 0 0 20 0 2 0 287655610 86310912 1428 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 21072 1428 194 433 0 20636 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84288

[startup+0.100268 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4646
/proc/meminfo: memFree=30544356/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=84288 CPUtime=0.09 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 1590 0 0 0 9 0 0 0 20 0 2 0 287655610 86310912 1518 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 21072 1518 194 433 0 20636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84288

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4646
/proc/meminfo: memFree=30544356/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=84288 CPUtime=0.29 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 2132 0 0 0 29 0 0 0 20 0 2 0 287655610 86310912 2060 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 21072 2060 194 433 0 20636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84288

[startup+0.700227 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4646
/proc/meminfo: memFree=30544356/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=84432 CPUtime=0.68 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 2873 0 0 0 68 0 0 0 20 0 2 0 287655610 86458368 2801 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 21108 2801 194 433 0 20672 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84432

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4648
/proc/meminfo: memFree=30530460/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=84504 CPUtime=1.49 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 4390 0 0 0 148 1 0 0 20 0 2 0 287655610 86532096 4318 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 21126 4318 194 433 0 20690 0
[pid=4646/tid=4648] ppid=4644 vsize=84504 CPUtime=1.47 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 3502 0 0 0 146 1 0 0 20 0 2 0 287655611 86532096 4318 33554432000 4194304 5964318 140734206223952 139638134491128 4400336 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84504

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4648
/proc/meminfo: memFree=30516696/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=84504 CPUtime=3.09 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 7154 0 0 0 307 2 0 0 20 0 2 0 287655610 86532096 7082 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 21126 7082 194 433 0 20690 0
[pid=4646/tid=4648] ppid=4644 vsize=84504 CPUtime=3.07 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 6266 0 0 0 305 2 0 0 20 0 2 0 287655611 86532096 7082 33554432000 4194304 5964318 140734206223952 139638134491128 4399836 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84504

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4648
/proc/meminfo: memFree=30470072/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=84612 CPUtime=6.29 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 13458 0 0 0 625 4 0 0 20 0 2 0 287655610 86642688 13386 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 21153 13386 194 433 0 20717 0
[pid=4646/tid=4648] ppid=4644 vsize=84612 CPUtime=6.26 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 12570 0 0 0 622 4 0 0 20 0 2 0 287655611 86642688 13386 33554432000 4194304 5964318 140734206223952 139638134491128 5136324 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84612

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4648
/proc/meminfo: memFree=30377640/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=150148 CPUtime=12.68 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 28497 0 0 0 1260 8 0 0 20 0 2 0 287655610 153751552 28421 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 37537 28421 194 433 0 37101 0
[pid=4646/tid=4648] ppid=4644 vsize=150148 CPUtime=12.63 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 27609 0 0 0 1256 7 0 0 20 0 2 0 287655611 153751552 28421 33554432000 4194304 5964318 140734206223952 139638134490936 5136324 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 150148

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4648
/proc/meminfo: memFree=30264048/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=215844 CPUtime=25.47 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 42672 0 0 0 2537 10 0 0 20 0 2 0 287655610 221024256 42595 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 53961 42595 194 433 0 53525 0
[pid=4646/tid=4648] ppid=4644 vsize=215844 CPUtime=25.39 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 41784 0 0 0 2529 10 0 0 20 0 2 0 287655611 221024256 42595 33554432000 4194304 5964318 140734206223952 139638134491128 5136324 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 215844

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4649
/proc/meminfo: memFree=30074040/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=346916 CPUtime=51.05 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 70854 0 0 0 5087 18 0 0 20 0 2 0 287655610 355241984 70774 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 86729 70774 194 433 0 86293 0
[pid=4646/tid=4648] ppid=4644 vsize=346916 CPUtime=50.91 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 69966 0 0 0 5074 17 0 0 20 0 2 0 287655611 355241984 70774 33554432000 4194304 5964318 140734206223952 139638134491128 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 346916

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4652
/proc/meminfo: memFree=30005124/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=412836 CPUtime=102.21 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 84238 0 0 0 10200 21 0 0 20 0 2 0 287655610 422744064 84093 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 103209 84093 194 433 0 102773 0
[pid=4646/tid=4648] ppid=4644 vsize=412836 CPUtime=101.95 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 83350 0 0 0 10174 21 0 0 20 0 2 0 287655611 422744064 84093 33554432000 4194304 5964318 140734206223952 139638134491160 4400532 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 412836

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4652
/proc/meminfo: memFree=29903964/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=478660 CPUtime=162.18 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 109893 0 0 0 16191 27 0 0 20 0 2 0 287655610 490147840 110430 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 119665 110430 194 433 0 119229 0
[pid=4646/tid=4648] ppid=4644 vsize=478660 CPUtime=161.78 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 109005 0 0 0 16149 29 0 0 20 0 2 0 287655611 490147840 110430 33554432000 4194304 5964318 140734206223952 139638134491128 5136324 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 478660

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4652
/proc/meminfo: memFree=29888556/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=478948 CPUtime=222.17 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 112594 0 0 0 22189 28 0 0 20 0 2 0 287655610 490442752 113131 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 119737 113131 194 433 0 119301 0
[pid=4646/tid=4648] ppid=4644 vsize=478948 CPUtime=221.62 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 111706 0 0 0 22131 31 0 0 20 0 2 0 287655611 490442752 113131 33554432000 4194304 5964318 140734206223952 139638134491128 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 478948

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4652
/proc/meminfo: memFree=29842188/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=544772 CPUtime=282.17 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 124899 0 0 0 28186 31 0 0 20 0 2 0 287655610 557846528 125436 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 136193 125436 194 433 0 135757 0
[pid=4646/tid=4648] ppid=4644 vsize=544772 CPUtime=281.47 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 124011 0 0 0 28113 34 0 0 20 0 2 0 287655611 557846528 125436 33554432000 4194304 5964318 140734206223952 139638134491128 4399982 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 544772

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4653
/proc/meminfo: memFree=29724072/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=676204 CPUtime=342.15 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 153600 0 0 0 34177 38 0 0 20 0 2 0 287655610 692432896 154137 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 169051 154137 194 433 0 168615 0
[pid=4646/tid=4648] ppid=4644 vsize=676204 CPUtime=341.32 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 152712 0 0 0 34089 43 0 0 20 0 2 0 287655611 692432896 154137 33554432000 4194304 5964318 140734206223952 139638134491128 4399971 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 676204

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4653
/proc/meminfo: memFree=29724196/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=676636 CPUtime=402.14 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 153639 0 0 0 40176 38 0 0 20 0 2 0 287655610 692875264 154176 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 169159 154176 194 433 0 168723 0
[pid=4646/tid=4648] ppid=4644 vsize=676636 CPUtime=401.16 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 152751 0 0 0 40072 44 0 0 20 0 2 0 287655611 692875264 154176 33554432000 4194304 5964318 140734206223952 139638134491176 4381505 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 676636

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4653
/proc/meminfo: memFree=29693444/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=676852 CPUtime=462.14 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 1.56 1.89 1.96 2/172 4725
/proc/meminfo: memFree=30691104/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=739648 CPUtime=1421.86 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 177403 0 0 0 142141 45 0 0 20 0 2 0 287655610 757399552 173267 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 184912 173267 198 433 0 184476 0
[pid=4646/tid=4648] ppid=4644 vsize=739648 CPUtime=1418.42 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 176515 0 0 0 141776 66 0 0 20 0 2 0 287655611 757399552 173267 33554432000 4194304 5964318 140734206223952 139638134491976 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 739648

[startup+1482.3 s]
/proc/loadavg: 1.20 1.72 1.90 2/172 4725
/proc/meminfo: memFree=30691284/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=739648 CPUtime=1481.84 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 177406 0 0 0 148139 45 0 0 20 0 2 0 287655610 757399552 173267 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 184912 173267 198 433 0 184476 0
[pid=4646/tid=4648] ppid=4644 vsize=739648 CPUtime=1478.26 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 176518 0 0 0 147759 67 0 0 20 0 2 0 287655611 757399552 173267 33554432000 4194304 5964318 140734206223952 139638134491976 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 739648

[startup+1542.3 s]
/proc/loadavg: 1.07 1.59 1.84 2/172 4725
/proc/meminfo: memFree=30691284/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=739648 CPUtime=1541.83 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 177406 0 0 0 154138 45 0 0 20 0 2 0 287655610 757399552 173267 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 184912 173267 198 433 0 184476 0
[pid=4646/tid=4648] ppid=4644 vsize=739648 CPUtime=1538.11 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 176518 0 0 0 153743 68 0 0 20 0 2 0 287655611 757399552 173267 33554432000 4194304 5964318 140734206223952 139638134491976 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 739648

[startup+1602.3 s]
/proc/loadavg: 1.02 1.48 1.79 2/172 4726
/proc/meminfo: memFree=30691344/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=739648 CPUtime=1601.82 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 177407 0 0 0 160137 45 0 0 20 0 2 0 287655610 757399552 173267 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 184912 173267 198 433 0 184476 0
[pid=4646/tid=4648] ppid=4644 vsize=739648 CPUtime=1597.95 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 176519 0 0 0 159726 69 0 0 20 0 2 0 287655611 757399552 173267 33554432000 4194304 5964318 140734206223952 139638134491976 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 739648

[startup+1662.3 s]
/proc/loadavg: 1.01 1.39 1.73 2/172 4726
/proc/meminfo: memFree=30686880/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=739648 CPUtime=1661.81 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 178538 0 0 0 166136 45 0 0 20 0 2 0 287655610 757399552 174398 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 184912 174398 198 433 0 184476 0
[pid=4646/tid=4648] ppid=4644 vsize=739648 CPUtime=1657.8 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 177650 0 0 0 165710 70 0 0 20 0 2 0 287655611 757399552 174398 33554432000 4194304 5964318 140734206223952 139638134491128 4400001 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 739648

[startup+1722.3 s]
/proc/loadavg: 1.00 1.32 1.68 2/172 4726
/proc/meminfo: memFree=30688120/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=739648 CPUtime=1721.8 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 178538 0 0 0 172135 45 0 0 20 0 2 0 287655610 757399552 174013 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 184912 174013 198 433 0 184476 0
[pid=4646/tid=4648] ppid=4644 vsize=739648 CPUtime=1717.64 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 177650 0 0 0 171693 71 0 0 20 0 2 0 287655611 757399552 174013 33554432000 4194304 5964318 140734206223952 139638134491160 4399995 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 739648

[startup+1782.3 s]
/proc/loadavg: 1.00 1.26 1.64 2/172 4726
/proc/meminfo: memFree=30661584/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=739648 CPUtime=1781.8 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 186194 0 0 0 178132 48 0 0 20 0 2 0 287655610 757399552 181669 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 184912 181669 198 433 0 184476 0
[pid=4646/tid=4648] ppid=4644 vsize=739648 CPUtime=1777.49 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 185306 0 0 0 177675 74 0 0 20 0 2 0 287655611 757399552 181669 33554432000 4194304 5964318 140734206223952 139638134491128 4399824 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 739648

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.25 1.63 2/172 4726
/proc/meminfo: memFree=30648936/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=805184 CPUtime=1791.4 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 188441 0 0 0 179091 49 0 0 20 0 2 0 287655610 824508416 183916 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 201296 183916 198 433 0 200860 0
[pid=4646/tid=4648] ppid=4644 vsize=805184 CPUtime=1787.07 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 187553 0 0 0 178631 76 0 0 20 0 2 0 287655611 824508416 183916 33554432000 4194304 5964318 140734206223952 139638134491128 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 805184

[startup+1795.1 s]
/proc/loadavg: 1.00 1.24 1.63 2/172 4726
/proc/meminfo: memFree=30648936/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=805184 CPUtime=1794.6 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 188441 0 0 0 179411 49 0 0 20 0 2 0 287655610 824508416 183916 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 201296 183916 198 433 0 200860 0
[pid=4646/tid=4648] ppid=4644 vsize=805184 CPUtime=1790.26 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 187553 0 0 0 178950 76 0 0 20 0 2 0 287655611 824508416 183916 33554432000 4194304 5964318 140734206223952 139638134491128 4399973 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 805184

[startup+1798.3 s]
/proc/loadavg: 1.00 1.24 1.63 2/172 4726
/proc/meminfo: memFree=30648936/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=805184 CPUtime=1797.79 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 188441 0 0 0 179730 49 0 0 20 0 2 0 287655610 824508416 183916 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 201296 183916 198 433 0 200860 0
[pid=4646/tid=4648] ppid=4644 vsize=805184 CPUtime=1793.45 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 187553 0 0 0 179269 76 0 0 20 0 2 0 287655611 824508416 183916 33554432000 4194304 5964318 140734206223952 139638134491128 4400001 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 805184

[startup+1799.1 s]
/proc/loadavg: 1.00 1.24 1.63 2/172 4726
/proc/meminfo: memFree=30648812/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=805184 CPUtime=1798.59 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 188441 0 0 0 179810 49 0 0 20 0 2 0 287655610 824508416 183916 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 201296 183916 198 433 0 200860 0
[pid=4646/tid=4648] ppid=4644 vsize=805184 CPUtime=1794.25 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 187553 0 0 0 179349 76 0 0 20 0 2 0 287655611 824508416 183916 33554432000 4194304 5964318 140734206223952 139638134491128 4399971 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (KiB) 805184

[startup+1799.5 s]
/proc/loadavg: 1.00 1.24 1.62 2/172 4726
/proc/meminfo: memFree=30648812/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=805184 CPUtime=1799 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 188441 0 0 0 179851 49 0 0 20 0 2 0 287655610 824508416 183916 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 201296 183916 198 433 0 200860 0
[pid=4646/tid=4648] ppid=4644 vsize=805184 CPUtime=1794.65 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 187553 0 0 0 179389 76 0 0 20 0 2 0 287655611 824508416 183916 33554432000 4194304 5964318 140734206223952 139638134491128 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 805184

[startup+1799.9 s]
/proc/loadavg: 1.00 1.24 1.62 2/172 4726
/proc/meminfo: memFree=30648812/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=805184 CPUtime=1799.39 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 188441 0 0 0 179890 49 0 0 20 0 2 0 287655610 824508416 183916 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 201296 183916 198 433 0 200860 0
[pid=4646/tid=4648] ppid=4644 vsize=805184 CPUtime=1795.05 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 187553 0 0 0 179429 76 0 0 20 0 2 0 287655611 824508416 183916 33554432000 4194304 5964318 140734206223952 139638134491128 4400019 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 805184

[startup+1800 s]
/proc/loadavg: 1.00 1.24 1.62 2/172 4726
/proc/meminfo: memFree=30648812/32873844 swapFree=7112/7112
[pid=4646] ppid=4644 vsize=805184 CPUtime=1799.49 cores=0,2,4,6
/proc/4646/stat : 4646 (wbo1.71) S 4644 4646 1215 0 -1 4202496 188441 0 0 0 179900 49 0 0 20 0 2 0 287655610 824508416 183916 33554432000 4194304 5964318 140734206223952 140734206223472 4546589 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4646/statm: 201296 183916 198 433 0 200860 0
[pid=4646/tid=4648] ppid=4644 vsize=805184 CPUtime=1795.15 cores=0,2,4,6
/proc/4646/task/4648/stat : 4648 (wbo1.71) R 4644 4646 1215 0 -1 4202560 187553 0 0 0 179439 76 0 0 20 0 2 0 287655611 824508416 183916 33554432000 4194304 5964318 140734206223952 139638134491128 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 805184

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4646 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=404209
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=779881
# CPU time returned by wait4() is 1795.18
# while last known CPU time is 1799.49
#
# 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.49
CPU user time (s): 1799
CPU system time (s): 0.49
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 805184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.4
system time used= 0.779881
maximum resident set size= 735672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188443
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= 245
involuntary context switches= 1881

runsolver used 3.19951 second user time and 8.81066 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-28 16:28:19
IDJOB=3713145
IDBENCH=79258
IDSOLVER=2293
FILE ID=node119/3713145-1338215299
RUNJOBID= node119-1338182452-1231
PBS_JOBID= 14624567
Free space on /tmp= 71608 MiB

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

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

MD5SUM BENCH= c0d431beb578ab67ce1970cb297cf650
RANDOM SEED=916069086

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:        30545000 kB
Buffers:          324436 kB
Cached:           362880 kB
SwapCached:         1840 kB
Active:          1363860 kB
Inactive:         162536 kB
Active(anon):     838820 kB
Inactive(anon):     2068 kB
Active(file):     525040 kB
Inactive(file):   160468 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100200 kB
Dirty:              5404 kB
Writeback:             0 kB
AnonPages:        844104 kB
Mapped:            12484 kB
Shmem:                 8 kB
Slab:             659124 kB
SReclaimable:     101312 kB
SUnreclaim:       557812 kB
KernelStack:        1488 kB
PageTables:         5648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    780288 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= 71608 MiB
End job on node119 at 2012-05-28 16:58:19