Trace number 3704068

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
pwbo 2.0? (TO) 1800.19 902.149

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMecfb37e57149da15322fff965cafdd0d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-60544
Best CPU time to get the best result obtained on this benchmark1010.68
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 370126
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 370126
Number of bits of the biggest sum of numbers19
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704068-1338099882.opb.
0.00/0.00	c Instance file HOME/instance-3704068-1338099882.opb
0.00/0.00	c File size is 28233540 bytes.
3.49/3.54	c Cost Offset: -370126
3.49/3.54	c Highest Coefficient sum: 63883
3.49/3.54	c ============================[ Problem Statistics ]=============================
3.49/3.54	c |                                                                             |
3.49/3.54	c |  Parsing time:          3.54         s                                      |
3.49/3.54	c |  Number Variables:      400896                                              |
3.49/3.54	c |  Number Clauses:        400785                                              |
3.49/3.54	c |  Number Cardinality:    1977                                                |
3.49/3.54	c |  Number PB Constraints: 1                                                   |
3.49/3.54	c |                                                                             |
4.20/3.91	c |  Problem Type:          Optimization                                        |
4.20/3.91	c |  Objective Function:    PB Constraint                                       |
4.20/3.91	c |                                                                             |
4.20/3.91	c ===============================================================================
1800.19/902.11	c ===============================================================================
1800.19/902.11	c Wall Clock Time: 902.11 s
1800.19/902.11	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-3704068-1338099882/watcher-3704068-1338099882 -o /tmp/evaluation-result-3704068-1338099882/solver-3704068-1338099882 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704068-1338099882.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: 3.83 3.94 3.95 4/178 22824
/proc/meminfo: memFree=28847548/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=32860 CPUtime=0 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) R 22822 22824 19605 0 -1 4202496 661 0 0 0 0 0 0 0 20 0 1 0 276113937 33648640 613 33554432000 4194304 5965102 140735578119760 140736372611496 4396446 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 8215 615 169 433 0 886 0

[startup+0.0487491 s]
/proc/loadavg: 3.83 3.94 3.95 4/178 22824
/proc/meminfo: memFree=28847548/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=41752 CPUtime=0.04 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) R 22822 22824 19605 0 -1 4202496 2847 0 0 0 4 0 0 0 20 0 1 0 276113937 42754048 2733 33554432000 4194304 5965102 140735578119760 140736372611496 4351027 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 10438 2734 289 433 0 3109 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 41752

[startup+0.10038 s]
/proc/loadavg: 3.83 3.94 3.95 4/178 22824
/proc/meminfo: memFree=28847548/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=48176 CPUtime=0.09 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) R 22822 22824 19605 0 -1 4202496 4651 0 0 0 9 0 0 0 20 0 1 0 276113937 49332224 4488 33554432000 4194304 5965102 140735578119760 140736372611496 5160536 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 12044 4489 426 433 0 4715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48176

[startup+0.30037 s]
/proc/loadavg: 3.83 3.94 3.95 4/178 22824
/proc/meminfo: memFree=28847548/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=68908 CPUtime=0.29 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) R 22822 22824 19605 0 -1 4202496 10445 0 0 0 28 1 0 0 20 0 1 0 276113937 70561792 10015 33554432000 4194304 5965102 140735578119760 140736372611496 5156858 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 17227 10017 943 433 0 9898 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68908

[startup+0.700333 s]
/proc/loadavg: 3.83 3.94 3.95 4/178 22824
/proc/meminfo: memFree=28847548/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=114044 CPUtime=0.69 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) R 22822 22824 19605 0 -1 4202496 21960 0 0 0 66 3 0 0 20 0 1 0 276113937 116781056 21000 33554432000 4194304 5965102 140735578119760 140735578117768 5137146 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 28511 21001 1898 433 0 21182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114044

