Trace number 3704074

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.51 901.849

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUM6f3eb6421078a0de6a5b5f585e0aca61
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-5280
Best CPU time to get the best result obtained on this benchmark1781.2
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 892
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 367542
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 367542
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-3704074-1338100043.opb.
0.00/0.00	c Instance file HOME/instance-3704074-1338100043.opb
0.00/0.00	c File size is 28226022 bytes.
3.09/3.17	c Cost Offset: -367542
3.09/3.17	c Highest Coefficient sum: 66266
3.09/3.17	c ============================[ Problem Statistics ]=============================
3.09/3.17	c |                                                                             |
3.09/3.17	c |  Parsing time:          3.17         s                                      |
3.09/3.17	c |  Number Variables:      400896                                              |
3.09/3.17	c |  Number Clauses:        400785                                              |
3.09/3.17	c |  Number Cardinality:    1977                                                |
3.09/3.17	c |  Number PB Constraints: 1                                                   |
3.09/3.17	c |                                                                             |
3.78/3.50	c |  Problem Type:          Optimization                                        |
3.78/3.50	c |  Objective Function:    PB Constraint                                       |
3.78/3.50	c |                                                                             |
3.78/3.50	c ===============================================================================
1800.10/901.81	c ===============================================================================
1800.10/901.81	c Wall Clock Time: 901.81 s
1800.10/901.81	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-3704074-1338100043/watcher-3704074-1338100043 -o /tmp/evaluation-result-3704074-1338100043/solver-3704074-1338100043 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704074-1338100043.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.90 3.94 3.89 4/179 22212
/proc/meminfo: memFree=26756240/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=32996 CPUtime=0 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) R 22210 22212 20135 0 -1 4202496 681 0 0 0 0 0 0 0 20 0 1 0 276129828 33787904 633 33554432000 4194304 5965102 140733806726064 140733806723816 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 8249 634 170 433 0 921 0

[startup+0.08679 s]
/proc/loadavg: 3.90 3.94 3.89 4/179 22212
/proc/meminfo: memFree=26756240/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=47500 CPUtime=0.07 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) R 22210 22212 20135 0 -1 4202496 4360 0 0 0 7 0 0 0 20 0 1 0 276129828 48640000 4230 33554432000 4194304 5965102 140733806726064 140733806723816 4351027 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 11875 4230 397 433 0 4547 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 47500

[startup+0.100263 s]
/proc/loadavg: 3.90 3.94 3.89 4/179 22212
/proc/meminfo: memFree=26756240/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=50596 CPUtime=0.09 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) R 22210 22212 20135 0 -1 4202496 4733 0 0 0 9 0 0 0 20 0 1 0 276129828 51810304 4603 33554432000 4194304 5965102 140733806726064 140733806723816 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 12649 4604 435 433 0 5321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50596

[startup+0.300185 s]
/proc/loadavg: 3.90 3.94 3.89 4/179 22212
/proc/meminfo: memFree=26756240/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=69864 CPUtime=0.29 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) R 22210 22212 20135 0 -1 4202496 10621 0 0 0 28 1 0 0 20 0 1 0 276129828 71540736 10224 33554432000 4194304 5965102 140733806726064 140733806723816 4351027 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 17466 10224 975 433 0 10138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69864

[startup+0.700243 s]
/proc/loadavg: 3.90 3.94 3.89 4/179 22212
/proc/meminfo: memFree=26756240/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=116328 CPUtime=0.69 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) R 22210 22212 20135 0 -1 4202496 23151 0 0 0 66 3 0 0 20 0 1 0 276129828 119119872 22224 33554432000 4194304 5965102 140733806726064 140733806723736 4348482 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 29082 22225 2006 433 0 21754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116328

[startup+1.50025 s]
/proc/loadavg: 3.90 3.94 3.89 4/180 22213
/proc/meminfo: memFree=26640920/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=212696 CPUtime=1.49 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) R 22210 22212 20135 0 -1 4202496 46537 0 0 0 140 9 0 0 20 0 1 0 276129828 217800704 46594 33554432000 4194304 5965102 140733806726064 140733806724136 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 53174 46595 3831 433 0 45846 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212696

