Trace number 3726368

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.02? (TO) 1800.16 902.139

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null20mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUM1a988adb2582fdda2a937cfe38fb69f2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-36224
Best CPU time to get the best result obtained on this benchmark989.98
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 370186
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 370186
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726368-1338667510.opb.
0.00/0.00	c Instance file HOME/instance-3726368-1338667510.opb
0.00/0.00	c File size is 28233538 bytes.
3.39/3.48	c Cost Offset: -370186
3.39/3.48	c Highest Coefficient sum: 63716
3.39/3.48	c ============================[ Problem Statistics ]=============================
3.39/3.48	c |                                                                             |
3.39/3.48	c |  Parsing time:          3.48         s                                      |
3.39/3.48	c |  Number Variables:      400896                                              |
3.39/3.48	c |  Number Clauses:        400785                                              |
3.39/3.48	c |  Number Cardinality:    1977                                                |
3.39/3.48	c |  Number PB Constraints: 1                                                   |
3.39/3.48	c |                                                                             |
4.05/3.84	c |  Problem Type:          Optimization                                        |
4.05/3.84	c |  Objective Function:    PB Constraint                                       |
4.05/3.84	c |                                                                             |
4.05/3.84	c ===============================================================================
1800.16/902.11	c ===============================================================================
1800.16/902.11	c Wall Clock Time: 902.11 s
1800.16/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-3726368-1338667510/watcher-3726368-1338667510 -o /tmp/evaluation-result-3726368-1338667510/solver-3726368-1338667510 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726368-1338667510.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/168 3502
/proc/meminfo: memFree=26029160/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=32992 CPUtime=0 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) R 3500 3502 3468 0 -1 4202496 674 0 0 0 0 0 0 0 20 0 1 0 332876489 33783808 626 33554432000 4194304 5964478 140733325026352 140736865699592 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 8248 627 169 433 0 919 0

[startup+0.0348939 s]
/proc/loadavg: 2.00 2.00 2.00 3/168 3502
/proc/meminfo: memFree=26029160/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=40092 CPUtime=0.02 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) R 3500 3502 3468 0 -1 4202496 2403 0 0 0 2 0 0 0 20 0 1 0 332876489 41054208 2289 33554432000 4194304 5964478 140733325026352 140736865699592 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 10023 2291 250 433 0 2694 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 40092

[startup+0.100295 s]
/proc/loadavg: 2.00 2.00 2.00 3/168 3502
/proc/meminfo: memFree=26029160/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=50600 CPUtime=0.09 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) R 3500 3502 3468 0 -1 4202496 4746 0 0 0 9 0 0 0 20 0 1 0 332876489 51814400 4583 33554432000 4194304 5964478 140733325026352 140736865699592 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 12650 4584 431 433 0 5321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50600

[startup+0.300263 s]
/proc/loadavg: 2.00 2.00 2.00 3/168 3502
/proc/meminfo: memFree=26029160/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=69436 CPUtime=0.29 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) R 3500 3502 3468 0 -1 4202496 10576 0 0 0 28 1 0 0 20 0 1 0 332876489 71102464 10146 33554432000 4194304 5964478 140733325026352 140736865699592 4344768 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 17359 10149 959 433 0 10030 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69436