[startup+1.50032 s]
/proc/loadavg: 3.83 3.94 3.95 4/179 22825
/proc/meminfo: memFree=28699460/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=203948 CPUtime=1.49 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) R 22822 22824 19605 0 -1 4202496 43555 0 0 0 142 7 0 0 20 0 1 0 276113937 208842752 43579 33554432000 4194304 5965102 140735578119760 140735578117992 5137146 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 50987 43580 3532 433 0 43658 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 203948

[startup+3.10031 s]
/proc/loadavg: 3.83 3.94 3.95 4/179 22825
/proc/meminfo: memFree=28600668/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=320508 CPUtime=3.08 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) R 22822 22824 19605 0 -1 4202496 71094 0 0 0 297 11 0 0 20 0 1 0 276113937 328200192 73102 33554432000 4194304 5965102 140735578119760 140735578117752 5137146 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 80127 73102 6316 433 0 72798 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 320508

[startup+6.3004 s]
/proc/loadavg: 3.77 3.92 3.95 5/181 22827
/proc/meminfo: memFree=28107112/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=885688 CPUtime=8.89 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 163198 0 0 0 847 42 0 0 20 0 3 0 276113937 906944512 178055 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 221422 178055 198 433 0 220986 0
[pid=22824/tid=22826] ppid=22822 vsize=885688 CPUtime=2.71 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 63556 0 0 0 253 18 0 0 20 0 3 0 276114292 906944512 178055 33554432000 4194304 5965102 140735578119760 140065125734760 5123014 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=885688 CPUtime=2.61 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 22107 0 0 0 249 12 0 0 20 0 3 0 276114292 906944512 178055 33554432000 4194304 5965102 140735578119760 140065115244296 4222464 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 885688

[startup+12.7004 s]
/proc/loadavg: 3.79 3.92 3.95 5/181 22827
/proc/meminfo: memFree=28058944/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=885688 CPUtime=21.69 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 166599 0 0 0 2123 46 0 0 20 0 3 0 276113937 906944512 183507 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 221422 183507 199 433 0 220986 0
[pid=22824/tid=22826] ppid=22822 vsize=885688 CPUtime=9.09 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 66555 0 0 0 888 21 0 0 20 0 3 0 276114292 906944512 183507 33554432000 4194304 5965102 140735578119760 140065125734936 4404767 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=885688 CPUtime=8.99 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 22509 0 0 0 887 12 0 0 20 0 3 0 276114292 906944512 183507 33554432000 4194304 5965102 140735578119760 140065115244856 4390210 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 21.69
Current children cumulated vsize (KiB) 885688

[startup+25.5004 s]
/proc/loadavg: 3.83 3.93 3.95 5/181 22827
/proc/meminfo: memFree=27951964/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=885688 CPUtime=47.28 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 173232 0 0 0 4677 51 0 0 20 0 3 0 276113937 906944512 186237 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 221422 186237 199 433 0 220986 0
[pid=22824/tid=22826] ppid=22822 vsize=885688 CPUtime=21.86 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 72742 0 0 0 2162 24 0 0 20 0 3 0 276114292 906944512 186237 33554432000 4194304 5965102 140735578119760 140065125735240 5135184 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=885688 CPUtime=21.75 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 22955 0 0 0 2161 14 0 0 20 0 3 0 276114292 906944512 186237 33554432000 4194304 5965102 140735578119760 140065115244856 4390125 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 47.28
Current children cumulated vsize (KiB) 885688

[startup+51.1004 s]
/proc/loadavg: 3.89 3.93 3.95 5/181 22828
/proc/meminfo: memFree=27788196/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=951224 CPUtime=98.47 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 183581 0 0 0 9788 59 0 0 20 0 3 0 276113937 974053376 205658 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 237806 205658 199 433 0 237370 0
[pid=22824/tid=22826] ppid=22822 vsize=951224 CPUtime=47.39 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 82064 0 0 0 4710 29 0 0 20 0 3 0 276114292 974053376 205658 33554432000 4194304 5965102 140735578119760 140065125734936 5143165 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=951224 CPUtime=47.28 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 23982 0 0 0 4711 17 0 0 20 0 3 0 276114292 974053376 205658 33554432000 4194304 5965102 140735578119760 140065115244856 4404383 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 98.47
Current children cumulated vsize (KiB) 951224