[startup+3.10019 s]
/proc/loadavg: 3.90 3.94 3.89 4/180 22213
/proc/meminfo: memFree=26447872/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=336708 CPUtime=3.09 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) R 22210 22212 20135 0 -1 4202496 75922 0 0 0 295 14 0 0 20 0 1 0 276129828 344788992 77452 33554432000 4194304 5965102 140733806726064 140733806724040 4351027 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 84177 77452 6920 433 0 76849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336708

[startup+6.30027 s]
/proc/loadavg: 3.91 3.94 3.89 5/182 22215
/proc/meminfo: memFree=25987100/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=885568 CPUtime=9.37 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 161540 0 0 0 900 37 0 0 20 0 3 0 276129828 906821632 183295 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 221392 183295 198 433 0 220956 0
[pid=22212/tid=22214] ppid=22210 vsize=885568 CPUtime=3.09 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 63070 0 0 0 292 17 0 0 20 0 3 0 276130145 906821632 183295 33554432000 4194304 5965102 140733806726064 140655996647720 5131498 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=885568 CPUtime=3.09 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 20783 0 0 0 303 6 0 0 20 0 3 0 276130145 906821632 183295 33554432000 4194304 5965102 140733806726064 140655986157928 4404687 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.37
Current children cumulated vsize (KiB) 885568

[startup+12.7003 s]
/proc/loadavg: 3.92 3.94 3.89 5/181 22215
/proc/meminfo: memFree=25949576/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=885568 CPUtime=22.17 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 166361 0 0 0 2177 40 0 0 20 0 3 0 276129828 906821632 191177 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 221392 191177 199 433 0 220956 0
[pid=22212/tid=22214] ppid=22210 vsize=885568 CPUtime=9.49 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 67699 0 0 0 929 20 0 0 20 0 3 0 276130145 906821632 191177 33554432000 4194304 5965102 140733806726064 140655996647960 4430857 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=885568 CPUtime=9.49 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 20975 0 0 0 943 6 0 0 20 0 3 0 276130145 906821632 191177 33554432000 4194304 5965102 140733806726064 140655986157880 4410314 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 22.17
Current children cumulated vsize (KiB) 885568

[startup+25.5004 s]
/proc/loadavg: 3.94 3.94 3.89 5/181 22215
/proc/meminfo: memFree=25754528/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=951104 CPUtime=47.76 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 175213 0 0 0 4732 44 0 0 20 0 3 0 276129828 973930496 201916 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 237776 201916 199 433 0 237340 0
[pid=22212/tid=22214] ppid=22210 vsize=951104 CPUtime=22.29 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 74340 0 0 0 2206 23 0 0 20 0 3 0 276130145 973930496 201916 33554432000 4194304 5965102 140733806726064 140655996647960 5143165 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=951104 CPUtime=22.29 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 23186 0 0 0 2222 7 0 0 20 0 3 0 276130145 973930496 201916 33554432000 4194304 5965102 140733806726064 140655986157880 4390210 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 47.76
Current children cumulated vsize (KiB) 951104

[startup+51.1004 s]
/proc/loadavg: 3.96 3.94 3.90 5/181 22215
/proc/meminfo: memFree=25623820/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1082176 CPUtime=98.95 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 194520 0 0 0 9842 53 0 0 20 0 3 0 276129828 1108148224 228173 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 270544 228173 199 433 0 270108 0
[pid=22212/tid=22214] ppid=22210 vsize=1082176 CPUtime=47.89 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 92636 0 0 0 4758 31 0 0 20 0 3 0 276130145 1108148224 228173 33554432000 4194304 5965102 140733806726064 140655996647720 5143165 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1082176 CPUtime=47.89 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 24197 0 0 0 4781 8 0 0 20 0 3 0 276130145 1108148224 228173 33554432000 4194304 5965102 140733806726064 140655986157928 4404463 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 98.95
Current children cumulated vsize (KiB) 1082176

