Trace number 3704952

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7? 1799.64 1800

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K97.opb
MD5SUM43f0e9fb1c8ca4724fdfde37689b9cda
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 benchmark650.612
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6596
Total number of constraints6792
Number of constraints which are clauses6695
Number of constraints which are cardinality constraints (but not clauses)97
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint97
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 98
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 |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704952-1338114440.opb.
0.00/0.00	c Instance file HOME/instance-3704952-1338114440.opb
0.00/0.00	c File size is 422431 bytes.
0.00/0.03	c Highest Coefficient sum: 98
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:      6596                                                |
0.00/0.03	c |  Number Clauses:        6695                                                |
0.00/0.03	c |  Number Cardinality:    97                                                  |
0.00/0.03	c |  Number PB Constraints: 0                                                   |
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Problem Type:          Decision                                            |
0.00/0.03	c |  Objective Function:    None                                                |
0.00/0.03	c |                                                                             |
0.00/0.03	c ===============================================================================
1799.64/1800.00	c ===============================================================================
1799.64/1800.00	c Wall Clock Time: 1800.00 s
1799.64/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-3704952-1338114440/watcher-3704952-1338114440 -o /tmp/evaluation-result-3704952-1338114440/solver-3704952-1338114440 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704952-1338114440.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.00 2.00 2.00 3/175 12020
/proc/meminfo: memFree=31386756/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=4692 CPUtime=0 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) R 12018 12020 8971 0 -1 4202496 578 0 0 0 0 0 0 0 20 0 1 0 277572484 4804608 531 33554432000 4194304 5963574 140734082477424 140734316954648 4394942 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 1173 531 164 432 0 634 0