[startup+102.307 s]
/proc/loadavg: 3.95 3.94 3.95 5/181 22828
/proc/meminfo: memFree=27495700/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1016760 CPUtime=200.86 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 185655 0 0 0 20023 63 0 0 20 0 3 0 276113937 1041162240 210668 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 254190 210668 199 433 0 253754 0
[pid=22824/tid=22826] ppid=22822 vsize=1016760 CPUtime=98.47 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 82897 0 0 0 9816 31 0 0 20 0 3 0 276114292 1041162240 210668 33554432000 4194304 5965102 140735578119760 140065125734696 4390125 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1016760 CPUtime=98.35 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 25223 0 0 0 9814 21 0 0 20 0 3 0 276114292 1041162240 210668 33554432000 4194304 5965102 140735578119760 140065115244376 4393789 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 200.86
Current children cumulated vsize (KiB) 1016760

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.95 5/182 22829
/proc/meminfo: memFree=27304788/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1016760 CPUtime=320.83 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 187194 0 0 0 32017 66 0 0 20 0 3 0 276113937 1041162240 212207 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 254190 212207 199 433 0 253754 0
[pid=22824/tid=22826] ppid=22822 vsize=1016760 CPUtime=158.31 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 82897 0 0 0 15799 32 0 0 20 0 3 0 276114292 1041162240 212207 33554432000 4194304 5965102 140735578119760 140065125734696 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1016760 CPUtime=158.19 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 26762 0 0 0 15795 24 0 0 20 0 3 0 276114292 1041162240 212207 33554432000 4194304 5965102 140735578119760 140065115244856 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 320.83
Current children cumulated vsize (KiB) 1016760

[startup+222.3 s]
/proc/loadavg: 3.99 3.95 3.95 5/181 22829
/proc/meminfo: memFree=27186396/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1016760 CPUtime=440.82 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 188820 0 0 0 44012 70 0 0 20 0 3 0 276113937 1041162240 213352 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 254190 213352 199 433 0 253754 0
[pid=22824/tid=22826] ppid=22822 vsize=1016760 CPUtime=218.15 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 83410 0 0 0 21781 34 0 0 20 0 3 0 276114292 1041162240 213352 33554432000 4194304 5965102 140735578119760 140065125735240 4404738 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1016760 CPUtime=218.04 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 27875 0 0 0 21776 28 0 0 20 0 3 0 276114292 1041162240 213352 33554432000 4194304 5965102 140735578119760 140065115244856 4389890 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 440.82
Current children cumulated vsize (KiB) 1016760

[startup+282.3 s]
/proc/loadavg: 4.06 3.97 3.95 5/181 22829
/proc/meminfo: memFree=27119180/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1016760 CPUtime=560.79 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 192827 0 0 0 56003 76 0 0 20 0 3 0 276113937 1041162240 214953 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 254190 214953 199 433 0 253754 0
[pid=22824/tid=22826] ppid=22822 vsize=1016760 CPUtime=278 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 85820 0 0 0 27763 37 0 0 20 0 3 0 276114292 1041162240 214953 33554432000 4194304 5965102 140735578119760 140065125734936 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1016760 CPUtime=277.88 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 29472 0 0 0 27754 34 0 0 20 0 3 0 276114292 1041162240 214953 33554432000 4194304 5965102 140735578119760 140065115244856 4404383 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 560.79
Current children cumulated vsize (KiB) 1016760

[startup+342.3 s]
/proc/loadavg: 4.02 3.97 3.95 5/182 22833
/proc/meminfo: memFree=26941728/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1082296 CPUtime=680.78 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 219386 0 0 0 67988 90 0 0 20 0 3 0 276113937 1108271104 234898 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 270574 234898 199 433 0 270138 0
[pid=22824/tid=22826] ppid=22822 vsize=1082296 CPUtime=337.85 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 111391 0 0 0 33736 49 0 0 20 0 3 0 276114292 1108271104 234898 33554432000 4194304 5965102 140735578119760 140065125734744 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1082296 CPUtime=337.73 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 30460 0 0 0 33735 38 0 0 20 0 3 0 276114292 1108271104 234898 33554432000 4194304 5965102 140735578119760 140065115244856 4390204 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 680.78
Current children cumulated vsize (KiB) 1082296

