Trace number 3726718

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K101.opb
MD5SUMa3de6c6ee42f8b511357d3857e721bb4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark198.533
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6868
Total number of constraints7072
Number of constraints which are clauses6971
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint101
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
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-3726718-1338664577.opb.
0.00/0.00	c Instance file HOME/instance-3726718-1338664577.opb
0.00/0.00	c File size is 440171 bytes.
0.00/0.03	c Highest Coefficient sum: 102
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      6868                                                |
0.00/0.03	c |  Number Clauses:        6971                                                |
0.00/0.03	c |  Number Cardinality:    101                                                 |
0.00/0.03	c |  Number PB Constraints: 0                                                   |
0.00/0.03	c |                                                                             |
0.00/0.04	c |  Problem Type:          Decision                                            |
0.00/0.04	c |  Objective Function:    None                                                |
0.00/0.04	c |                                                                             |
0.00/0.04	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.01 s
1799.57/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-3726718-1338664577/watcher-3726718-1338664577 -o /tmp/evaluation-result-3726718-1338664577/solver-3726718-1338664577 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726718-1338664577.opb 

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.02 2.01 2.00 3/177 32099
/proc/meminfo: memFree=29038976/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=4848 CPUtime=0 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) R 32097 32099 28704 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 332583218 4964352 551 33554432000 4194304 5964478 140733762314432 140733762312312 5179673 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 1212 551 165 433 0 668 0