[startup+0.700257 s]
/proc/loadavg: 2.00 2.00 2.00 3/168 3502
/proc/meminfo: memFree=26029160/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=114836 CPUtime=0.69 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) R 3500 3502 3468 0 -1 4202496 22400 0 0 0 66 3 0 0 20 0 1 0 332876489 117592064 21440 33554432000 4194304 5964478 140733325026352 140736865699592 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 28709 21440 1935 433 0 21380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114836

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3513
/proc/meminfo: memFree=25812652/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=208164 CPUtime=1.49 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) R 3500 3502 3468 0 -1 4202496 44207 0 0 0 142 7 0 0 20 0 1 0 332876489 213159936 43720 33554432000 4194304 5964478 140733325026352 140733325024696 5156202 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 52041 43720 3585 433 0 44712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208164

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 3513
/proc/meminfo: memFree=25608708/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=323016 CPUtime=3.09 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) R 3500 3502 3468 0 -1 4202496 72093 0 0 0 298 11 0 0 20 0 1 0 332876489 330768384 73590 33554432000 4194304 5964478 140733325026352 140733325024728 4344768 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 80754 73590 6406 433 0 73425 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 323016

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 2.00 5/178 3517
/proc/meminfo: memFree=24651120/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=885556 CPUtime=8.94 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 163835 0 0 0 858 36 0 0 20 0 3 0 332876489 906809344 178872 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 221389 178872 197 433 0 220953 0
[pid=3502/tid=3516] ppid=3500 vsize=885556 CPUtime=2.77 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 62937 0 0 0 260 17 0 0 20 0 3 0 332876837 906809344 178872 33554432000 4194304 5964478 140733325026352 139772340885768 5122378 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=885556 CPUtime=2.68 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 23088 0 0 0 261 7 0 0 20 0 3 0 332876837 906809344 178872 33554432000 4194304 5964478 140733325026352 139772330395480 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 885556

[startup+12.7004 s]
/proc/loadavg: 2.31 2.07 2.02 5/178 3517
/proc/meminfo: memFree=24572560/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=885556 CPUtime=21.74 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 170699 0 0 0 2133 41 0 0 20 0 3 0 332876489 906809344 187113 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 221389 187113 197 433 0 220953 0
[pid=3502/tid=3516] ppid=3500 vsize=885556 CPUtime=9.15 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 69182 0 0 0 895 20 0 0 20 0 3 0 332876837 906809344 187113 33554432000 4194304 5964478 140733325026352 139772340886040 5122467 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=885556 CPUtime=9.05 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 23707 0 0 0 898 7 0 0 20 0 3 0 332876837 906809344 187113 33554432000 4194304 5964478 140733325026352 139772330395960 4382019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 21.74
Current children cumulated vsize (KiB) 885556

[startup+25.5004 s]
/proc/loadavg: 2.57 2.13 2.04 5/178 3517
/proc/meminfo: memFree=24480604/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=951092 CPUtime=47.33 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 180948 0 0 0 4685 48 0 0 20 0 3 0 332876489 973918208 198491 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 237773 198491 197 433 0 237337 0
[pid=3502/tid=3516] ppid=3500 vsize=951092 CPUtime=21.92 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 78843 0 0 0 2166 26 0 0 20 0 3 0 332876837 973918208 198491 33554432000 4194304 5964478 140733325026352 139772340885800 5130994 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=951092 CPUtime=21.81 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 24295 0 0 0 2173 8 0 0 20 0 3 0 332876837 973918208 198491 33554432000 4194304 5964478 140733325026352 139772330395880 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 47.33
Current children cumulated vsize (KiB) 951092

[startup+51.1003 s]
/proc/loadavg: 3.06 2.28 2.09 5/178 3517
/proc/meminfo: memFree=24385740/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=951216 CPUtime=98.52 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 193430 0 0 0 9796 56 0 0 20 0 3 0 332876489 974045184 210678 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 237804 210678 197 433 0 237368 0
[pid=3502/tid=3516] ppid=3500 vsize=951216 CPUtime=47.45 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 90442 0 0 0 4712 33 0 0 20 0 3 0 332876837 974045184 210678 33554432000 4194304 5964478 140733325026352 139772340886296 4406391 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=951216 CPUtime=47.34 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 25178 0 0 0 4724 10 0 0 20 0 3 0 332876837 974045184 210678 33554432000 4194304 5964478 140733325026352 139772330395960 4381732 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 98.52
Current children cumulated vsize (KiB) 951216