[startup+402.3 s]
/proc/loadavg: 4.00 3.97 3.95 5/181 22833
/proc/meminfo: memFree=26867064/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1164240 CPUtime=800.76 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 233276 0 0 0 79979 97 0 0 20 0 3 0 276113937 1192181760 252955 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 291060 252955 199 433 0 290624 0
[pid=22824/tid=22826] ppid=22822 vsize=1164240 CPUtime=397.69 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 124223 0 0 0 39714 55 0 0 20 0 3 0 276114292 1192181760 252955 33554432000 4194304 5965102 140735578119760 140065125735240 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1164240 CPUtime=397.57 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 31518 0 0 0 39716 41 0 0 20 0 3 0 276114292 1192181760 252955 33554432000 4194304 5965102 140735578119760 140065115244856 4393903 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 800.76
Current children cumulated vsize (KiB) 1164240

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.95 5/181 22833
/proc/meminfo: memFree=26668492/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1164240 CPUtime=920.75 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 234121 0 0 0 91974 101 0 0 20 0 3 0 276113937 1192181760 253800 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 291060 253800 199 433 0 290624 0
[pid=22824/tid=22826] ppid=22822 vsize=1164240 CPUtime=457.54 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 124223 0 0 0 45699 55 0 0 20 0 3 0 276114292 1192181760 253800 33554432000 4194304 5965102 140735578119760 140065125735240 4393747 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1164240 CPUtime=457.42 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 32363 0 0 0 45698 44 0 0 20 0 3 0 276114292 1192181760 253800 33554432000 4194304 5965102 140735578119760 140065115244856 4404748 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 920.75
Current children cumulated vsize (KiB) 1164240

[startup+522.3 s]
/proc/loadavg: 4.00 3.97 3.95 5/181 22833
/proc/meminfo: memFree=26720856/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1164240 CPUtime=1040.72 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 235008 0 0 0 103969 103 0 0 20 0 3 0 276113937 1192181760 254687 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 291060 254687 199 433 0 290624 0
[pid=22824/tid=22826] ppid=22822 vsize=1164240 CPUtime=517.38 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 124223 0 0 0 51682 56 0 0 20 0 3 0 276114292 1192181760 254687 33554432000 4194304 5965102 140735578119760 140065125735240 4393903 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1164240 CPUtime=517.26 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 33250 0 0 0 51678 48 0 0 20 0 3 0 276114292 1192181760 254687 33554432000 4194304 5965102 140735578119760 140065115244856 4393958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1040.72
Current children cumulated vsize (KiB) 1164240

[startup+582.3 s]
/proc/loadavg: 3.75 3.91 3.93 5/181 22874
/proc/meminfo: memFree=29629496/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1164240 CPUtime=1160.71 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 236001 0 0 0 115964 107 0 0 20 0 3 0 276113937 1192181760 255674 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 291060 255674 199 433 0 290624 0
[pid=22824/tid=22826] ppid=22822 vsize=1164240 CPUtime=577.23 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 124223 0 0 0 57666 57 0 0 20 0 3 0 276114292 1192181760 255674 33554432000 4194304 5965102 140735578119760 140065125735240 4393720 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1164240 CPUtime=577.1 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 34243 0 0 0 57658 52 0 0 20 0 3 0 276114292 1192181760 255674 33554432000 4194304 5965102 140735578119760 140065115244856 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1160.71
Current children cumulated vsize (KiB) 1164240

