Trace number 3727717

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.51 1800.02

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727717-1338665169.opb.
0.00/0.00	c Instance file HOME/instance-3727717-1338665169.opb
0.00/0.00	c File size is 322209 bytes.
0.00/0.02	c Cost Offset: 0
0.00/0.02	c Highest Coefficient sum: 786
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.03         s                                      |
0.00/0.02	c |  Number Variables:      3216                                                |
0.00/0.02	c |  Number Clauses:        3273                                                |
0.00/0.02	c |  Number Cardinality:    64                                                  |
0.00/0.02	c |  Number PB Constraints: 384                                                 |
0.00/0.02	c |                                                                             |
0.00/0.03	c |  Problem Type:          Optimization                                        |
0.00/0.03	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.03	c |                                                                             |
0.00/0.03	c ============================[ Search Statistics ]==============================
0.00/0.03	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.03	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.03	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-3727717-1338665169/watcher-3727717-1338665169 -o /tmp/evaluation-result-3727717-1338665169/solver-3727717-1338665169 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727717-1338665169.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/177 3487
/proc/meminfo: memFree=30555592/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=3872 CPUtime=0 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) R 3485 3487 986 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 332642732 3964928 378 33554432000 4194304 5964350 140734693860624 140735587704552 4344563 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 968 378 171 433 0 453 0