[startup+102.307 s]
/proc/loadavg: 3.62 2.56 2.20 5/179 3518
/proc/meminfo: memFree=24275340/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1147824 CPUtime=200.89 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 240206 0 0 0 20013 76 0 0 20 0 3 0 332876489 1175371776 250593 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 286956 250593 197 433 0 286520 0
[pid=3502/tid=3516] ppid=3500 vsize=1147824 CPUtime=98.52 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 135055 0 0 0 9801 51 0 0 20 0 3 0 332876837 1175371776 250593 33554432000 4194304 5964478 140733325026352 139772340885848 4419040 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1147824 CPUtime=98.39 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 27341 0 0 0 9826 13 0 0 20 0 3 0 332876837 1175371776 250593 33554432000 4194304 5964478 140733325026352 139772330395768 4389110 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 200.89
Current children cumulated vsize (KiB) 1147824

[startup+162.3 s]
/proc/loadavg: 3.86 2.82 2.31 5/179 3518
/proc/meminfo: memFree=24198100/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1213360 CPUtime=320.85 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 274458 0 0 0 31994 91 0 0 20 0 3 0 332876489 1242480640 268929 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 303340 268929 197 433 0 302904 0
[pid=3502/tid=3516] ppid=3500 vsize=1213360 CPUtime=158.35 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 168136 0 0 0 15771 64 0 0 20 0 3 0 332876837 1242480640 268929 33554432000 4194304 5964478 140733325026352 139772340885848 4403727 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1213360 CPUtime=158.22 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 28512 0 0 0 15806 16 0 0 20 0 3 0 332876837 1242480640 268929 33554432000 4194304 5964478 140733325026352 139772330395960 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 320.85
Current children cumulated vsize (KiB) 1213360

[startup+222.3 s]
/proc/loadavg: 3.95 3.04 2.41 5/179 3518
/proc/meminfo: memFree=24143664/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1278896 CPUtime=440.82 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 290873 0 0 0 43982 100 0 0 20 0 3 0 332876489 1309589504 281102 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 319724 281102 197 433 0 319288 0
[pid=3502/tid=3516] ppid=3500 vsize=1278896 CPUtime=218.19 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 183531 0 0 0 21747 72 0 0 20 0 3 0 332876837 1309589504 281102 33554432000 4194304 5964478 140733325026352 139772340885800 4389160 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1278896 CPUtime=218.07 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 29532 0 0 0 21787 20 0 0 20 0 3 0 332876837 1309589504 281102 33554432000 4194304 5964478 140733325026352 139772330395960 4403564 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) 1278896

[startup+282.3 s]
/proc/loadavg: 3.98 3.21 2.51 5/179 3519
/proc/meminfo: memFree=24120304/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1246168 CPUtime=560.79 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 300027 0 0 0 55971 108 0 0 20 0 3 0 332876489 1276076032 285728 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 311542 285728 197 433 0 311106 0
[pid=3502/tid=3516] ppid=3500 vsize=1246168 CPUtime=278.03 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 191374 0 0 0 27724 79 0 0 20 0 3 0 332876837 1276076032 285728 33554432000 4194304 5964478 140733325026352 139772340885768 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1246168 CPUtime=277.91 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 30843 0 0 0 27767 24 0 0 20 0 3 0 332876837 1276076032 285728 33554432000 4194304 5964478 140733325026352 139772330395960 4222416 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) 1246168

[startup+342.3 s]
/proc/loadavg: 4.05 3.37 2.60 5/180 3522
/proc/meminfo: memFree=24031168/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1360836 CPUtime=680.76 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 315171 0 0 0 67951 125 0 0 20 0 3 0 332876489 1393496064 306459 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 340209 306459 197 433 0 339773 0
[pid=3502/tid=3516] ppid=3500 vsize=1360836 CPUtime=337.86 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 202821 0 0 0 33697 89 0 0 20 0 3 0 332876837 1393496064 306459 33554432000 4194304 5964478 140733325026352 139772340886344 4399915 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1360836 CPUtime=337.75 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 34540 0 0 0 33743 32 0 0 20 0 3 0 332876837 1393496064 306459 33554432000 4194304 5964478 140733325026352 139772330395960 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 680.76
Current children cumulated vsize (KiB) 1360836