[startup+0.056176 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 12020
/proc/meminfo: memFree=31386756/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=86632 CPUtime=0.05 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 2522 0 0 0 5 0 0 0 20 0 2 0 277572484 88711168 2262 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 21658 2262 185 432 0 21223 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 86632

[startup+0.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 12020
/proc/meminfo: memFree=31386756/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=86632 CPUtime=0.09 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 2587 0 0 0 9 0 0 0 20 0 2 0 277572484 88711168 2327 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 21658 2327 187 432 0 21223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86632

[startup+0.300112 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 12020
/proc/meminfo: memFree=31386756/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=86632 CPUtime=0.29 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 2843 0 0 0 29 0 0 0 20 0 2 0 277572484 88711168 2583 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 21658 2583 187 432 0 21223 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86632

[startup+0.700112 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 12020
/proc/meminfo: memFree=31386756/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=86632 CPUtime=0.69 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 3283 0 0 0 69 0 0 0 20 0 2 0 277572484 88711168 3023 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 21658 3023 187 432 0 21223 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86632

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12022
/proc/meminfo: memFree=31374348/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=86632 CPUtime=1.48 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 4223 0 0 0 148 0 0 0 20 0 2 0 277572484 88711168 3963 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 21658 3963 187 432 0 21223 0
[pid=12020/tid=12022] ppid=12018 vsize=86632 CPUtime=1.44 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 2718 0 0 0 144 0 0 0 20 0 2 0 277572487 88711168 3963 33554432000 4194304 5963574 140734082477424 139640150640632 4222464 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.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12022
/proc/meminfo: memFree=31368620/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=86632 CPUtime=3.09 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 5197 0 0 0 308 1 0 0 20 0 2 0 277572484 88711168 4937 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 21658 4937 187 432 0 21223 0
[pid=12020/tid=12022] ppid=12018 vsize=86632 CPUtime=3.04 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 3692 0 0 0 303 1 0 0 20 0 2 0 277572487 88711168 4937 33554432000 4194304 5963574 140734082477424 139640150640680 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86632

[startup+6.30021 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 12022
/proc/meminfo: memFree=31361924/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=86632 CPUtime=6.28 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 7166 0 0 0 627 1 0 0 20 0 2 0 277572484 88711168 6906 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 21658 6906 187 432 0 21223 0
[pid=12020/tid=12022] ppid=12018 vsize=86632 CPUtime=6.23 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 5661 0 0 0 622 1 0 0 20 0 2 0 277572487 88711168 6906 33554432000 4194304 5963574 140734082477424 139640150640632 4381555 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.07 2.02 2.00 3/177 12022
/proc/meminfo: memFree=31346936/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=86632 CPUtime=12.68 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 9916 0 0 0 1266 2 0 0 20 0 2 0 277572484 88711168 9656 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 21658 9656 187 432 0 21223 0
[pid=12020/tid=12022] ppid=12018 vsize=86632 CPUtime=12.61 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 8411 0 0 0 1259 2 0 0 20 0 2 0 277572487 88711168 9656 33554432000 4194304 5963574 140734082477424 139640150640632 4402879 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.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 12022
/proc/meminfo: memFree=31328712/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=86956 CPUtime=25.48 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 14111 0 0 0 2545 3 0 0 20 0 2 0 277572484 89042944 13851 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 21739 13851 187 432 0 21304 0
[pid=12020/tid=12022] ppid=12018 vsize=86956 CPUtime=25.38 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 12606 0 0 0 2535 3 0 0 20 0 2 0 277572487 89042944 13851 33554432000 4194304 5963574 140734082477424 139640150640440 4399456 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.04 2.01 2.00 3/177 12022
/proc/meminfo: memFree=31313428/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=152652 CPUtime=51.08 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 18151 0 0 0 5103 5 0 0 20 0 2 0 277572484 156315648 17891 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 38163 17891 187 432 0 37728 0
[pid=12020/tid=12022] ppid=12018 vsize=152652 CPUtime=50.91 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 16646 0 0 0 5087 4 0 0 20 0 2 0 277572487 156315648 17891 33554432000 4194304 5963574 140734082477424 139640150640632 4399639 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 152652

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12023
/proc/meminfo: memFree=31255624/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=152892 CPUtime=102.27 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 28539 0 0 0 10218 9 0 0 20 0 2 0 277572484 156561408 28279 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 38223 28279 187 432 0 37788 0
[pid=12020/tid=12022] ppid=12018 vsize=152892 CPUtime=101.98 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 27034 0 0 0 10188 10 0 0 20 0 2 0 277572487 156561408 28279 33554432000 4194304 5963574 140734082477424 139640150640440 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 152892

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 12026
/proc/meminfo: memFree=31249132/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=152892 CPUtime=162.24 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 30246 0 0 0 16213 11 0 0 20 0 2 0 277572484 156561408 29975 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 38223 29975 187 432 0 37788 0
[pid=12020/tid=12022] ppid=12018 vsize=152892 CPUtime=161.8 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 28741 0 0 0 16168 12 0 0 20 0 2 0 277572487 156561408 29975 33554432000 4194304 5963574 140734082477424 139640150640632 4399651 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 152892

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12026
/proc/meminfo: memFree=31207464/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=218428 CPUtime=222.22 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 36539 0 0 0 22207 15 0 0 20 0 2 0 277572484 223670272 37100 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 54607 37100 187 432 0 54172 0
[pid=12020/tid=12022] ppid=12018 vsize=218428 CPUtime=221.62 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 35034 0 0 0 22145 17 0 0 20 0 2 0 277572487 223670272 37100 33554432000 4194304 5963574 140734082477424 139640150640632 4399603 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 218428

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12026
/proc/meminfo: memFree=31172296/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=218428 CPUtime=282.21 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 40900 0 0 0 28203 18 0 0 20 0 2 0 277572484 223670272 41461 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 54607 41461 187 432 0 54172 0
[pid=12020/tid=12022] ppid=12018 vsize=218428 CPUtime=281.47 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 39395 0 0 0 28125 22 0 0 20 0 2 0 277572487 223670272 41461 33554432000 4194304 5963574 140734082477424 139640150640632 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 218428

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12026
/proc/meminfo: memFree=31164840/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=218428 CPUtime=342.2 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 40919 0 0 0 34202 18 0 0 20 0 2 0 277572484 223670272 41480 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 54607 41480 187 432 0 54172 0
[pid=12020/tid=12022] ppid=12018 vsize=218428 CPUtime=341.31 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 39414 0 0 0 34108 23 0 0 20 0 2 0 277572487 223670272 41480 33554432000 4194304 5963574 140734082477424 139640150640632 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 218428

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12027
/proc/meminfo: memFree=31164248/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=218428 CPUtime=402.18 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 40966 0 0 0 40200 18 0 0 20 0 2 0 277572484 223670272 41583 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 54607 41583 187 432 0 54172 0
[pid=12020/tid=12022] ppid=12018 vsize=218428 CPUtime=401.14 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 39461 0 0 0 40090 24 0 0 20 0 2 0 277572487 223670272 41583 33554432000 4194304 5963574 140734082477424 139640150640632 4399627 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 218428

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12027
/proc/meminfo: memFree=31163624/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=218428 CPUtime=462.17 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12075
/proc/meminfo: memFree=31094572/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1422.01 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67340 0 0 0 142164 37 0 0 20 0 2 0 277572484 295784448 68332 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68332 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1418.49 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65835 0 0 0 141791 58 0 0 20 0 2 0 277572487 295784448 68332 33554432000 4194304 5963574 140734082477424 139640150640632 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 288852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12075
/proc/meminfo: memFree=31009412/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1481.99 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67420 0 0 0 148162 37 0 0 20 0 2 0 277572484 295784448 68412 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68412 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1478.33 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65915 0 0 0 147774 59 0 0 20 0 2 0 277572487 295784448 68412 33554432000 4194304 5963574 140734082477424 139640150640440 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 288852

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12075
/proc/meminfo: memFree=31008408/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1541.98 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67464 0 0 0 154161 37 0 0 20 0 2 0 277572484 295784448 68456 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68456 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1538.18 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65959 0 0 0 153758 60 0 0 20 0 2 0 277572487 295784448 68456 33554432000 4194304 5963574 140734082477424 139640150640440 4399603 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 288852

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12075
/proc/meminfo: memFree=31008136/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1601.97 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67469 0 0 0 160160 37 0 0 20 0 2 0 277572484 295784448 68478 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68478 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1598.02 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65964 0 0 0 159741 61 0 0 20 0 2 0 277572487 295784448 68478 33554432000 4194304 5963574 140734082477424 139640150640440 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 288852

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12076
/proc/meminfo: memFree=30975276/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1661.96 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67469 0 0 0 166159 37 0 0 20 0 2 0 277572484 295784448 68478 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68478 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1657.87 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65964 0 0 0 165725 62 0 0 20 0 2 0 277572487 295784448 68478 33554432000 4194304 5963574 140734082477424 139640150640440 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 288852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12076
/proc/meminfo: memFree=30975152/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1721.95 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67469 0 0 0 172158 37 0 0 20 0 2 0 277572484 295784448 68478 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68478 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1717.72 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65964 0 0 0 171709 63 0 0 20 0 2 0 277572487 295784448 68478 33554432000 4194304 5963574 140734082477424 139640150640440 4381137 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 288852

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12076
/proc/meminfo: memFree=30941296/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1781.94 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67470 0 0 0 178157 37 0 0 20 0 2 0 277572484 295784448 68479 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68479 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1777.56 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65965 0 0 0 177692 64 0 0 20 0 2 0 277572487 295784448 68479 33554432000 4194304 5963574 140734082477424 139640150640440 4381137 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 288852

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12076
/proc/meminfo: memFree=30941528/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1791.55 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67470 0 0 0 179118 37 0 0 20 0 2 0 277572484 295784448 68479 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68479 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1787.15 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65965 0 0 0 178651 64 0 0 20 0 2 0 277572487 295784448 68479 33554432000 4194304 5963574 140734082477424 139640150640440 4399639 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (KiB) 288852

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12076
/proc/meminfo: memFree=30941512/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1794.75 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67470 0 0 0 179438 37 0 0 20 0 2 0 277572484 295784448 68479 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68479 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1790.34 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65965 0 0 0 178970 64 0 0 20 0 2 0 277572487 295784448 68479 33554432000 4194304 5963574 140734082477424 139640150640440 4399603 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 288852

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12076
/proc/meminfo: memFree=30941512/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1797.94 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67470 0 0 0 179757 37 0 0 20 0 2 0 277572484 295784448 68479 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68479 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1793.52 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65965 0 0 0 179288 64 0 0 20 0 2 0 277572487 295784448 68479 33554432000 4194304 5963574 140734082477424 139640150640440 4399625 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 288852

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12076
/proc/meminfo: memFree=30941512/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1798.74 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67470 0 0 0 179837 37 0 0 20 0 2 0 277572484 295784448 68479 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68479 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1794.32 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65965 0 0 0 179368 64 0 0 20 0 2 0 277572487 295784448 68479 33554432000 4194304 5963574 140734082477424 139640150640440 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 288852

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12076
/proc/meminfo: memFree=30941512/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1799.15 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67470 0 0 0 179878 37 0 0 20 0 2 0 277572484 295784448 68479 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68479 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1794.73 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65965 0 0 0 179409 64 0 0 20 0 2 0 277572487 295784448 68479 33554432000 4194304 5963574 140734082477424 139640150640440 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 288852

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12076
/proc/meminfo: memFree=30941512/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1799.54 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67470 0 0 0 179917 37 0 0 20 0 2 0 277572484 295784448 68479 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68479 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1795.12 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65965 0 0 0 179448 64 0 0 20 0 2 0 277572487 295784448 68479 33554432000 4194304 5963574 140734082477424 139640150640440 4381238 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 288852

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12076
/proc/meminfo: memFree=30941512/32873844 swapFree=6088/6088
[pid=12020] ppid=12018 vsize=288852 CPUtime=1799.64 cores=1,3,5,7
/proc/12020/stat : 12020 (wbo1.7) S 12018 12020 8971 0 -1 4202496 67470 0 0 0 179927 37 0 0 20 0 2 0 277572484 295784448 68479 33554432000 4194304 5963574 140734082477424 140734082476944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12020/statm: 72213 68479 187 432 0 71778 0
[pid=12020/tid=12022] ppid=12018 vsize=288852 CPUtime=1795.22 cores=1,3,5,7
/proc/12020/task/12022/stat : 12022 (wbo1.7) R 12018 12020 8971 0 -1 4202560 65965 0 0 0 179458 64 0 0 20 0 2 0 277572487 295784448 68479 33554432000 4194304 5963574 140734082477424 139640150640440 4381238 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (KiB) 288852

Child status: 255

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

Real time (s): 1800
CPU time (s): 1799.64
CPU user time (s): 1799.27
CPU system time (s): 0.37
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 288852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 0.6549
maximum resident set size= 273920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67471
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= 116
involuntary context switches= 2430

runsolver used 9.10562 second user time and 16.5755 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 12:27:21
IDJOB=3704952
IDBENCH=90122
IDSOLVER=2283
FILE ID=node110/3704952-1338114440
RUNJOBID= node110-1338085012-8988
PBS_JOBID= 14624425
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 43f0e9fb1c8ca4724fdfde37689b9cda
RANDOM SEED=1766946085

node110.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.893
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.78
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.893
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.893
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		: 2666.893
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.893
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.92
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.893
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.90
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.893
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		: 2666.893
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:        31387400 kB
Buffers:          230008 kB
Cached:           284236 kB
SwapCached:          148 kB
Active:           622060 kB
Inactive:          79744 kB
Active(anon):     177296 kB
Inactive(anon):    12496 kB
Active(file):     444764 kB
Inactive(file):    67248 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:              5836 kB
Writeback:             0 kB
AnonPages:        192804 kB
Mapped:            14900 kB
Shmem:               196 kB
Slab:             644648 kB
SReclaimable:      87128 kB
SUnreclaim:       557520 kB
KernelStack:        1472 kB
PageTables:         4000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     140160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71672 MiB
End job on node110 at 2012-05-27 12:57:21