Trace number 3704079

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.01 902.202

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUM1534d9d93781c259bc7b88f8b451f924
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11801
Best CPU time to get the best result obtained on this benchmark626.328
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 999
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 807160
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 999
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 807160
Number of bits of the biggest sum of numbers20
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-3704079-1338100101.opb.
0.00/0.00	c Instance file HOME/instance-3704079-1338100101.opb
0.00/0.00	c File size is 28235434 bytes.
3.09/3.20	c Cost Offset: -807160
3.09/3.20	c Highest Coefficient sum: 66107
3.09/3.20	c ============================[ Problem Statistics ]=============================
3.09/3.20	c |                                                                             |
3.09/3.20	c |  Parsing time:          3.20         s                                      |
3.09/3.20	c |  Number Variables:      400896                                              |
3.09/3.20	c |  Number Clauses:        400785                                              |
3.09/3.20	c |  Number Cardinality:    1977                                                |
3.09/3.20	c |  Number PB Constraints: 1                                                   |
3.09/3.20	c |                                                                             |
3.64/3.54	c |  Problem Type:          Optimization                                        |
3.64/3.54	c |  Objective Function:    PB Constraint                                       |
3.64/3.54	c |                                                                             |
3.64/3.54	c ===============================================================================
1800.01/902.11	c ===============================================================================
1800.01/902.11	c Wall Clock Time: 902.11 s
1800.01/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-3704079-1338100101/watcher-3704079-1338100101 -o /tmp/evaluation-result-3704079-1338100101/solver-3704079-1338100101 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704079-1338100101.opb 

running on 4 cores: 0,2,4,6

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.92 3.98 3.93 4/178 9490
/proc/meminfo: memFree=29783056/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=32696 CPUtime=0 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) R 9488 9490 7054 0 -1 4202496 612 0 0 0 0 0 0 0 20 0 1 0 276138741 33480704 565 33554432000 4194304 5965102 140733428206272 140733428203688 4396446 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 8174 565 168 433 0 844 0

[startup+0.047115 s]
/proc/loadavg: 3.92 3.98 3.93 4/178 9490
/proc/meminfo: memFree=29783056/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=41624 CPUtime=0.04 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) R 9488 9490 7054 0 -1 4202496 2826 0 0 0 4 0 0 0 20 0 1 0 276138741 42622976 2713 33554432000 4194304 5965102 140733428206272 140733428203688 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 10406 2714 285 433 0 3076 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 41624

[startup+0.100313 s]
/proc/loadavg: 3.92 3.98 3.93 4/178 9490
/proc/meminfo: memFree=29783056/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=50604 CPUtime=0.09 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) R 9488 9490 7054 0 -1 4202496 4741 0 0 0 9 0 0 0 20 0 1 0 276138741 51818496 4579 33554432000 4194304 5965102 140733428206272 140733428203688 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 12651 4580 431 433 0 5321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50604

[startup+0.300265 s]
/proc/loadavg: 3.92 3.98 3.93 4/178 9490
/proc/meminfo: memFree=29783056/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=69704 CPUtime=0.29 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) R 9488 9490 7054 0 -1 4202496 10665 0 0 0 27 2 0 0 20 0 1 0 276138741 71376896 10236 33554432000 4194304 5965102 140733428206272 140733428204280 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 17426 10236 971 433 0 10096 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69704

[startup+0.700267 s]
/proc/loadavg: 3.92 3.98 3.93 4/178 9490
/proc/meminfo: memFree=29783056/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=116160 CPUtime=0.69 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) R 9488 9490 7054 0 -1 4202496 23084 0 0 0 65 4 0 0 20 0 1 0 276138741 118947840 22125 33554432000 4194304 5965102 140733428206272 140733428204280 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 29040 22126 1995 433 0 21710 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116160