[startup+0.044706 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 32099
/proc/meminfo: memFree=29038976/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=87208 CPUtime=0.04 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 2432 0 0 0 4 0 0 0 20 0 2 0 332583218 89300992 2249 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 21802 2249 177 433 0 21366 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 87208

[startup+0.10017 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 32099
/proc/meminfo: memFree=29038976/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=86632 CPUtime=0.09 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 2679 0 0 0 9 0 0 0 20 0 2 0 332583218 88711168 2388 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 21658 2388 186 433 0 21222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86632

[startup+0.300117 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 32099
/proc/meminfo: memFree=29038976/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=86632 CPUtime=0.29 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 2932 0 0 0 29 0 0 0 20 0 2 0 332583218 88711168 2641 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 21658 2641 186 433 0 21222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86632

[startup+0.700113 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 32099
/proc/meminfo: memFree=29038976/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=86632 CPUtime=0.68 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 3419 0 0 0 68 0 0 0 20 0 2 0 332583218 88711168 3128 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 21658 3128 186 433 0 21222 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 86632

[startup+1.50021 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32101
/proc/meminfo: memFree=29026304/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=86632 CPUtime=1.48 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 4380 0 0 0 148 0 0 0 20 0 2 0 332583218 88711168 4089 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 21658 4089 186 433 0 21222 0
[pid=32099/tid=32101] ppid=32097 vsize=86632 CPUtime=1.44 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 2850 0 0 0 144 0 0 0 20 0 2 0 332583221 88711168 4089 33554432000 4194304 5964478 140733762314432 140682455562232 4400106 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86632

[startup+3.10022 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32101
/proc/meminfo: memFree=29020568/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=86632 CPUtime=3.08 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 5345 0 0 0 308 0 0 0 20 0 2 0 332583218 88711168 5054 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 21658 5054 186 433 0 21222 0
[pid=32099/tid=32101] ppid=32097 vsize=86632 CPUtime=3.04 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 3815 0 0 0 304 0 0 0 20 0 2 0 332583221 88711168 5054 33554432000 4194304 5964478 140733762314432 140682455562232 4382029 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 86632

[startup+6.30025 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32101
/proc/meminfo: memFree=29013716/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=86632 CPUtime=6.28 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 7682 0 0 0 627 1 0 0 20 0 2 0 332583218 88711168 7391 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 21658 7391 186 433 0 21222 0
[pid=32099/tid=32101] ppid=32097 vsize=86632 CPUtime=6.23 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 6152 0 0 0 622 1 0 0 20 0 2 0 332583221 88711168 7391 33554432000 4194304 5964478 140733762314432 140682455562232 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86632

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32101
/proc/meminfo: memFree=29002332/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=86632 CPUtime=12.68 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 9537 0 0 0 1267 1 0 0 20 0 2 0 332583218 88711168 9246 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 21658 9246 186 433 0 21222 0
[pid=32099/tid=32101] ppid=32097 vsize=86632 CPUtime=12.61 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 8007 0 0 0 1260 1 0 0 20 0 2 0 332583221 88711168 9246 33554432000 4194304 5964478 140733762314432 140682455562280 4382261 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86632

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 32101
/proc/meminfo: memFree=28983988/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=86956 CPUtime=25.48 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 14384 0 0 0 2545 3 0 0 20 0 2 0 332583218 89042944 14093 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 21739 14093 186 433 0 21303 0
[pid=32099/tid=32101] ppid=32097 vsize=86956 CPUtime=25.38 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 12854 0 0 0 2536 2 0 0 20 0 2 0 332583221 89042944 14093 33554432000 4194304 5964478 140733762314432 140682455562280 4400087 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86956

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 32101
/proc/meminfo: memFree=28938112/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=152652 CPUtime=51.07 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 26186 0 0 0 5101 6 0 0 20 0 2 0 332583218 156315648 25895 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 38163 25895 186 433 0 37727 0
[pid=32099/tid=32101] ppid=32097 vsize=152652 CPUtime=50.91 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 24656 0 0 0 5085 6 0 0 20 0 2 0 332583221 156315648 25895 33554432000 4194304 5964478 140733762314432 140682455562232 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 152652

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32101
/proc/meminfo: memFree=28910832/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=152892 CPUtime=102.26 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 32343 0 0 0 10218 8 0 0 20 0 2 0 332583218 156561408 32052 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 38223 32052 186 433 0 37787 0
[pid=32099/tid=32101] ppid=32097 vsize=152892 CPUtime=101.98 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 30813 0 0 0 10189 9 0 0 20 0 2 0 332583221 156561408 32052 33554432000 4194304 5964478 140733762314432 140682455562232 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 152892

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 32101
/proc/meminfo: memFree=28863868/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=218428 CPUtime=162.22 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 40741 0 0 0 16211 11 0 0 20 0 2 0 332583218 223670272 40474 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 54607 40474 186 433 0 54171 0
[pid=32099/tid=32101] ppid=32097 vsize=218428 CPUtime=161.78 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 39211 0 0 0 16165 13 0 0 20 0 2 0 332583221 223670272 40474 33554432000 4194304 5964478 140733762314432 140682455562232 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 218428

[startup+222.306 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 32140
/proc/meminfo: memFree=29070832/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=218428 CPUtime=222.2 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 44057 0 0 0 22208 12 0 0 20 0 2 0 332583218 223670272 43772 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 54607 43772 186 433 0 54171 0
[pid=32099/tid=32101] ppid=32097 vsize=218428 CPUtime=221.62 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 42527 0 0 0 22147 15 0 0 20 0 2 0 332583221 223670272 43772 33554432000 4194304 5964478 140733762314432 140682455562040 4400119 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 218428

[startup+282.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/180 32144
/proc/meminfo: memFree=29007156/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=218428 CPUtime=282.18 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 44064 0 0 0 28206 12 0 0 20 0 2 0 332583218 223670272 43781 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 54607 43781 186 433 0 54171 0
[pid=32099/tid=32101] ppid=32097 vsize=218428 CPUtime=281.45 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 42534 0 0 0 28129 16 0 0 20 0 2 0 332583221 223670272 43781 33554432000 4194304 5964478 140733762314432 140682455562040 4400069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 218428

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 32144
/proc/meminfo: memFree=28891428/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=284324 CPUtime=342.16 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 59213 0 0 0 34198 18 0 0 20 0 2 0 332583218 291147776 58951 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 71081 58951 186 433 0 70645 0
[pid=32099/tid=32101] ppid=32097 vsize=284324 CPUtime=341.28 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 57683 0 0 0 34105 23 0 0 20 0 2 0 332583221 291147776 58951 33554432000 4194304 5964478 140733762314432 140682455562232 4381664 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 284324

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 32144
/proc/meminfo: memFree=28782720/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=284324 CPUtime=402.15 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 66437 0 0 0 40194 21 0 0 20 0 2 0 332583218 291147776 66677 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 71081 66677 186 433 0 70645 0
[pid=32099/tid=32101] ppid=32097 vsize=284324 CPUtime=401.13 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 64907 0 0 0 40086 27 0 0 20 0 2 0 332583221 291147776 66677 33554432000 4194304 5964478 140733762314432 140682455562232 4400551 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 284324

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 32144
/proc/meminfo: memFree=28747284/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=349860 CPUtime=462.14 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32151
/proc/meminfo: memFree=28426264/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1361.95 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102075 0 0 0 136147 48 0 0 20 0 2 0 332583218 496451584 102312 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102312 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1358.6 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100545 0 0 0 135792 68 0 0 20 0 2 0 332583221 496451584 102312 33554432000 4194304 5964478 140733762314432 140682455562232 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 484816

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32151
/proc/meminfo: memFree=28426512/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1421.95 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102081 0 0 0 142147 48 0 0 20 0 2 0 332583218 496451584 102318 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102318 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1418.45 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100551 0 0 0 141776 69 0 0 20 0 2 0 332583221 496451584 102318 33554432000 4194304 5964478 140733762314432 140682455562232 4381993 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 484816

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32154
/proc/meminfo: memFree=28392400/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1481.93 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102092 0 0 0 148145 48 0 0 20 0 2 0 332583218 496451584 101906 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 101906 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1478.29 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100562 0 0 0 147759 70 0 0 20 0 2 0 332583221 496451584 101906 33554432000 4194304 5964478 140733762314432 140682455562264 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 484816

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32155
/proc/meminfo: memFree=28368432/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1541.92 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102111 0 0 0 154144 48 0 0 20 0 2 0 332583218 496451584 102200 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102200 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1538.13 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100581 0 0 0 153742 71 0 0 20 0 2 0 332583221 496451584 102200 33554432000 4194304 5964478 140733762314432 140682455562264 4392749 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 484816

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32155
/proc/meminfo: memFree=28368852/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1601.9 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102117 0 0 0 160142 48 0 0 20 0 2 0 332583218 496451584 102277 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102277 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1597.96 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100587 0 0 0 159724 72 0 0 20 0 2 0 332583221 496451584 102277 33554432000 4194304 5964478 140733762314432 140682455562264 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 484816

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32155
/proc/meminfo: memFree=28342068/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1661.89 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102117 0 0 0 166141 48 0 0 20 0 2 0 332583218 496451584 102277 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102277 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1657.81 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100587 0 0 0 165708 73 0 0 20 0 2 0 332583221 496451584 102277 33554432000 4194304 5964478 140733762314432 140682455562264 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 484816

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32155
/proc/meminfo: memFree=28249440/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1721.88 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102117 0 0 0 172140 48 0 0 20 0 2 0 332583218 496451584 102277 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102277 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1717.65 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100587 0 0 0 171691 74 0 0 20 0 2 0 332583221 496451584 102277 33554432000 4194304 5964478 140733762314432 140682455562264 4400435 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 484816

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 32155
/proc/meminfo: memFree=28239940/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1781.87 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102117 0 0 0 178139 48 0 0 20 0 2 0 332583218 496451584 102277 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102277 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1777.5 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100587 0 0 0 177675 75 0 0 20 0 2 0 332583221 496451584 102277 33554432000 4194304 5964478 140733762314432 140682455562264 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 484816

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

[startup+1792.01 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 32155
/proc/meminfo: memFree=28240056/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1791.58 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102117 0 0 0 179110 48 0 0 20 0 2 0 332583218 496451584 102277 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102277 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1787.18 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100587 0 0 0 178643 75 0 0 20 0 2 0 332583221 496451584 102277 33554432000 4194304 5964478 140733762314432 140682455562264 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 484816

[startup+1795.2 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 32156
/proc/meminfo: memFree=28239784/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1794.78 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102117 0 0 0 179430 48 0 0 20 0 2 0 332583218 496451584 102277 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102277 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1790.37 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100587 0 0 0 178962 75 0 0 20 0 2 0 332583221 496451584 102277 33554432000 4194304 5964478 140733762314432 140682455562264 4400103 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 484816

[startup+1798.4 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 32156
/proc/meminfo: memFree=28239908/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1797.97 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102117 0 0 0 179749 48 0 0 20 0 2 0 332583218 496451584 102277 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102277 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1793.56 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100587 0 0 0 179281 75 0 0 20 0 2 0 332583221 496451584 102277 33554432000 4194304 5964478 140733762314432 140682455562264 4400024 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 484816

[startup+1799.2 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 32156
/proc/meminfo: memFree=28239908/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1798.77 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102117 0 0 0 179829 48 0 0 20 0 2 0 332583218 496451584 102277 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102277 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1794.36 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100587 0 0 0 179361 75 0 0 20 0 2 0 332583221 496451584 102277 33554432000 4194304 5964478 140733762314432 140682455562264 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 484816

[startup+1799.6 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 32156
/proc/meminfo: memFree=28239908/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1799.18 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102117 0 0 0 179870 48 0 0 20 0 2 0 332583218 496451584 102277 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102277 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1794.76 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100587 0 0 0 179401 75 0 0 20 0 2 0 332583221 496451584 102277 33554432000 4194304 5964478 140733762314432 140682455562264 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (KiB) 484816

[startup+1800 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 32156
/proc/meminfo: memFree=28239908/32873648 swapFree=7116/7116
[pid=32099] ppid=32097 vsize=484816 CPUtime=1799.57 cores=1,3,5,7
/proc/32099/stat : 32099 (pwbo2.02) S 32097 32099 28704 0 -1 4202496 102117 0 0 0 179909 48 0 0 20 0 2 0 332583218 496451584 102277 33554432000 4194304 5964478 140733762314432 140733762313952 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32099/statm: 121204 102277 186 433 0 120768 0
[pid=32099/tid=32101] ppid=32097 vsize=484816 CPUtime=1795.15 cores=1,3,5,7
/proc/32099/task/32101/stat : 32101 (pwbo2.02) R 32097 32099 28704 0 -1 4202560 100587 0 0 0 179440 75 0 0 20 0 2 0 332583221 496451584 102277 33554432000 4194304 5964478 140733762314432 140682455562264 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 484816

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32099 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=450202
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=763883
# CPU time returned by wait4() is 1795.21
# while last known CPU time is 1799.57
#
# 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.57
CPU user time (s): 1799.09
CPU system time (s): 0.48
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 484816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.45
system time used= 0.763883
maximum resident set size= 409316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102120
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= 187
involuntary context switches= 5411

runsolver used 2.74958 second user time and 7.62884 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-02 21:16:17
IDJOB=3726718
IDBENCH=90139
IDSOLVER=2310
FILE ID=node123/3726718-1338664577
RUNJOBID= node123-1338651688-31051
PBS_JOBID= 14636457
Free space on /tmp= 71312 MiB

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

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

MD5SUM BENCH= a3de6c6ee42f8b511357d3857e721bb4
RANDOM SEED=1353958561

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:        29039728 kB
Buffers:          479128 kB
Cached:          2179548 kB
SwapCached:         2272 kB
Active:          1080656 kB
Inactive:        1865104 kB
Active(anon):     282016 kB
Inactive(anon):     5516 kB
Active(file):     798640 kB
Inactive(file):  1859588 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:              5836 kB
Writeback:             0 kB
AnonPages:        412724 kB
Mapped:            11000 kB
Shmem:                 0 kB
Slab:             747772 kB
SReclaimable:     192052 kB
SUnreclaim:       555720 kB
KernelStack:        1488 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     154288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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= 71304 MiB
End job on node123 at 2012-06-02 21:46:18