[startup+642.301 s]
/proc/loadavg: 3.91 3.92 3.93 5/180 22874
/proc/meminfo: memFree=29245392/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1164240 CPUtime=1280.68 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 237161 0 0 0 127958 110 0 0 20 0 3 0 276113937 1192181760 257252 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 291060 257252 199 433 0 290624 0
[pid=22824/tid=22826] ppid=22822 vsize=1164240 CPUtime=637.08 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 124223 0 0 0 63650 58 0 0 20 0 3 0 276114292 1192181760 257252 33554432000 4194304 5965102 140735578119760 140065125735240 4393903 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1164240 CPUtime=636.94 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 35403 0 0 0 63638 56 0 0 20 0 3 0 276114292 1192181760 257252 33554432000 4194304 5965102 140735578119760 140065115244856 4221987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1280.68
Current children cumulated vsize (KiB) 1164240

[startup+702.3 s]
/proc/loadavg: 3.96 3.94 3.93 5/181 22875
/proc/meminfo: memFree=28836460/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1295312 CPUtime=1400.64 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 248224 0 0 0 139948 116 0 0 20 0 3 0 276113937 1326399488 281125 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 323828 281125 199 433 0 323392 0
[pid=22824/tid=22826] ppid=22822 vsize=1295312 CPUtime=696.92 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 133953 0 0 0 69630 62 0 0 20 0 3 0 276114292 1326399488 281125 33554432000 4194304 5965102 140735578119760 140065125735240 4390172 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1295312 CPUtime=696.78 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 36736 0 0 0 69617 61 0 0 20 0 3 0 276114292 1326399488 281125 33554432000 4194304 5965102 140735578119760 140065115244856 4390187 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1400.64
Current children cumulated vsize (KiB) 1295312

[startup+762.307 s]
/proc/loadavg: 3.98 3.94 3.93 5/181 22875
/proc/meminfo: memFree=28504844/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1295312 CPUtime=1520.64 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 248991 0 0 0 151946 118 0 0 20 0 3 0 276113937 1326399488 282100 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 323828 282100 199 433 0 323392 0
[pid=22824/tid=22826] ppid=22822 vsize=1295312 CPUtime=756.77 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 133956 0 0 0 75614 63 0 0 20 0 3 0 276114292 1326399488 282100 33554432000 4194304 5965102 140735578119760 140065125734936 4388988 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1295312 CPUtime=756.63 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 37500 0 0 0 75600 63 0 0 20 0 3 0 276114292 1326399488 282100 33554432000 4194304 5965102 140735578119760 140065115244856 4393958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1520.64
Current children cumulated vsize (KiB) 1295312

[startup+822.3 s]
/proc/loadavg: 3.99 3.95 3.93 5/181 22875
/proc/meminfo: memFree=28194664/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1295312 CPUtime=1640.6 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 249539 0 0 0 163941 119 0 0 20 0 3 0 276113937 1326399488 282646 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 323828 282646 199 433 0 323392 0
[pid=22824/tid=22826] ppid=22822 vsize=1295312 CPUtime=816.61 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 133958 0 0 0 81597 64 0 0 20 0 3 0 276114292 1326399488 282646 33554432000 4194304 5965102 140735578119760 140065125734936 4393747 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1295312 CPUtime=816.47 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 38046 0 0 0 81581 66 0 0 20 0 3 0 276114292 1326399488 282646 33554432000 4194304 5965102 140735578119760 140065115244904 4393903 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1640.6
Current children cumulated vsize (KiB) 1295312