[startup+1.50027 s]
/proc/loadavg: 3.92 3.98 3.93 4/179 9491
/proc/meminfo: memFree=29667612/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=212128 CPUtime=1.49 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) R 9488 9490 7054 0 -1 4202496 46625 0 0 0 141 8 0 0 20 0 1 0 276138741 217219072 46139 33554432000 4194304 5965102 140733428206272 140733428203832 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 53032 46140 3804 433 0 45702 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212128

[startup+3.10027 s]
/proc/loadavg: 3.92 3.98 3.93 4/179 9491
/proc/meminfo: memFree=29559308/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=336088 CPUtime=3.09 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) R 9488 9490 7054 0 -1 4202496 76507 0 0 0 296 13 0 0 20 0 1 0 276138741 344154112 76983 33554432000 4194304 5965102 140733428206272 140733428204280 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 84022 76983 6873 433 0 76692 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336088

[startup+6.30034 s]
/proc/loadavg: 3.93 3.98 3.93 5/181 9493
/proc/meminfo: memFree=29056748/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=891600 CPUtime=9.17 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 166872 0 0 0 832 85 0 0 20 0 3 0 276138741 912998400 186045 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 222900 186045 198 433 0 222464 0
[pid=9490/tid=9492] ppid=9488 vsize=891600 CPUtime=3.04 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 64287 0 0 0 246 58 0 0 20 0 3 0 276139061 912998400 186045 33554432000 4194304 5965102 140733428206272 139957563882008 5143478 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=891600 CPUtime=3.05 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 24076 0 0 0 287 18 0 0 20 0 3 0 276139061 912998400 186045 33554432000 4194304 5965102 140733428206272 139957553391832 4383069 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 891600

[startup+12.7003 s]
/proc/loadavg: 3.93 3.98 3.93 5/181 9493
/proc/meminfo: memFree=29008648/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=891600 CPUtime=21.96 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 172477 0 0 0 2108 88 0 0 20 0 3 0 276138741 912998400 192772 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 222900 192772 199 433 0 222464 0
[pid=9490/tid=9492] ppid=9488 vsize=891600 CPUtime=9.43 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 69708 0 0 0 884 59 0 0 20 0 3 0 276139061 912998400 192772 33554432000 4194304 5965102 140733428206272 139957563882008 5139774 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=891600 CPUtime=9.42 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 24260 0 0 0 924 18 0 0 20 0 3 0 276139061 912998400 192772 33554432000 4194304 5965102 140733428206272 139957553391976 4393903 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.96
Current children cumulated vsize (KiB) 891600

[startup+25.5004 s]
/proc/loadavg: 3.95 3.98 3.93 5/181 9493
/proc/meminfo: memFree=28896452/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=1039080 CPUtime=47.56 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 179306 0 0 0 4661 95 0 0 20 0 3 0 276138741 1064017920 219743 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 259770 219743 199 433 0 259334 0
[pid=9490/tid=9492] ppid=9488 vsize=1039080 CPUtime=22.19 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 76267 0 0 0 2153 66 0 0 20 0 3 0 276139061 1064017920 219743 33554432000 4194304 5965102 140733428206272 139957563881816 5123080 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1039080 CPUtime=22.18 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 24530 0 0 0 2200 18 0 0 20 0 3 0 276139061 1064017920 219743 33554432000 4194304 5965102 140733428206272 139957553391928 4404711 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 47.56
Current children cumulated vsize (KiB) 1039080

[startup+51.1003 s]
/proc/loadavg: 3.96 3.98 3.93 5/181 9493
/proc/meminfo: memFree=28739292/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=1219284 CPUtime=98.76 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 213028 0 0 0 9760 116 0 0 20 0 3 0 276138741 1248546816 257806 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 304821 257806 199 433 0 304385 0
[pid=9490/tid=9492] ppid=9488 vsize=1219284 CPUtime=47.73 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 109661 0 0 0 4689 84 0 0 20 0 3 0 276139061 1248546816 257806 33554432000 4194304 5965102 140733428206272 139957563881944 4420204 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1219284 CPUtime=47.72 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 24858 0 0 0 4754 18 0 0 20 0 3 0 276139061 1248546816 257806 33554432000 4194304 5965102 140733428206272 139957553391976 4393813 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 98.76
Current children cumulated vsize (KiB) 1219284