[startup+102.3 s]
/proc/loadavg: 3.98 3.95 3.90 5/181 22215
/proc/meminfo: memFree=25231216/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1147840 CPUtime=201.35 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 208085 0 0 0 20072 63 0 0 20 0 3 0 276129828 1175388160 244090 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 286960 244090 199 433 0 286524 0
[pid=22212/tid=22214] ppid=22210 vsize=1147840 CPUtime=99.1 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 105449 0 0 0 9868 42 0 0 20 0 3 0 276130145 1175388160 244090 33554432000 4194304 5965102 140733806726064 140655996647768 5139822 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1147840 CPUtime=99.1 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 24949 0 0 0 9900 10 0 0 20 0 3 0 276130145 1175388160 244090 33554432000 4194304 5965102 140733806726064 140655986157688 4410260 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 201.35
Current children cumulated vsize (KiB) 1147840

[startup+162.3 s]
/proc/loadavg: 3.99 3.95 3.91 5/182 22218
/proc/meminfo: memFree=24758664/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1229780 CPUtime=321.32 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 221568 0 0 0 32062 70 0 0 20 0 3 0 276129828 1259294720 266720 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 307445 266720 199 433 0 307009 0
[pid=22212/tid=22214] ppid=22210 vsize=1229780 CPUtime=159.1 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 118253 0 0 0 15861 49 0 0 20 0 3 0 276130145 1259294720 266720 33554432000 4194304 5965102 140733806726064 140655996648264 4390200 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1229780 CPUtime=159.09 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 25628 0 0 0 15897 12 0 0 20 0 3 0 276130145 1259294720 266720 33554432000 4194304 5965102 140733806726064 140655986157880 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 321.32
Current children cumulated vsize (KiB) 1229780

[startup+222.307 s]
/proc/loadavg: 4.03 3.97 3.91 5/181 22218
/proc/meminfo: memFree=24366452/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1295316 CPUtime=441.32 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 236832 0 0 0 44055 77 0 0 20 0 3 0 276129828 1326403584 279648 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 323829 279648 199 433 0 323393 0
[pid=22212/tid=22214] ppid=22210 vsize=1295316 CPUtime=219.11 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 132556 0 0 0 21856 55 0 0 20 0 3 0 276130145 1326403584 279648 33554432000 4194304 5965102 140733806726064 140655996648264 4388979 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1295316 CPUtime=219.1 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 26589 0 0 0 21895 15 0 0 20 0 3 0 276130145 1326403584 279648 33554432000 4194304 5965102 140733806726064 140655986157880 4400894 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 441.32
Current children cumulated vsize (KiB) 1295316

[startup+282.3 s]
/proc/loadavg: 4.01 3.97 3.91 5/181 22219
/proc/meminfo: memFree=23936840/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1295316 CPUtime=561.29 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 242594 0 0 0 56047 82 0 0 20 0 3 0 276129828 1326403584 289360 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 323829 289360 199 433 0 323393 0
[pid=22212/tid=22214] ppid=22210 vsize=1295316 CPUtime=279.1 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 137285 0 0 0 27852 58 0 0 20 0 3 0 276130145 1326403584 289360 33554432000 4194304 5965102 140733806726064 140655996648264 5143165 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1295316 CPUtime=279.1 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 27622 0 0 0 27892 18 0 0 20 0 3 0 276130145 1326403584 289360 33554432000 4194304 5965102 140733806726064 140655986157880 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 561.29
Current children cumulated vsize (KiB) 1295316

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 22219
/proc/meminfo: memFree=23586504/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1360852 CPUtime=681.27 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 250997 0 0 0 68040 87 0 0 20 0 3 0 276129828 1393512448 305453 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 340213 305453 199 433 0 339777 0
[pid=22212/tid=22214] ppid=22210 vsize=1360852 CPUtime=339.11 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 144932 0 0 0 33848 63 0 0 20 0 3 0 276130145 1393512448 305453 33554432000 4194304 5965102 140733806726064 140655996648264 4393922 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1360852 CPUtime=339.1 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 28378 0 0 0 33890 20 0 0 20 0 3 0 276130145 1393512448 305453 33554432000 4194304 5965102 140733806726064 140655986157880 4404650 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 681.27
Current children cumulated vsize (KiB) 1360852