[startup+882.301 s]
/proc/loadavg: 3.99 3.96 3.93 5/181 22875
/proc/meminfo: memFree=27893064/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1360848 CPUtime=1760.58 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 261052 0 0 0 175930 128 0 0 20 0 3 0 276113937 1393508352 295839 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 340212 295839 199 433 0 339776 0
[pid=22824/tid=22826] ppid=22822 vsize=1360848 CPUtime=876.45 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 144352 0 0 0 87573 72 0 0 20 0 3 0 276114292 1393508352 295839 33554432000 4194304 5965102 140735578119760 140065125734936 4400978 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1360848 CPUtime=876.31 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 39165 0 0 0 87562 69 0 0 20 0 3 0 276114292 1393508352 295839 33554432000 4194304 5965102 140735578119760 140065115244856 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1760.58
Current children cumulated vsize (KiB) 1360848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.1 s]
/proc/loadavg: 3.99 3.96 3.93 5/181 22875
/proc/meminfo: memFree=27752852/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1360848 CPUtime=1800.19 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 266620 0 0 0 179889 130 0 0 20 0 3 0 276113937 1393508352 299091 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 340212 299091 199 433 0 339776 0
[pid=22824/tid=22826] ppid=22822 vsize=1360848 CPUtime=896.21 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 149669 0 0 0 89547 74 0 0 20 0 3 0 276114292 1393508352 299091 33554432000 4194304 5965102 140735578119760 140065125734936 4391908 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1360848 CPUtime=896.07 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 39416 0 0 0 89538 69 0 0 20 0 3 0 276114292 1393508352 299091 33554432000 4194304 5965102 140735578119760 140065115244664 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1360848

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+902.1 s]
/proc/loadavg: 3.99 3.96 3.93 5/181 22875
/proc/meminfo: memFree=27752852/32873844 swapFree=7112/7112
[pid=22824] ppid=22822 vsize=1360848 CPUtime=1800.19 cores=1,3,5,7
/proc/22824/stat : 22824 (pwbo2.0) S 22822 22824 19605 0 -1 4202496 266620 0 0 0 179889 130 0 0 20 0 3 0 276113937 1393508352 299091 33554432000 4194304 5965102 140735578119760 140735578119280 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22824/statm: 340212 299091 199 433 0 339776 0
[pid=22824/tid=22826] ppid=22822 vsize=1360848 CPUtime=896.21 cores=1,3,5,7
/proc/22824/task/22826/stat : 22826 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 149669 0 0 0 89547 74 0 0 20 0 3 0 276114292 1393508352 299091 33554432000 4194304 5965102 140735578119760 140065125734936 4391908 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22824/tid=22827] ppid=22822 vsize=1360848 CPUtime=896.07 cores=1,3,5,7
/proc/22824/task/22827/stat : 22827 (pwbo2.0) R 22822 22824 19605 0 -1 4202560 39416 0 0 0 89538 69 0 0 20 0 3 0 276114292 1393508352 299091 33554432000 4194304 5965102 140735578119760 140065115244664 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1360848

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22824 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=273229
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=618753
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.149
CPU time (s): 1800.19
CPU user time (s): 1798.89
CPU system time (s): 1.3
CPU usage (%): 199.545
Max. virtual memory (cumulated for all children) (KiB): 1360848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.27
system time used= 1.61875
maximum resident set size= 1196504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266621
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= 8832
involuntary context switches= 2287

runsolver used 2.14167 second user time and 5.70313 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 08:24:43
IDJOB=3704068
IDBENCH=90887
IDSOLVER=2279
FILE ID=node119/3704068-1338099882
RUNJOBID= node119-1338085105-19622
PBS_JOBID= 14624426
Free space on /tmp= 71552 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704068-1338099882/watcher-3704068-1338099882 -o /tmp/evaluation-result-3704068-1338099882/solver-3704068-1338099882 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704068-1338099882.opb

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

MD5SUM BENCH= ecfb37e57149da15322fff965cafdd0d
RANDOM SEED=1686687898

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28847820 kB
Buffers:          259660 kB
Cached:           334976 kB
SwapCached:         1776 kB
Active:          3141284 kB
Inactive:          73152 kB
Active(anon):    2619996 kB
Inactive(anon):     2112 kB
Active(file):     521288 kB
Inactive(file):    71040 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:             33088 kB
Writeback:             0 kB
AnonPages:       2605008 kB
Mapped:            12552 kB
Shmem:                 8 kB
Slab:             656804 kB
SReclaimable:      98816 kB
SUnreclaim:       557988 kB
KernelStack:        1472 kB
PageTables:         9392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     602732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1794048 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= 71548 MiB
End job on node119 at 2012-05-27 08:39:47