[startup+102.307 s]
/proc/loadavg: 3.98 3.98 3.93 5/182 9497
/proc/meminfo: memFree=28411932/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=1571568 CPUtime=201.15 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 240570 0 0 0 19970 145 0 0 20 0 3 0 276138741 1609285632 335844 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 392892 335844 199 433 0 392456 0
[pid=9490/tid=9492] ppid=9488 vsize=1571568 CPUtime=98.8 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 135963 0 0 0 9770 110 0 0 20 0 3 0 276139061 1609285632 335844 33554432000 4194304 5965102 140733428206272 139957563882008 5134354 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1571568 CPUtime=98.79 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 26098 0 0 0 9856 23 0 0 20 0 3 0 276139061 1609285632 335844 33554432000 4194304 5965102 140733428206272 139957553391928 4404379 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 201.15
Current children cumulated vsize (KiB) 1571568

[startup+162.3 s]
/proc/loadavg: 3.99 3.98 3.93 5/180 9497
/proc/meminfo: memFree=28086972/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=1964784 CPUtime=321.11 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 278453 0 0 0 31934 177 0 0 20 0 3 0 276138741 2011938816 417009 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 491196 417009 199 433 0 490760 0
[pid=9490/tid=9492] ppid=9488 vsize=1964784 CPUtime=158.64 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 173177 0 0 0 15723 141 0 0 20 0 3 0 276139061 2011938816 417009 33554432000 4194304 5965102 140733428206272 139957563882008 5122872 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=1964784 CPUtime=158.62 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 26767 0 0 0 15836 26 0 0 20 0 3 0 276139061 2011938816 417009 33554432000 4194304 5965102 140733428206272 139957553391736 4388991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 321.11
Current children cumulated vsize (KiB) 1964784

[startup+222.3 s]
/proc/loadavg: 3.89 3.95 3.91 5/181 9539
/proc/meminfo: memFree=27934188/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=2284436 CPUtime=441.06 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 435705 0 0 0 43775 331 0 0 20 0 3 0 276138741 2339262464 488963 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 571109 488963 199 433 0 570673 0
[pid=9490/tid=9492] ppid=9488 vsize=2284436 CPUtime=218.49 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 329520 0 0 0 21556 293 0 0 20 0 3 0 276139061 2339262464 488963 33554432000 4194304 5965102 140733428206272 139957563881880 5131650 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=2284436 CPUtime=218.43 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 27676 0 0 0 21813 30 0 0 20 0 3 0 276139061 2339262464 488963 33554432000 4194304 5965102 140733428206272 139957553391928 4390200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 441.06
Current children cumulated vsize (KiB) 2284436

[startup+282.3 s]
/proc/loadavg: 3.96 3.96 3.91 5/181 9539
/proc/meminfo: memFree=27545716/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=2538292 CPUtime=560.89 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 563286 0 0 0 55619 470 0 0 20 0 3 0 276138741 2599211008 560984 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 634573 560990 199 433 0 634137 0
[pid=9490/tid=9492] ppid=9488 vsize=2538292 CPUtime=278.34 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 456386 0 0 0 27404 430 0 0 20 0 3 0 276139061 2599211008 560994 33554432000 4194304 5965102 140733428206272 139957563881816 4396446 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=2538292 CPUtime=278.13 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 28401 0 0 0 27780 33 0 0 20 0 3 0 276139061 2599211008 560997 33554432000 4194304 5965102 140733428206272 139957553391928 4393736 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 560.89
Current children cumulated vsize (KiB) 2538292