[startup+402.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 22219
/proc/meminfo: memFree=23236660/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1360852 CPUtime=801.25 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 263836 0 0 0 80033 92 0 0 20 0 3 0 276129828 1393512448 301945 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 340213 301945 199 433 0 339777 0
[pid=22212/tid=22214] ppid=22210 vsize=1360852 CPUtime=399.11 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 157181 0 0 0 39843 68 0 0 20 0 3 0 276130145 1393512448 301945 33554432000 4194304 5965102 140733806726064 140655996648264 4393757 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1360852 CPUtime=399.11 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 28968 0 0 0 39889 22 0 0 20 0 3 0 276130145 1393512448 301945 33554432000 4194304 5965102 140733806726064 140655986157880 4390150 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 801.25
Current children cumulated vsize (KiB) 1360852

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 22219
/proc/meminfo: memFree=23025144/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1491924 CPUtime=921.23 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 269926 0 0 0 92024 99 0 0 20 0 3 0 276129828 1527730176 332719 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 372981 332719 199 433 0 372545 0
[pid=22212/tid=22214] ppid=22210 vsize=1491924 CPUtime=459.11 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 162514 0 0 0 45838 73 0 0 20 0 3 0 276130145 1527730176 332719 33554432000 4194304 5965102 140733806726064 140655996647768 4404330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1491924 CPUtime=459.11 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 29725 0 0 0 45887 24 0 0 20 0 3 0 276130145 1527730176 332719 33554432000 4194304 5965102 140733806726064 140655986157880 4393747 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 921.23
Current children cumulated vsize (KiB) 1491924

[startup+522.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 22219
/proc/meminfo: memFree=22990764/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1557460 CPUtime=1041.22 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 279110 0 0 0 104017 105 0 0 20 0 3 0 276129828 1594839040 340209 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 389365 340209 199 433 0 388929 0
[pid=22212/tid=22214] ppid=22210 vsize=1557460 CPUtime=519.12 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 170838 0 0 0 51834 78 0 0 20 0 3 0 276130145 1594839040 340209 33554432000 4194304 5965102 140733806726064 140655996647720 4393747 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1557460 CPUtime=519.11 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 30585 0 0 0 51884 27 0 0 20 0 3 0 276130145 1594839040 340209 33554432000 4194304 5965102 140733806726064 140655986157880 4388991 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1041.22
Current children cumulated vsize (KiB) 1557460

[startup+582.3 s]
/proc/loadavg: 4.05 3.99 3.92 5/181 22220
/proc/meminfo: memFree=22798628/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1491924 CPUtime=1161.19 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 283559 0 0 0 116011 108 0 0 20 0 3 0 276129828 1527730176 336516 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 372981 336516 199 433 0 372545 0
[pid=22212/tid=22214] ppid=22210 vsize=1491924 CPUtime=579.12 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 174932 0 0 0 57830 82 0 0 20 0 3 0 276130145 1527730176 336516 33554432000 4194304 5965102 140733806726064 140655996648264 4393922 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1491924 CPUtime=579.12 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 30940 0 0 0 57883 29 0 0 20 0 3 0 276130145 1527730176 336516 33554432000 4194304 5965102 140733806726064 140655986157880 4391908 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1161.19
Current children cumulated vsize (KiB) 1491924

[startup+642.3 s]
/proc/loadavg: 4.02 3.99 3.92 5/181 22220
/proc/meminfo: memFree=22763924/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1557460 CPUtime=1281.18 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 286736 0 0 0 128007 111 0 0 20 0 3 0 276129828 1594839040 349559 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 389365 349559 199 433 0 388929 0
[pid=22212/tid=22214] ppid=22210 vsize=1557460 CPUtime=639.12 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 177688 0 0 0 63828 84 0 0 20 0 3 0 276130145 1594839040 349559 33554432000 4194304 5965102 140733806726064 140655996647768 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1557460 CPUtime=639.12 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 31361 0 0 0 63881 31 0 0 20 0 3 0 276130145 1594839040 349559 33554432000 4194304 5965102 140733806726064 140655986157880 4410272 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1281.18
Current children cumulated vsize (KiB) 1557460

[startup+702.3 s]
/proc/loadavg: 4.04 4.00 3.92 5/181 22220
/proc/meminfo: memFree=22663832/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1557460 CPUtime=1401.16 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 287497 0 0 0 140004 112 0 0 20 0 3 0 276129828 1594839040 350320 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 389365 350320 199 433 0 388929 0
[pid=22212/tid=22214] ppid=22210 vsize=1557460 CPUtime=699.12 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 177688 0 0 0 69827 85 0 0 20 0 3 0 276130145 1594839040 350320 33554432000 4194304 5965102 140733806726064 140655996647768 4393903 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1557460 CPUtime=699.12 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 32122 0 0 0 69879 33 0 0 20 0 3 0 276130145 1594839040 350320 33554432000 4194304 5965102 140733806726064 140655986157880 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1401.16
Current children cumulated vsize (KiB) 1557460

[startup+762.3 s]
/proc/loadavg: 4.01 4.00 3.92 4/180 22262
/proc/meminfo: memFree=26869428/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1557460 CPUtime=1521.15 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 288112 0 0 0 152002 113 0 0 20 0 3 0 276129828 1594839040 350935 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 389365 350935 199 433 0 388929 0
[pid=22212/tid=22214] ppid=22210 vsize=1557460 CPUtime=759.14 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 177688 0 0 0 75828 86 0 0 20 0 3 0 276130145 1594839040 350935 33554432000 4194304 5965102 140733806726064 140655996647768 4390169 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1557460 CPUtime=759.13 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 32737 0 0 0 75878 35 0 0 20 0 3 0 276130145 1594839040 350935 33554432000 4194304 5965102 140733806726064 140655986157880 4393922 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1521.15
Current children cumulated vsize (KiB) 1557460

[startup+822.3 s]
/proc/loadavg: 3.97 3.98 3.92 5/181 22264
/proc/meminfo: memFree=26071320/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1557460 CPUtime=1641.11 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 289206 0 0 0 163997 114 0 0 20 0 3 0 276129828 1594839040 354131 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 389365 354131 199 433 0 388929 0
[pid=22212/tid=22214] ppid=22210 vsize=1557460 CPUtime=819.13 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 178217 0 0 0 81825 88 0 0 20 0 3 0 276130145 1594839040 354131 33554432000 4194304 5965102 140733806726064 140655996648264 4390150 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1557460 CPUtime=819.12 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 33302 0 0 0 81875 37 0 0 20 0 3 0 276130145 1594839040 354131 33554432000 4194304 5965102 140733806726064 140655986157880 4404588 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1641.11
Current children cumulated vsize (KiB) 1557460

[startup+882.307 s]
/proc/loadavg: 3.99 3.98 3.92 5/181 22265
/proc/meminfo: memFree=26061432/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1557460 CPUtime=1761.1 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 289751 0 0 0 175995 115 0 0 20 0 3 0 276129828 1594839040 356160 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 389365 356160 199 433 0 388929 0
[pid=22212/tid=22214] ppid=22210 vsize=1557460 CPUtime=879.14 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 178217 0 0 0 87825 89 0 0 20 0 3 0 276130145 1594839040 356160 33554432000 4194304 5965102 140733806726064 140655996648264 4393826 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1557460 CPUtime=879.12 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 33847 0 0 0 87873 39 0 0 20 0 3 0 276130145 1594839040 356160 33554432000 4194304 5965102 140733806726064 140655986157880 4400955 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1761.1
Current children cumulated vsize (KiB) 1557460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.8 s]
/proc/loadavg: 3.99 3.98 3.92 5/181 22265
/proc/meminfo: memFree=26050488/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1557460 CPUtime=1800.1 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 291528 0 0 0 179893 117 0 0 20 0 3 0 276129828 1594839040 355520 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 389365 355520 199 433 0 388929 0
[pid=22212/tid=22214] ppid=22210 vsize=1557460 CPUtime=898.64 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 179747 0 0 0 89774 90 0 0 20 0 3 0 276130145 1594839040 355520 33554432000 4194304 5965102 140733806726064 140655996647960 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1557460 CPUtime=898.62 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 34094 0 0 0 89822 40 0 0 20 0 3 0 276130145 1594839040 355520 33554432000 4194304 5965102 140733806726064 140655986157880 4393845 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1557460

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

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

[startup+901.8 s]
/proc/loadavg: 3.99 3.98 3.92 5/181 22265
/proc/meminfo: memFree=26050488/32873648 swapFree=7104/7104
[pid=22212] ppid=22210 vsize=1557460 CPUtime=1800.1 cores=1,3,5,7
/proc/22212/stat : 22212 (pwbo2.0) S 22210 22212 20135 0 -1 4202496 291528 0 0 0 179893 117 0 0 20 0 3 0 276129828 1594839040 355520 33554432000 4194304 5965102 140733806726064 140733806725584 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22212/statm: 389365 355520 199 433 0 388929 0
[pid=22212/tid=22214] ppid=22210 vsize=1557460 CPUtime=898.64 cores=1,3,5,7
/proc/22212/task/22214/stat : 22214 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 179747 0 0 0 89774 90 0 0 20 0 3 0 276130145 1594839040 355520 33554432000 4194304 5965102 140733806726064 140655996647960 4400894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=22212/tid=22215] ppid=22210 vsize=1557460 CPUtime=898.62 cores=1,3,5,7
/proc/22212/task/22215/stat : 22215 (pwbo2.0) R 22210 22212 20135 0 -1 4202560 34094 0 0 0 89822 40 0 0 20 0 3 0 276130145 1594839040 355520 33554432000 4194304 5965102 140733806726064 140655986157880 4393845 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1557460

