Trace number 3726643

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
pwbo 2.02? 1799.51 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-112.opb
MD5SUM7a0b627cea8cce891554469525360150
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 variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 568
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 |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726643-1338661162.opb.
0.00/0.00	c Instance file HOME/instance-3726643-1338661162.opb
0.00/0.00	c File size is 33569425 bytes.
2.10/2.20	c Highest Coefficient sum: 568
2.29/2.34	c ============================[ Problem Statistics ]=============================
2.29/2.34	c |                                                                             |
2.29/2.34	c |  Parsing time:          2.20         s                                      |
2.29/2.34	c |  Number Variables:      33692                                               |
2.29/2.34	c |  Number Clauses:        664296                                              |
2.29/2.34	c |  Number Cardinality:    2643                                                |
2.29/2.34	c |  Number PB Constraints: 74746                                               |
2.29/2.34	c |                                                                             |
2.29/2.34	c |  Problem Type:          Decision                                            |
2.29/2.34	c |  Objective Function:    None                                                |
2.29/2.34	c |                                                                             |
2.29/2.34	c ===============================================================================
1799.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3726643-1338661162/watcher-3726643-1338661162 -o /tmp/evaluation-result-3726643-1338661162/solver-3726643-1338661162 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726643-1338661162.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.02 2.00 3/177 31928
/proc/meminfo: memFree=28808808/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=35792 CPUtime=0 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) R 31926 31928 28704 0 -1 4202496 290 0 0 0 0 0 0 0 20 0 1 0 332241766 36651008 242 33554432000 4194304 5964478 140734224111312 140736353471848 5139129 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/31928/statm: 8948 242 167 433 0 316 0

[startup+0.032779 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 31928
/proc/meminfo: memFree=28808808/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=36992 CPUtime=0.02 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) R 31926 31928 28704 0 -1 4202496 653 0 0 0 2 0 0 0 20 0 1 0 332241766 37879808 605 33554432000 4194304 5964478 140734224111312 140736353471848 5367340 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/31928/statm: 9248 606 251 433 0 616 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 36992

[startup+0.100212 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 31928
/proc/meminfo: memFree=28808808/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=40440 CPUtime=0.09 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) R 31926 31928 28704 0 -1 4202496 1741 0 0 0 9 0 0 0 20 0 1 0 332241766 41410560 1660 33554432000 4194304 5964478 140734224111312 140734224109656 5179591 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/31928/statm: 10110 1660 502 433 0 1478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40440

[startup+0.300202 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 31928
/proc/meminfo: memFree=28808808/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=49264 CPUtime=0.28 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) R 31926 31928 28704 0 -1 4202496 4720 0 0 0 28 0 0 0 20 0 1 0 332241766 50446336 4574 33554432000 4194304 5964478 140734224111312 140734224109656 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/31928/statm: 12316 4574 1249 433 0 3684 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 49264

[startup+0.7002 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 31928
/proc/meminfo: memFree=28808808/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=66808 CPUtime=0.69 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) R 31926 31928 28704 0 -1 4202496 10674 0 0 0 68 1 0 0 20 0 1 0 332241766 68411392 10400 33554432000 4194304 5964478 140734224111312 140734224109816 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/31928/statm: 16702 10400 2750 433 0 8070 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66808

[startup+1.5002 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 31929
/proc/meminfo: memFree=28768868/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=101476 CPUtime=1.49 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) R 31926 31928 28704 0 -1 4202496 22303 0 0 0 147 2 0 0 20 0 1 0 332241766 103911424 21771 33554432000 4194304 5964478 140734224111312 140734224109656 4344407 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/31928/statm: 25369 21772 5817 433 0 16737 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101476