[startup+342.3 s]
/proc/loadavg: 3.98 3.96 3.91 5/181 9539
/proc/meminfo: memFree=27190460/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=2939796 CPUtime=680.76 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 699742 0 0 0 67461 615 0 0 20 0 3 0 276138741 3010351104 650816 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 734949 650816 199 433 0 734513 0
[pid=9490/tid=9492] ppid=9488 vsize=2939796 CPUtime=338.18 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 591766 0 0 0 33247 571 0 0 20 0 3 0 276139061 3010351104 650816 33554432000 4194304 5965102 140733428206272 139957563881816 4446421 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=2939796 CPUtime=337.87 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 29467 0 0 0 33748 39 0 0 20 0 3 0 276139061 3010351104 650816 33554432000 4194304 5965102 140733428206272 139957553391928 4401064 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 680.76
Current children cumulated vsize (KiB) 2939796

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 9540
/proc/meminfo: memFree=26826556/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=3263372 CPUtime=800.74 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 829270 0 0 0 79322 752 0 0 20 0 3 0 276138741 3341692928 723514 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 815843 723514 199 433 0 815407 0
[pid=9490/tid=9492] ppid=9488 vsize=3263372 CPUtime=398.02 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 720556 0 0 0 39097 705 0 0 20 0 3 0 276139061 3341692928 723514 33554432000 4194304 5965102 140733428206272 139957563881880 5122905 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=3263372 CPUtime=397.72 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 30205 0 0 0 39729 43 0 0 20 0 3 0 276139061 3341692928 723514 33554432000 4194304 5965102 140733428206272 139957553391928 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 800.74
Current children cumulated vsize (KiB) 3263372

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 9540
/proc/meminfo: memFree=26481416/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=3582848 CPUtime=920.7 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 984839 0 0 0 91174 896 0 0 20 0 3 0 276138741 3668836352 805980 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 895712 805980 199 433 0 895276 0
[pid=9490/tid=9492] ppid=9488 vsize=3582848 CPUtime=457.86 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 875143 0 0 0 44938 848 0 0 20 0 3 0 276139061 3668836352 805980 33554432000 4194304 5965102 140733428206272 139957563881880 5139822 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=3582848 CPUtime=457.55 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 31187 0 0 0 45710 45 0 0 20 0 3 0 276139061 3668836352 805980 33554432000 4194304 5965102 140733428206272 139957553391928 4400894 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 920.7
Current children cumulated vsize (KiB) 3582848

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/182 9541
/proc/meminfo: memFree=26209000/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=3910528 CPUtime=1040.67 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 1095961 0 0 0 103047 1020 0 0 20 0 3 0 276138741 4004380672 882166 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 977632 882166 199 433 0 977196 0
[pid=9490/tid=9492] ppid=9488 vsize=3910528 CPUtime=517.7 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 985658 0 0 0 50800 970 0 0 20 0 3 0 276139061 4004380672 882166 33554432000 4194304 5965102 140733428206272 139957563881816 5131498 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=3910528 CPUtime=517.4 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 31794 0 0 0 51692 48 0 0 20 0 3 0 276139061 4004380672 882166 33554432000 4194304 5965102 140733428206272 139957553391976 4390210 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1040.67
Current children cumulated vsize (KiB) 3910528