[startup+402.3 s]
/proc/loadavg: 4.02 3.48 2.69 5/179 3522
/proc/meminfo: memFree=23962784/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1426372 CPUtime=800.73 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 338705 0 0 0 79935 138 0 0 20 0 3 0 332876489 1460604928 322862 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 356593 322862 197 433 0 356157 0
[pid=3502/tid=3516] ppid=3500 vsize=1426372 CPUtime=397.7 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 224910 0 0 0 39670 100 0 0 20 0 3 0 332876837 1460604928 322862 33554432000 4194304 5964478 140733325026352 139772340886344 4399862 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1426372 CPUtime=397.58 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 35985 0 0 0 39722 36 0 0 20 0 3 0 332876837 1460604928 322862 33554432000 4194304 5964478 140733325026352 139772330395960 4392918 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 800.73
Current children cumulated vsize (KiB) 1426372

[startup+462.3 s]
/proc/loadavg: 4.00 3.57 2.77 5/179 3522
/proc/meminfo: memFree=23936844/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1491908 CPUtime=920.69 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 341533 0 0 0 91929 140 0 0 20 0 3 0 332876489 1527713792 328191 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 372977 328191 197 433 0 372541 0
[pid=3502/tid=3516] ppid=3500 vsize=1491908 CPUtime=457.53 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 226509 0 0 0 45652 101 0 0 20 0 3 0 332876837 1527713792 328191 33554432000 4194304 5964478 140733325026352 139772340886344 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1491908 CPUtime=457.43 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 37214 0 0 0 45705 38 0 0 20 0 3 0 332876837 1527713792 328191 33554432000 4194304 5964478 140733325026352 139772330395960 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 920.69
Current children cumulated vsize (KiB) 1491908

[startup+522.3 s]
/proc/loadavg: 4.00 3.65 2.84 5/179 3522
/proc/meminfo: memFree=23925480/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1491908 CPUtime=1040.67 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 343124 0 0 0 103923 144 0 0 20 0 3 0 332876489 1527713792 329845 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 372977 329845 197 433 0 372541 0
[pid=3502/tid=3516] ppid=3500 vsize=1491908 CPUtime=517.37 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 226511 0 0 0 51635 102 0 0 20 0 3 0 332876837 1527713792 329845 33554432000 4194304 5964478 140733325026352 139772340886344 4392773 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1491908 CPUtime=517.27 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 38803 0 0 0 51684 43 0 0 20 0 3 0 332876837 1527713792 329845 33554432000 4194304 5964478 140733325026352 139772330395960 4382008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1040.67
Current children cumulated vsize (KiB) 1491908

[startup+582.3 s]
/proc/loadavg: 4.00 3.71 2.91 5/179 3523
/proc/meminfo: memFree=23910524/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1491908 CPUtime=1160.65 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 344969 0 0 0 115918 147 0 0 20 0 3 0 332876489 1527713792 331879 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 372977 331879 197 433 0 372541 0
[pid=3502/tid=3516] ppid=3500 vsize=1491908 CPUtime=577.22 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 226511 0 0 0 57619 103 0 0 20 0 3 0 332876837 1527713792 331879 33554432000 4194304 5964478 140733325026352 139772340886344 4392863 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1491908 CPUtime=577.11 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 40648 0 0 0 57665 46 0 0 20 0 3 0 332876837 1527713792 331879 33554432000 4194304 5964478 140733325026352 139772330396008 4389110 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1160.65
Current children cumulated vsize (KiB) 1491908