[startup+3.10024 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 31929
/proc/meminfo: memFree=28724164/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=242260 CPUtime=3.08 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 61350 0 0 0 300 8 0 0 20 0 2 0 332241766 248074240 50641 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 60565 50641 186 433 0 60129 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 242260

[startup+6.30027 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 31930
/proc/meminfo: memFree=28605624/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=242260 CPUtime=6.29 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 62681 0 0 0 620 9 0 0 20 0 2 0 332241766 248074240 51972 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 60565 51972 186 433 0 60129 0
[pid=31928/tid=31930] ppid=31926 vsize=242260 CPUtime=4.08 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 30437 0 0 0 403 5 0 0 20 0 2 0 332241986 248074240 51972 33554432000 4194304 5964478 140734224111312 139643471714104 4399920 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) 242260

[startup+12.7002 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 31930
/proc/meminfo: memFree=28597324/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=242260 CPUtime=12.69 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 64357 0 0 0 1260 9 0 0 20 0 2 0 332241766 248074240 53648 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 60565 53648 186 433 0 60129 0
[pid=31928/tid=31930] ppid=31926 vsize=242260 CPUtime=10.47 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 32113 0 0 0 1042 5 0 0 20 0 2 0 332241986 248074240 53648 33554432000 4194304 5964478 140734224111312 139643471714104 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 242260

[startup+25.5003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 31931
/proc/meminfo: memFree=28579452/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=307796 CPUtime=25.48 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 67470 0 0 0 2538 10 0 0 20 0 2 0 332241766 315183104 56761 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 76949 56761 186 433 0 76513 0
[pid=31928/tid=31930] ppid=31926 vsize=307796 CPUtime=23.22 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 35226 0 0 0 2317 5 0 0 20 0 2 0 332241986 315183104 56761 33554432000 4194304 5964478 140734224111312 139643471714344 4400115 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 307796

[startup+51.1002 s]
/proc/loadavg: 2.09 2.04 2.00 3/180 31934
/proc/meminfo: memFree=28542064/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=307796 CPUtime=51.07 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 72797 0 0 0 5095 12 0 0 20 0 2 0 332241766 315183104 62088 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 76949 62088 186 433 0 76513 0
[pid=31928/tid=31930] ppid=31926 vsize=307796 CPUtime=48.76 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 40553 0 0 0 4868 8 0 0 20 0 2 0 332241986 315183104 62088 33554432000 4194304 5964478 140734224111312 139643471714344 4400831 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 307796

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 31934
/proc/meminfo: memFree=28477860/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=307796 CPUtime=102.28 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 81689 0 0 0 10209 19 0 0 20 0 2 0 332241766 315183104 70980 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 76949 70980 186 433 0 76513 0
[pid=31928/tid=31930] ppid=31926 vsize=307796 CPUtime=99.83 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 49445 0 0 0 9968 15 0 0 20 0 2 0 332241986 315183104 70980 33554432000 4194304 5964478 140734224111312 139643471714296 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 307796

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 31934
/proc/meminfo: memFree=28425252/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=373332 CPUtime=162.26 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 89195 0 0 0 16202 24 0 0 20 0 2 0 332241766 382291968 78486 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 93333 78486 186 433 0 92897 0
[pid=31928/tid=31930] ppid=31926 vsize=373332 CPUtime=159.67 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 56951 0 0 0 15946 21 0 0 20 0 2 0 332241986 382291968 78486 33554432000 4194304 5964478 140734224111312 139643471714104 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 373332

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 31934
/proc/meminfo: memFree=28381752/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=373332 CPUtime=222.25 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 93931 0 0 0 22198 27 0 0 20 0 2 0 332241766 382291968 83222 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 93333 83222 186 433 0 92897 0
[pid=31928/tid=31930] ppid=31926 vsize=373332 CPUtime=219.52 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 61687 0 0 0 21926 26 0 0 20 0 2 0 332241986 382291968 83222 33554432000 4194304 5964478 140734224111312 139643471714296 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 373332

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 31934
/proc/meminfo: memFree=28342568/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=438868 CPUtime=282.25 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 99030 0 0 0 28194 31 0 0 20 0 2 0 332241766 449400832 88321 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 109717 88321 186 433 0 109281 0
[pid=31928/tid=31930] ppid=31926 vsize=438868 CPUtime=279.37 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 66786 0 0 0 27907 30 0 0 20 0 2 0 332241986 449400832 88321 33554432000 4194304 5964478 140734224111312 139643471714344 4399969 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 438868

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31935
/proc/meminfo: memFree=28294580/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=438868 CPUtime=342.22 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 103944 0 0 0 34188 34 0 0 20 0 2 0 332241766 449400832 94273 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 109717 94273 186 433 0 109281 0
[pid=31928/tid=31930] ppid=31926 vsize=438868 CPUtime=339.2 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 71700 0 0 0 33885 35 0 0 20 0 2 0 332241986 449400832 94273 33554432000 4194304 5964478 140734224111312 139643471714296 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 438868

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31935
/proc/meminfo: memFree=28252200/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=438868 CPUtime=402.17 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 108591 0 0 0 40179 38 0 0 20 0 2 0 332241766 449400832 99964 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 109717 99964 186 433 0 109281 0
[pid=31928/tid=31930] ppid=31926 vsize=438868 CPUtime=399.01 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 76347 0 0 0 39861 40 0 0 20 0 2 0 332241986 449400832 99964 33554432000 4194304 5964478 140734224111312 139643471714296 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 438868

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 31935
/proc/meminfo: memFree=28220964/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=438868 CPUtime=462.14 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 113277 0 0 0 46172 42 0 0 20 0 2 0 332241766 449400832 104661 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 109717 104661 186 433 0 109281 0
[pid=31928/tid=31930] ppid=31926 vsize=438868 CPUtime=458.83 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 81033 0 0 0 45840 43 0 0 20 0 2 0 332241986 449400832 104661 33554432000 4194304 5964478 140734224111312 139643471714296 4403370 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31944
/proc/meminfo: memFree=27805080/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=701012 CPUtime=1421.92 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 167693 0 0 0 142108 84 0 0 20 0 2 0 332241766 717836288 162135 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 175253 162135 186 433 0 174817 0
[pid=31928/tid=31930] ppid=31926 vsize=701012 CPUtime=1416.31 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 135449 0 0 0 141531 100 0 0 20 0 2 0 332241986 717836288 162135 33554432000 4194304 5964478 140734224111312 139643471714296 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 701012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31944
/proc/meminfo: memFree=27776004/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=701012 CPUtime=1481.9 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 171908 0 0 0 148104 86 0 0 20 0 2 0 332241766 717836288 166350 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 175253 166350 186 433 0 174817 0
[pid=31928/tid=31930] ppid=31926 vsize=701012 CPUtime=1476.15 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 139664 0 0 0 147511 104 0 0 20 0 2 0 332241986 717836288 166350 33554432000 4194304 5964478 140734224111312 139643471714296 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 701012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31944
/proc/meminfo: memFree=27755568/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=701012 CPUtime=1541.89 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 174519 0 0 0 154100 89 0 0 20 0 2 0 332241766 717836288 168961 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 175253 168961 186 433 0 174817 0
[pid=31928/tid=31930] ppid=31926 vsize=701012 CPUtime=1536 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 142275 0 0 0 153493 107 0 0 20 0 2 0 332241986 717836288 168961 33554432000 4194304 5964478 140734224111312 139643471714296 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 701012

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 31945
/proc/meminfo: memFree=27738084/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=766548 CPUtime=1601.89 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 177063 0 0 0 160098 91 0 0 20 0 2 0 332241766 784945152 171505 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 191637 171505 186 433 0 191201 0
[pid=31928/tid=31930] ppid=31926 vsize=766548 CPUtime=1595.84 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 144819 0 0 0 159474 110 0 0 20 0 2 0 332241986 784945152 171505 33554432000 4194304 5964478 140734224111312 139643471714296 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 766548

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 31985
/proc/meminfo: memFree=28513432/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=766548 CPUtime=1661.87 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 179349 0 0 0 166094 93 0 0 20 0 2 0 332241766 784945152 173791 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 191637 173791 186 433 0 191201 0
[pid=31928/tid=31930] ppid=31926 vsize=766548 CPUtime=1655.69 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 147105 0 0 0 165455 114 0 0 20 0 2 0 332241986 784945152 173791 33554432000 4194304 5964478 140734224111312 139643471714296 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 766548

[startup+1722.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/179 31985
/proc/meminfo: memFree=28474408/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=766548 CPUtime=1721.85 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 181722 0 0 0 172089 96 0 0 20 0 2 0 332241766 784945152 177965 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 191637 177965 186 433 0 191201 0
[pid=31928/tid=31930] ppid=31926 vsize=766548 CPUtime=1715.52 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 149478 0 0 0 171434 118 0 0 20 0 2 0 332241986 784945152 177965 33554432000 4194304 5964478 140734224111312 139643471714232 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 766548

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 31985
/proc/meminfo: memFree=28432524/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=766548 CPUtime=1781.82 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 183361 0 0 0 178084 98 0 0 20 0 2 0 332241766 784945152 181151 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 191637 181151 186 433 0 191201 0
[pid=31928/tid=31930] ppid=31926 vsize=766548 CPUtime=1775.34 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 151117 0 0 0 177415 119 0 0 20 0 2 0 332241986 784945152 181151 33554432000 4194304 5964478 140734224111312 139643471714296 4400091 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 766548

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 31985
/proc/meminfo: memFree=28429288/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=766548 CPUtime=1791.42 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 183927 0 0 0 179044 98 0 0 20 0 2 0 332241766 784945152 181762 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 191637 181762 186 433 0 191201 0
[pid=31928/tid=31930] ppid=31926 vsize=766548 CPUtime=1784.92 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 151683 0 0 0 178372 120 0 0 20 0 2 0 332241986 784945152 181762 33554432000 4194304 5964478 140734224111312 139643471714104 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 766548

[startup+1795.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 31985
/proc/meminfo: memFree=28428916/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=766548 CPUtime=1794.62 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 183941 0 0 0 179364 98 0 0 20 0 2 0 332241766 784945152 181775 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 191637 181775 186 433 0 191201 0
[pid=31928/tid=31930] ppid=31926 vsize=766548 CPUtime=1788.11 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 151697 0 0 0 178691 120 0 0 20 0 2 0 332241986 784945152 181775 33554432000 4194304 5964478 140734224111312 139643471714168 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 766548

[startup+1798.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 31985
/proc/meminfo: memFree=28428792/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=766548 CPUtime=1797.81 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 184059 0 0 0 179683 98 0 0 20 0 2 0 332241766 784945152 181893 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 191637 181893 186 433 0 191201 0
[pid=31928/tid=31930] ppid=31926 vsize=766548 CPUtime=1791.3 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 151815 0 0 0 179010 120 0 0 20 0 2 0 332241986 784945152 181893 33554432000 4194304 5964478 140734224111312 139643471714168 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 766548

[startup+1799.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 31985
/proc/meminfo: memFree=28428668/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=766548 CPUtime=1798.61 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 184060 0 0 0 179763 98 0 0 20 0 2 0 332241766 784945152 181894 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 191637 181894 186 433 0 191201 0
[pid=31928/tid=31930] ppid=31926 vsize=766548 CPUtime=1792.1 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 151816 0 0 0 179090 120 0 0 20 0 2 0 332241986 784945152 181894 33554432000 4194304 5964478 140734224111312 139643471714104 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 766548

[startup+1799.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 31985
/proc/meminfo: memFree=28428296/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=766548 CPUtime=1799.02 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 184060 0 0 0 179804 98 0 0 20 0 2 0 332241766 784945152 181894 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 191637 181894 186 433 0 191201 0
[pid=31928/tid=31930] ppid=31926 vsize=766548 CPUtime=1792.5 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 151816 0 0 0 179130 120 0 0 20 0 2 0 332241986 784945152 181894 33554432000 4194304 5964478 140734224111312 139643471714104 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 766548

[startup+1799.9 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 31985
/proc/meminfo: memFree=28428296/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=766548 CPUtime=1799.41 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 184068 0 0 0 179843 98 0 0 20 0 2 0 332241766 784945152 181902 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 191637 181902 186 433 0 191201 0
[pid=31928/tid=31930] ppid=31926 vsize=766548 CPUtime=1792.89 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 151824 0 0 0 179169 120 0 0 20 0 2 0 332241986 784945152 181902 33554432000 4194304 5964478 140734224111312 139643471714104 4399986 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 766548

[startup+1800 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 31985
/proc/meminfo: memFree=28428296/32873648 swapFree=7116/7116
[pid=31928] ppid=31926 vsize=766548 CPUtime=1799.51 cores=0,2,4,6
/proc/31928/stat : 31928 (pwbo2.02) S 31926 31928 28704 0 -1 4202496 184071 0 0 0 179853 98 0 0 20 0 2 0 332241766 784945152 181905 33554432000 4194304 5964478 140734224111312 140734224110832 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31928/statm: 191637 181905 186 433 0 191201 0
[pid=31928/tid=31930] ppid=31926 vsize=766548 CPUtime=1792.99 cores=0,2,4,6
/proc/31928/task/31930/stat : 31930 (pwbo2.02) R 31926 31928 28704 0 -1 4202560 151827 0 0 0 179179 120 0 0 20 0 2 0 332241986 784945152 181905 33554432000 4194304 5964478 140734224111312 139643471714104 4400010 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 766548

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31928 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=961276
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=257808
# CPU time returned by wait4() is 1795.22
# while last known CPU time is 1799.51
#
# 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.51
CPU user time (s): 1798.53
CPU system time (s): 0.98
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 766548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 1.25781
maximum resident set size= 727640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184076
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= 269
involuntary context switches= 1900

runsolver used 2.79857 second user time and 7.32089 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-02 20:19:23
IDJOB=3726643
IDBENCH=89805
IDSOLVER=2310
FILE ID=node123/3726643-1338661162
RUNJOBID= node123-1338651688-31050
PBS_JOBID= 14636457
Free space on /tmp= 71232 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-112.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726643-1338661162/watcher-3726643-1338661162 -o /tmp/evaluation-result-3726643-1338661162/solver-3726643-1338661162 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726643-1338661162.opb

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=860710568

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28815116 kB
Buffers:          478068 kB
Cached:          2260624 kB
SwapCached:         2272 kB
Active:          1306660 kB
Inactive:        1864452 kB
Active(anon):     426948 kB
Inactive(anon):     5516 kB
Active(file):     879712 kB
Inactive(file):  1858936 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:             38148 kB
Writeback:             0 kB
AnonPages:        435140 kB
Mapped:            11144 kB
Shmem:                 0 kB
Slab:             748708 kB
SReclaimable:     192836 kB
SUnreclaim:       555872 kB
KernelStack:        1456 kB
PageTables:         5168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     287888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71276 MiB
End job on node123 at 2012-06-02 20:49:23