[startup+582.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 9541
/proc/meminfo: memFree=25910796/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=4238208 CPUtime=1160.63 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 1191508 0 0 0 114928 1135 0 0 20 0 3 0 276138741 4339924992 954084 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 1059552 954084 199 433 0 1059116 0
[pid=9490/tid=9492] ppid=9488 vsize=4238208 CPUtime=577.55 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 1080652 0 0 0 56670 1085 0 0 20 0 3 0 276139061 4339924992 954084 33554432000 4194304 5965102 140733428206272 139957563881880 4446318 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=4238208 CPUtime=577.23 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 32347 0 0 0 57672 51 0 0 20 0 3 0 276139061 4339924992 954084 33554432000 4194304 5965102 140733428206272 139957553391976 4393958 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1160.63
Current children cumulated vsize (KiB) 4238208

[startup+642.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 9541
/proc/meminfo: memFree=25606484/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=4565888 CPUtime=1280.62 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 1290486 0 0 0 126829 1233 0 0 20 0 3 0 276138741 4675469312 1024851 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 1141472 1024851 199 433 0 1141036 0
[pid=9490/tid=9492] ppid=9488 vsize=4565888 CPUtime=637.4 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 1179240 0 0 0 62557 1183 0 0 20 0 3 0 276139061 4675469312 1024851 33554432000 4194304 5965102 140733428206272 139957563882424 5131498 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=4565888 CPUtime=637.08 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 32737 0 0 0 63655 53 0 0 20 0 3 0 276139061 4675469312 1024851 33554432000 4194304 5965102 140733428206272 139957553391928 4401050 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1280.62
Current children cumulated vsize (KiB) 4565888

[startup+702.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/182 9545
/proc/meminfo: memFree=25380972/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=4725584 CPUtime=1400.55 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 1343484 0 0 0 138754 1301 0 0 20 0 3 0 276138741 4838998016 1071969 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 1181396 1071969 199 433 0 1180960 0
[pid=9490/tid=9492] ppid=9488 vsize=4725584 CPUtime=697.23 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 1231869 0 0 0 68472 1251 0 0 20 0 3 0 276139061 4838998016 1071969 33554432000 4194304 5965102 140733428206272 139957563882424 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=4725584 CPUtime=696.88 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 33106 0 0 0 69634 54 0 0 20 0 3 0 276139061 4838998016 1071969 33554432000 4194304 5965102 140733428206272 139957553391976 4404757 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1400.55
Current children cumulated vsize (KiB) 4725584

[startup+762.306 s]
/proc/loadavg: 4.03 3.99 3.92 5/181 9545
/proc/meminfo: memFree=25293820/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=4897588 CPUtime=1520.54 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 1406126 0 0 0 150668 1386 0 0 20 0 3 0 276138741 5015130112 1104401 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 1224397 1104401 199 433 0 1223961 0
[pid=9490/tid=9492] ppid=9488 vsize=4897588 CPUtime=757.08 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 1294204 0 0 0 74373 1335 0 0 20 0 3 0 276139061 5015130112 1104401 33554432000 4194304 5965102 140733428206272 139957563882424 4390204 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=4897588 CPUtime=756.73 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 33413 0 0 0 75617 56 0 0 20 0 3 0 276139061 5015130112 1104401 33554432000 4194304 5965102 140733428206272 139957553391928 4401109 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1520.54
Current children cumulated vsize (KiB) 4897588

[startup+822.3 s]
/proc/loadavg: 4.01 3.99 3.92 5/181 9545
/proc/meminfo: memFree=25085572/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=5176216 CPUtime=1640.45 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 1461304 0 0 0 162572 1473 0 0 20 0 3 0 276138741 5300445184 1174234 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 1294054 1174234 199 433 0 1293618 0
[pid=9490/tid=9492] ppid=9488 vsize=5176216 CPUtime=816.92 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 1348899 0 0 0 80271 1421 0 0 20 0 3 0 276139061 5300445184 1174234 33554432000 4194304 5965102 140733428206272 139957563881880 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=5176216 CPUtime=816.51 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 33896 0 0 0 81592 59 0 0 20 0 3 0 276139061 5300445184 1174234 33554432000 4194304 5965102 140733428206272 139957553391976 4388991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1640.45
Current children cumulated vsize (KiB) 5176216

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 9545
/proc/meminfo: memFree=24832636/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=5352320 CPUtime=1760.41 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 1531731 0 0 0 174479 1562 0 0 20 0 3 0 276138741 5480775680 1214900 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 1338080 1214900 199 433 0 1337644 0
[pid=9490/tid=9492] ppid=9488 vsize=5352320 CPUtime=876.76 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 1418406 0 0 0 86167 1509 0 0 20 0 3 0 276139061 5480775680 1214900 33554432000 4194304 5965102 140733428206272 139957563881880 4446227 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=5352320 CPUtime=876.34 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 34816 0 0 0 87572 62 0 0 20 0 3 0 276139061 5480775680 1214900 33554432000 4194304 5965102 140733428206272 139957553391928 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1760.41
Current children cumulated vsize (KiB) 5352320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.1 s]
/proc/loadavg: 4.00 3.99 3.92 6/181 9545
/proc/meminfo: memFree=24746740/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=5454768 CPUtime=1800.01 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 1548798 0 0 0 178411 1590 0 0 20 0 3 0 276138741 5585682432 1235809 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 1363692 1235809 199 433 0 1363256 0
[pid=9490/tid=9492] ppid=9488 vsize=5454768 CPUtime=896.52 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 1435061 0 0 0 88117 1535 0 0 20 0 3 0 276139061 5585682432 1235809 33554432000 4194304 5965102 140733428206272 139957563882312 4409574 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=5454768 CPUtime=896.1 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 35228 0 0 0 89546 64 0 0 20 0 3 0 276139061 5585682432 1235809 33554432000 4194304 5965102 140733428206272 139957553391928 4390172 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 5454768

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.00 3.99 3.92 6/181 9545
/proc/meminfo: memFree=24746740/32873844 swapFree=7108/7108
[pid=9490] ppid=9488 vsize=5454768 CPUtime=1800.01 cores=0,2,4,6
/proc/9490/stat : 9490 (pwbo2.0) S 9488 9490 7054 0 -1 4202496 1548798 0 0 0 178411 1590 0 0 20 0 3 0 276138741 5585682432 1235809 33554432000 4194304 5965102 140733428206272 140733428205792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9490/statm: 1363692 1235809 199 433 0 1363256 0
[pid=9490/tid=9492] ppid=9488 vsize=5454768 CPUtime=896.52 cores=0,2,4,6
/proc/9490/task/9492/stat : 9492 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 1435061 0 0 0 88117 1535 0 0 20 0 3 0 276139061 5585682432 1235809 33554432000 4194304 5965102 140733428206272 139957563882312 4409574 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=9490/tid=9493] ppid=9488 vsize=5454768 CPUtime=896.1 cores=0,2,4,6
/proc/9490/task/9493/stat : 9493 (pwbo2.0) R 9488 9490 7054 0 -1 4202560 35228 0 0 0 89546 64 0 0 20 0 3 0 276139061 5585682432 1235809 33554432000 4194304 5965102 140733428206272 139957553391928 4390172 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 5454768

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9490 and gives
#  childrusage.ru_utime.tv_sec=1779
#  childrusage.ru_utime.tv_usec=703443
#  childrusage.ru_stime.tv_sec=16
#  childrusage.ru_stime.tv_usec=233532
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.202
CPU time (s): 1800.01
CPU user time (s): 1784.11
CPU system time (s): 15.9
CPU usage (%): 199.513
Max. virtual memory (cumulated for all children) (KiB): 5483392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.7
system time used= 16.2335
maximum resident set size= 4957624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1548799
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= 7527
involuntary context switches= 2001

runsolver used 1.89071 second user time and 4.95525 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 08:28:22
IDJOB=3704079
IDBENCH=90952
IDSOLVER=2279
FILE ID=node102/3704079-1338100101
RUNJOBID= node102-1338087425-7070
PBS_JOBID= 14624443
Free space on /tmp= 71504 MiB

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

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

MD5SUM BENCH= 1534d9d93781c259bc7b88f8b451f924
RANDOM SEED=1554043224

node102.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.178
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.35
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.178
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.90
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.178
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		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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:        29783428 kB
Buffers:          315644 kB
Cached:          1110448 kB
SwapCached:            0 kB
Active:          1668632 kB
Inactive:         582664 kB
Active(anon):     816844 kB
Inactive(anon):    11040 kB
Active(file):     851788 kB
Inactive(file):   571624 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33132 kB
Writeback:             0 kB
AnonPages:        846756 kB
Mapped:            15168 kB
Shmem:               200 kB
Slab:             686936 kB
SReclaimable:     129096 kB
SUnreclaim:       557840 kB
KernelStack:        1464 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     199708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 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= 71472 MiB
End job on node102 at 2012-05-27 08:43:26