[startup+642.3 s]
/proc/loadavg: 4.00 3.76 2.98 5/179 3523
/proc/meminfo: memFree=23895028/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1491908 CPUtime=1280.64 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 346318 0 0 0 127914 150 0 0 20 0 3 0 332876489 1527713792 333846 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 372977 333846 197 433 0 372541 0
[pid=3502/tid=3516] ppid=3500 vsize=1491908 CPUtime=637.07 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 226512 0 0 0 63603 104 0 0 20 0 3 0 332876837 1527713792 333846 33554432000 4194304 5964478 140733325026352 139772340886344 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1491908 CPUtime=636.95 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 41996 0 0 0 63645 50 0 0 20 0 3 0 332876837 1527713792 333846 33554432000 4194304 5964478 140733325026352 139772330396008 4393008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1280.64
Current children cumulated vsize (KiB) 1491908

[startup+702.3 s]
/proc/loadavg: 4.00 3.80 3.04 5/179 3523
/proc/meminfo: memFree=23882532/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1491908 CPUtime=1400.61 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 347939 0 0 0 139907 154 0 0 20 0 3 0 332876489 1527713792 335467 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 372977 335467 197 433 0 372541 0
[pid=3502/tid=3516] ppid=3500 vsize=1491908 CPUtime=696.91 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 226512 0 0 0 69586 105 0 0 20 0 3 0 332876837 1527713792 335467 33554432000 4194304 5964478 140733325026352 139772340886344 4392882 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1491908 CPUtime=696.79 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 43617 0 0 0 69623 56 0 0 20 0 3 0 332876837 1527713792 335467 33554432000 4194304 5964478 140733325026352 139772330396008 4387951 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1400.61
Current children cumulated vsize (KiB) 1491908

[startup+762.307 s]
/proc/loadavg: 4.00 3.83 3.10 5/179 3523
/proc/meminfo: memFree=23819068/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1557444 CPUtime=1520.6 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 355342 0 0 0 151902 158 0 0 20 0 3 0 332876489 1594822656 353601 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 389361 353601 197 433 0 388925 0
[pid=3502/tid=3516] ppid=3500 vsize=1557444 CPUtime=756.76 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 232843 0 0 0 75568 108 0 0 20 0 3 0 332876837 1594822656 353601 33554432000 4194304 5964478 140733325026352 139772340885848 5139166 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1557444 CPUtime=756.63 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 44689 0 0 0 75604 59 0 0 20 0 3 0 332876837 1594822656 353601 33554432000 4194304 5964478 140733325026352 139772330395960 4392918 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1520.6
Current children cumulated vsize (KiB) 1557444

[startup+822.3 s]
/proc/loadavg: 4.07 3.88 3.15 5/179 3523
/proc/meminfo: memFree=23808068/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1557444 CPUtime=1640.57 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 357602 0 0 0 163895 162 0 0 20 0 3 0 332876489 1594822656 351414 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 389361 351414 197 433 0 388925 0
[pid=3502/tid=3516] ppid=3500 vsize=1557444 CPUtime=816.6 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 233873 0 0 0 81550 110 0 0 20 0 3 0 332876837 1594822656 351414 33554432000 4194304 5964478 140733325026352 139772340886344 4389132 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1557444 CPUtime=816.47 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 45919 0 0 0 81584 63 0 0 20 0 3 0 332876837 1594822656 351414 33554432000 4194304 5964478 140733325026352 139772330396008 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1640.57
Current children cumulated vsize (KiB) 1557444