Child status: 0
Real time (s): 901.849
CPU time (s): 1800.51
CPU user time (s): 1799.01
CPU system time (s): 1.49877
CPU usage (%): 199.646
Max. virtual memory (cumulated for all children) (KiB): 1622996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.49877
maximum resident set size= 1438456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291529
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= 5940
involuntary context switches= 1938

runsolver used 1.83172 second user time and 5.41518 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 08:27:24
IDJOB=3704074
IDBENCH=90934
IDSOLVER=2279
FILE ID=node127/3704074-1338100043
RUNJOBID= node127-1338087073-20152
PBS_JOBID= 14624433
Free space on /tmp= 71120 MiB

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

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

MD5SUM BENCH= 6f3eb6421078a0de6a5b5f585e0aca61
RANDOM SEED=583898618

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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:       32873648 kB
MemFree:        26756504 kB
Buffers:          365948 kB
Cached:          3371176 kB
SwapCached:            0 kB
Active:          2681160 kB
Inactive:        2600352 kB
Active(anon):    1546840 kB
Inactive(anon):        0 kB
Active(file):    1134320 kB
Inactive(file):  2600352 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33128 kB
Writeback:             0 kB
AnonPages:       1539104 kB
Mapped:            15220 kB
Shmem:               200 kB
Slab:             691152 kB
SReclaimable:     135272 kB
SUnreclaim:       555880 kB
KernelStack:        1472 kB
PageTables:         7224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     567088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    811008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71112 MiB
End job on node127 at 2012-05-27 08:42:28