[startup+0.0694541 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3487
/proc/meminfo: memFree=30555592/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=86208 CPUtime=0.06 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 2162 0 0 0 6 0 0 0 20 0 2 0 332642732 88276992 2035 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 21552 2035 190 433 0 21116 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 86208

[startup+0.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3487
/proc/meminfo: memFree=30555592/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=86208 CPUtime=0.09 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 2193 0 0 0 9 0 0 0 20 0 2 0 332642732 88276992 2066 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 21552 2066 190 433 0 21116 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86208

[startup+0.300113 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3487
/proc/meminfo: memFree=30555592/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=86208 CPUtime=0.29 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 2511 0 0 0 29 0 0 0 20 0 2 0 332642732 88276992 2384 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 21552 2384 190 433 0 21116 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86208

[startup+0.700109 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3487
/proc/meminfo: memFree=30555592/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=86208 CPUtime=0.69 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 3093 0 0 0 69 0 0 0 20 0 2 0 332642732 88276992 2966 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 21552 2966 190 433 0 21116 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86208

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3489
/proc/meminfo: memFree=30542664/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=86352 CPUtime=1.49 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 4198 0 0 0 148 1 0 0 20 0 2 0 332642732 88424448 4071 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 21588 4071 190 433 0 21152 0
[pid=3487/tid=3489] ppid=3485 vsize=86352 CPUtime=1.45 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 2791 0 0 0 144 1 0 0 20 0 2 0 332642735 88424448 4071 33554432000 4194304 5964350 140734693860624 139893669918712 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86352

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3489
/proc/meminfo: memFree=30539564/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=86352 CPUtime=3.09 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 4792 0 0 0 308 1 0 0 20 0 2 0 332642732 88424448 4665 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 21588 4665 190 433 0 21152 0
[pid=3487/tid=3489] ppid=3485 vsize=86352 CPUtime=3.05 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 3385 0 0 0 304 1 0 0 20 0 2 0 332642735 88424448 4665 33554432000 4194304 5964350 140734693860624 139893669918712 4381369 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) 86352

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3489
/proc/meminfo: memFree=30532868/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=86424 CPUtime=6.29 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 6442 0 0 0 627 2 0 0 20 0 2 0 332642732 88498176 6315 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 21606 6315 190 433 0 21170 0
[pid=3487/tid=3489] ppid=3485 vsize=86424 CPUtime=6.24 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 5035 0 0 0 622 2 0 0 20 0 2 0 332642735 88498176 6315 33554432000 4194304 5964350 140734693860624 139893669918712 4222474 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86424

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3489
/proc/meminfo: memFree=30518400/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=86532 CPUtime=12.69 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 9357 0 0 0 1266 3 0 0 20 0 2 0 332642732 88608768 9230 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 21633 9230 190 433 0 21197 0
[pid=3487/tid=3489] ppid=3485 vsize=86532 CPUtime=12.62 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 7950 0 0 0 1259 3 0 0 20 0 2 0 332642735 88608768 9230 33554432000 4194304 5964350 140734693860624 139893669918520 4392879 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86532

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3489
/proc/meminfo: memFree=30501924/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=86692 CPUtime=25.48 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 13615 0 0 0 2544 4 0 0 20 0 2 0 332642732 88772608 13488 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 21673 13488 190 433 0 21237 0
[pid=3487/tid=3489] ppid=3485 vsize=86692 CPUtime=25.39 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 12208 0 0 0 2535 4 0 0 20 0 2 0 332642735 88772608 13488 33554432000 4194304 5964350 140734693860624 139893669918520 4400007 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) 86692

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3490
/proc/meminfo: memFree=30463536/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=152468 CPUtime=51.08 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 21442 0 0 0 5100 8 0 0 20 0 2 0 332642732 156127232 21315 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 38117 21315 190 433 0 37681 0
[pid=3487/tid=3489] ppid=3485 vsize=152468 CPUtime=50.92 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 20035 0 0 0 5085 7 0 0 20 0 2 0 332642735 156127232 21315 33554432000 4194304 5964350 140734693860624 139893669918712 4221120 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) 152468

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3490
/proc/meminfo: memFree=30413740/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=152468 CPUtime=102.28 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 28700 0 0 0 10218 10 0 0 20 0 2 0 332642732 156127232 28573 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 38117 28573 190 433 0 37681 0
[pid=3487/tid=3489] ppid=3485 vsize=152468 CPUtime=101.99 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 27293 0 0 0 10189 10 0 0 20 0 2 0 332642735 156127232 28573 33554432000 4194304 5964350 140734693860624 139893669918712 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 152468

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3490
/proc/meminfo: memFree=30335812/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=218508 CPUtime=162.24 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 43216 0 0 0 16210 14 0 0 20 0 2 0 332642732 223752192 43147 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 54627 43147 190 433 0 54191 0
[pid=3487/tid=3489] ppid=3485 vsize=218508 CPUtime=161.81 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 41809 0 0 0 16165 16 0 0 20 0 2 0 332642735 223752192 43147 33554432000 4194304 5964350 140734693860624 139893669918520 4400462 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) 218508

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3490
/proc/meminfo: memFree=30290228/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=218652 CPUtime=222.2 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 49910 0 0 0 22204 16 0 0 20 0 2 0 332642732 223899648 50027 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 54663 50027 190 433 0 54227 0
[pid=3487/tid=3489] ppid=3485 vsize=218652 CPUtime=221.62 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 48503 0 0 0 22143 19 0 0 20 0 2 0 332642735 223899648 50027 33554432000 4194304 5964350 140734693860624 139893669918712 4389108 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 218652

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3493
/proc/meminfo: memFree=30205872/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=351092 CPUtime=282.19 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 70149 0 0 0 28196 23 0 0 20 0 2 0 332642732 359518208 70266 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 87773 70266 190 433 0 87337 0
[pid=3487/tid=3489] ppid=3485 vsize=351092 CPUtime=281.47 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 68742 0 0 0 28120 27 0 0 20 0 2 0 332642735 359518208 70266 33554432000 4194304 5964350 140734693860624 139893669918520 4403615 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 351092

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 3494
/proc/meminfo: memFree=30204500/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=351632 CPUtime=342.18 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 70194 0 0 0 34195 23 0 0 20 0 2 0 332642732 360071168 70311 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 87908 70311 190 433 0 87472 0
[pid=3487/tid=3489] ppid=3485 vsize=351632 CPUtime=341.31 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 68787 0 0 0 34103 28 0 0 20 0 2 0 332642735 360071168 70311 33554432000 4194304 5964350 140734693860624 139893669918888 4400035 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 351632

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 3494
/proc/meminfo: memFree=30201400/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=351632 CPUtime=402.17 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 70223 0 0 0 40194 23 0 0 20 0 2 0 332642732 360071168 70340 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 87908 70340 190 433 0 87472 0
[pid=3487/tid=3489] ppid=3485 vsize=351632 CPUtime=401.15 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 68816 0 0 0 40086 29 0 0 20 0 2 0 332642735 360071168 70340 33554432000 4194304 5964350 140734693860624 139893669918888 4400439 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 351632

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3494
/proc/meminfo: memFree=30158620/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=351776 CPUtime=462.17 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 3539
/proc/meminfo: memFree=29967012/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=698012 CPUtime=1421.9 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 155439 0 0 0 142115 75 0 0 20 0 2 0 332642732 714764288 156184 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 174503 156184 190 433 0 174067 0
[pid=3487/tid=3489] ppid=3485 vsize=698012 CPUtime=1418.34 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 154032 0 0 0 141738 96 0 0 20 0 2 0 332642735 714764288 156184 33554432000 4194304 5964350 140734693860624 139893669918760 4378736 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 698012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3542
/proc/meminfo: memFree=29967536/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=698012 CPUtime=1481.87 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 155466 0 0 0 148112 75 0 0 20 0 2 0 332642732 714764288 155732 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 174503 155732 190 433 0 174067 0
[pid=3487/tid=3489] ppid=3485 vsize=698012 CPUtime=1478.16 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 154059 0 0 0 147719 97 0 0 20 0 2 0 332642735 714764288 155732 33554432000 4194304 5964350 140734693860624 139893669918744 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 698012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29968748/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=698012 CPUtime=1541.85 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 155472 0 0 0 154110 75 0 0 20 0 2 0 332642732 714764288 155745 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 174503 155745 190 433 0 174067 0
[pid=3487/tid=3489] ppid=3485 vsize=698012 CPUtime=1538 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 154065 0 0 0 153702 98 0 0 20 0 2 0 332642735 714764288 155745 33554432000 4194304 5964350 140734693860624 139893669918744 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 698012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29968748/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=698012 CPUtime=1601.84 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 156170 0 0 0 160109 75 0 0 20 0 2 0 332642732 714764288 156443 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 174503 156443 190 433 0 174067 0
[pid=3487/tid=3489] ppid=3485 vsize=698012 CPUtime=1597.84 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 154763 0 0 0 159685 99 0 0 20 0 2 0 332642735 714764288 156443 33554432000 4194304 5964350 140734693860624 139893669918712 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 698012

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29832472/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=764448 CPUtime=1661.84 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 186339 0 0 0 166097 87 0 0 20 0 2 0 332642732 782794752 186612 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 191112 186612 190 433 0 190676 0
[pid=3487/tid=3489] ppid=3485 vsize=764448 CPUtime=1657.68 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 184932 0 0 0 165657 111 0 0 20 0 2 0 332642735 782794752 186612 33554432000 4194304 5964350 140734693860624 139893669918712 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 764448

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29766508/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=830560 CPUtime=1721.83 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 202536 0 0 0 172087 96 0 0 20 0 2 0 332642732 850493440 202809 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 207640 202809 190 433 0 207204 0
[pid=3487/tid=3489] ppid=3485 vsize=830560 CPUtime=1717.52 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 201129 0 0 0 171630 122 0 0 20 0 2 0 332642735 850493440 202809 33554432000 4194304 5964350 140734693860624 139893669918712 4400424 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 830560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29765392/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=830560 CPUtime=1781.82 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 202542 0 0 0 178086 96 0 0 20 0 2 0 332642732 850493440 202815 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 207640 202815 190 433 0 207204 0
[pid=3487/tid=3489] ppid=3485 vsize=830560 CPUtime=1777.37 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 201135 0 0 0 177614 123 0 0 20 0 2 0 332642735 850493440 202815 33554432000 4194304 5964350 140734693860624 139893669918712 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 830560

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29765640/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=830560 CPUtime=1791.42 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 202542 0 0 0 179046 96 0 0 20 0 2 0 332642732 850493440 202815 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 207640 202815 190 433 0 207204 0
[pid=3487/tid=3489] ppid=3485 vsize=830560 CPUtime=1786.95 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 201135 0 0 0 178572 123 0 0 20 0 2 0 332642735 850493440 202815 33554432000 4194304 5964350 140734693860624 139893669918712 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 830560

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29765640/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=830560 CPUtime=1794.62 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 202542 0 0 0 179366 96 0 0 20 0 2 0 332642732 850493440 202815 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 207640 202815 190 433 0 207204 0
[pid=3487/tid=3489] ppid=3485 vsize=830560 CPUtime=1790.14 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 201135 0 0 0 178891 123 0 0 20 0 2 0 332642735 850493440 202815 33554432000 4194304 5964350 140734693860624 139893669918712 4381635 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 830560

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29765640/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=830560 CPUtime=1797.81 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 202542 0 0 0 179685 96 0 0 20 0 2 0 332642732 850493440 202815 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 207640 202815 190 433 0 207204 0
[pid=3487/tid=3489] ppid=3485 vsize=830560 CPUtime=1793.32 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 201135 0 0 0 179209 123 0 0 20 0 2 0 332642735 850493440 202815 33554432000 4194304 5964350 140734693860624 139893669918712 4381958 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 830560

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29765640/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=830560 CPUtime=1798.61 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 202542 0 0 0 179765 96 0 0 20 0 2 0 332642732 850493440 202815 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 207640 202815 190 433 0 207204 0
[pid=3487/tid=3489] ppid=3485 vsize=830560 CPUtime=1794.12 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 201135 0 0 0 179289 123 0 0 20 0 2 0 332642735 850493440 202815 33554432000 4194304 5964350 140734693860624 139893669918712 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 830560

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29765640/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=830560 CPUtime=1799.02 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 202544 0 0 0 179806 96 0 0 20 0 2 0 332642732 850493440 202817 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 207640 202817 190 433 0 207204 0
[pid=3487/tid=3489] ppid=3485 vsize=830560 CPUtime=1794.53 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 201137 0 0 0 179330 123 0 0 20 0 2 0 332642735 850493440 202817 33554432000 4194304 5964350 140734693860624 139893669918712 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 830560

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29765640/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=830560 CPUtime=1799.41 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 202545 0 0 0 179845 96 0 0 20 0 2 0 332642732 850493440 202818 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 207640 202818 190 433 0 207204 0
[pid=3487/tid=3489] ppid=3485 vsize=830560 CPUtime=1794.92 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 201138 0 0 0 179369 123 0 0 20 0 2 0 332642735 850493440 202818 33554432000 4194304 5964350 140734693860624 139893669918712 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 830560

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3543
/proc/meminfo: memFree=29765640/32873648 swapFree=6860/6860
[pid=3487] ppid=3485 vsize=830560 CPUtime=1799.51 cores=1,3,5,7
/proc/3487/stat : 3487 (wbo1.72) S 3485 3487 986 0 -1 4202496 202545 0 0 0 179855 96 0 0 20 0 2 0 332642732 850493440 202818 33554432000 4194304 5964350 140734693860624 140734693860144 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3487/statm: 207640 202818 190 433 0 207204 0
[pid=3487/tid=3489] ppid=3485 vsize=830560 CPUtime=1795.02 cores=1,3,5,7
/proc/3487/task/3489/stat : 3489 (wbo1.72) R 3485 3487 986 0 -1 4202560 201138 0 0 0 179379 123 0 0 20 0 2 0 332642735 850493440 202818 33554432000 4194304 5964350 140734693860624 139893669918712 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 830560

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3487 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=823297
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=255809
# CPU time returned by wait4() is 1795.08
# 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.02
CPU time (s): 1799.51
CPU user time (s): 1798.55
CPU system time (s): 0.96
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 830560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.82
system time used= 1.25581
maximum resident set size= 811284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202548
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= 268
involuntary context switches= 6106

runsolver used 2.71059 second user time and 7.2289 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-02 21:26:09
IDJOB=3727717
IDBENCH=71844
IDSOLVER=2313
FILE ID=node124/3727717-1338665169
RUNJOBID= node124-1338651348-2547
PBS_JOBID= 14636456
Free space on /tmp= 70768 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727717-1338665169/watcher-3727717-1338665169 -o /tmp/evaluation-result-3727717-1338665169/solver-3727717-1338665169 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727717-1338665169.opb

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=2045014890

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30556236 kB
Buffers:          151824 kB
Cached:          1064700 kB
SwapCached:         8192 kB
Active:           575572 kB
Inactive:         975804 kB
Active(anon):     329384 kB
Inactive(anon):     8016 kB
Active(file):     246188 kB
Inactive(file):   967788 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091440 kB
Dirty:              5864 kB
Writeback:             0 kB
AnonPages:        336224 kB
Mapped:             9732 kB
Shmem:                 0 kB
Slab:             625564 kB
SReclaimable:      69960 kB
SUnreclaim:       555604 kB
KernelStack:        1464 kB
PageTables:         4316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     148360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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= 70760 MiB
End job on node124 at 2012-06-02 21:56:09