[startup+882.3 s]
/proc/loadavg: 4.06 3.91 3.21 5/179 3524
/proc/meminfo: memFree=23800292/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1557444 CPUtime=1760.56 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 358623 0 0 0 175892 164 0 0 20 0 3 0 332876489 1594822656 352435 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 389361 352435 197 433 0 388925 0
[pid=3502/tid=3516] ppid=3500 vsize=1557444 CPUtime=876.44 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 233873 0 0 0 87533 111 0 0 20 0 3 0 332876837 1594822656 352435 33554432000 4194304 5964478 140733325026352 139772340886344 4403717 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1557444 CPUtime=876.31 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 46940 0 0 0 87565 66 0 0 20 0 3 0 332876837 1594822656 352435 33554432000 4194304 5964478 140733325026352 139772330395960 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1760.56
Current children cumulated vsize (KiB) 1557444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.1 s]
/proc/loadavg: 4.04 3.92 3.22 6/180 3527
/proc/meminfo: memFree=23771472/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1557444 CPUtime=1800.16 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 360251 0 0 0 179851 165 0 0 20 0 3 0 332876489 1594822656 359339 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 389361 359339 197 433 0 388925 0
[pid=3502/tid=3516] ppid=3500 vsize=1557444 CPUtime=896.2 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 235278 0 0 0 89509 111 0 0 20 0 3 0 332876837 1594822656 359339 33554432000 4194304 5964478 140733325026352 139772340885848 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1557444 CPUtime=896.07 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 47163 0 0 0 89541 66 0 0 20 0 3 0 332876837 1594822656 359339 33554432000 4194304 5964478 140733325026352 139772330395960 4389072 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1557444

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: 4.04 3.92 3.22 6/180 3527
/proc/meminfo: memFree=23771472/32873852 swapFree=6856/6856
[pid=3502] ppid=3500 vsize=1557444 CPUtime=1800.16 cores=1,3,5,7
/proc/3502/stat : 3502 (pwbo2.02) S 3500 3502 3468 0 -1 4202496 360251 0 0 0 179851 165 0 0 20 0 3 0 332876489 1594822656 359339 33554432000 4194304 5964478 140733325026352 140733325025872 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3502/statm: 389361 359339 197 433 0 388925 0
[pid=3502/tid=3516] ppid=3500 vsize=1557444 CPUtime=896.2 cores=1,3,5,7
/proc/3502/task/3516/stat : 3516 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 235278 0 0 0 89509 111 0 0 20 0 3 0 332876837 1594822656 359339 33554432000 4194304 5964478 140733325026352 139772340885848 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=3502/tid=3517] ppid=3500 vsize=1557444 CPUtime=896.07 cores=1,3,5,7
/proc/3502/task/3517/stat : 3517 (pwbo2.02) R 3500 3502 3468 0 -1 4202560 47163 0 0 0 89541 66 0 0 20 0 3 0 332876837 1594822656 359339 33554432000 4194304 5964478 140733325026352 139772330395960 4389072 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1557444

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3502 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=856292
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=951703
# CPU time returned by wait4() is 1795.81
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.139
CPU time (s): 1800.16
CPU user time (s): 1798.51
CPU system time (s): 1.65
CPU usage (%): 199.544
Max. virtual memory (cumulated for all children) (KiB): 1557444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.86
system time used= 1.9517
maximum resident set size= 1437360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360252
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= 8154
involuntary context switches= 1843

runsolver used 2.13967 second user time and 5.2372 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-02 22:05:10
IDJOB=3726368
IDBENCH=90949
IDSOLVER=2309
FILE ID=node129/3726368-1338667510
RUNJOBID= node129-1338667509-3485
PBS_JOBID= 14636510
Free space on /tmp= 70432 MiB

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

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

MD5SUM BENCH= 1a988adb2582fdda2a937cfe38fb69f2
RANDOM SEED=1271456247

node129.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.957
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.91
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.957
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.957
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.91
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.957
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.957
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.90
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.957
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.957
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26026820 kB
Buffers:          449576 kB
Cached:          5508680 kB
SwapCached:            0 kB
Active:          2498440 kB
Inactive:        3472992 kB
Active(anon):       4956 kB
Inactive(anon):    10760 kB
Active(file):    2493484 kB
Inactive(file):  3462232 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             60640 kB
Writeback:             0 kB
AnonPages:         21324 kB
Mapped:            13420 kB
Shmem:               204 kB
Slab:             739980 kB
SReclaimable:     181896 kB
SUnreclaim:       558084 kB
KernelStack:        1392 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     105240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70420 MiB
End job on node129 at 2012-06-02 22:20:15