Trace number 3743149

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
PB10: pb_cplex 2010-06-29? (TO) 1800.01 1800.31

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM7e1ba98da2a2cea04a0e7f6c87cec7d2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4565
Best CPU time to get the best result obtained on this benchmark1800.5
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 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 624831
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 624831
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 pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3743149-1339251630.opb.
0.00/0.00	c Instance file HOME/instance-3743149-1339251630.opb
0.00/0.00	c File size is 28226981 bytes.
341.53/341.60	c Highest Coefficient sum: 66365
341.53/341.60	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
341.92/342.03	c ============================[ Problem Statistics ]=============================
341.92/342.03	c |                                                                             |
341.92/342.03	c |  Parsing time:          341.79       s                                      |
341.92/342.03	c |  Number Variables:      400896                                              |
342.03/342.18	c |  Number Constraints:    402763                                              |
342.03/342.18	c ===============================================================================
1800.01/1800.30	c Remaining time 1458.07 sec.
1800.01/1800.30	c 
1800.01/1800.30	c *** INTERRUPTED ***
1800.01/1800.30	s UNKNOWN
1800.01/1800.30	c Total CPU time              : 1798.26 s
1800.01/1800.30	c Memory used           : 1639.89 MB
1800.01/1800.30	c CPU time              : 1798.26 s
1800.01/1800.30	c 
1800.01/1800.30	c *** INTERRUPTED ***

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-3743149-1339251630/watcher-3743149-1339251630 -o /tmp/evaluation-result-3743149-1339251630/solver-3743149-1339251630 -C 1800 -W 1900 -M 15500 run HOME/instance-3743149-1339251630.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: 7.82 7.06 7.77 3/178 4342
/proc/meminfo: memFree=31074132/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0

[startup+0.012241 s]
/proc/loadavg: 7.82 7.06 7.77 3/178 4342
/proc/meminfo: memFree=31074132/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100285 s]
/proc/loadavg: 7.82 7.06 7.77 3/178 4342
/proc/meminfo: memFree=31074132/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.3003 s]
/proc/loadavg: 7.82 7.06 7.77 3/178 4342
/proc/meminfo: memFree=31074132/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700272 s]
/proc/loadavg: 7.82 7.06 7.77 3/178 4342
/proc/meminfo: memFree=31074132/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 7.35 6.97 7.73 3/180 4344
/proc/meminfo: memFree=31050324/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=64716 CPUtime=1.49 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 7519 0 0 0 148 1 0 0 20 0 1 0 391291680 66269184 7126 33554432000 134512640 146736320 4290402800 4290400684 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 16179 7126 1103 2985 0 6221 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73864

[startup+3.10029 s]
/proc/loadavg: 7.35 6.97 7.73 3/180 4344
/proc/meminfo: memFree=31049200/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=65640 CPUtime=3.09 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 7876 0 0 0 308 1 0 0 20 0 1 0 391291680 67215360 7483 33554432000 134512640 146736320 4290402800 4290400928 140750162 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 16410 7483 1246 2985 0 6452 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74788

[startup+6.30031 s]
/proc/loadavg: 6.92 6.89 7.70 3/180 4344
/proc/meminfo: memFree=30965808/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=179932 CPUtime=6.29 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 39610 0 0 0 621 8 0 0 20 0 1 0 391291680 184250368 37733 33554432000 134512640 146736320 4290402800 4290400312 144716523 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 44983 37733 4502 2985 0 35025 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 189080

[startup+12.7003 s]
/proc/loadavg: 6.53 6.81 7.67 3/180 4344
/proc/meminfo: memFree=30904620/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=216204 CPUtime=12.69 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 48567 0 0 0 1258 11 0 0 20 0 1 0 391291680 221392896 48346 33554432000 134512640 146736320 4290402800 4290400812 140408480 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 54051 48346 5978 2985 0 44093 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 225352

[startup+25.5003 s]
/proc/loadavg: 5.83 6.65 7.61 3/180 4344
/proc/meminfo: memFree=30896868/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=223812 CPUtime=25.49 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 51677 0 0 0 2537 12 0 0 20 0 1 0 391291680 229183488 51456 33554432000 134512640 146736320 4290402800 4290400684 134814122 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 55953 51456 7180 2985 0 45995 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 232960

[startup+51.1003 s]
/proc/loadavg: 4.32 6.21 7.43 3/179 4344
/proc/meminfo: memFree=30895076/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=223944 CPUtime=51.08 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 51709 0 0 0 5096 12 0 0 20 0 1 0 391291680 229318656 51488 33554432000 134512640 146736320 4290402800 4290400816 140684755 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 55986 51488 7180 2985 0 46028 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 233092

[startup+102.3 s]
/proc/loadavg: 3.01 5.56 7.14 3/179 4345
/proc/meminfo: memFree=30894572/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=224076 CPUtime=102.27 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 51752 0 0 0 10215 12 0 0 20 0 1 0 391291680 229453824 51523 33554432000 134512640 146736320 4290402800 4290400808 134814118 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 56019 51523 7180 2985 0 46061 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 233224

[startup+162.3 s]
/proc/loadavg: 2.44 4.92 6.82 3/179 4345
/proc/meminfo: memFree=30896300/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=224208 CPUtime=162.26 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 51781 0 0 0 16214 12 0 0 20 0 1 0 391291680 229588992 51550 33554432000 134512640 146736320 4290402800 4290400812 140409137 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 56052 51550 7180 2985 0 46094 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 233356

[startup+222.3 s]
/proc/loadavg: 2.16 4.39 6.52 3/179 4345
/proc/meminfo: memFree=30896424/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=224340 CPUtime=222.25 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 51804 0 0 0 22213 12 0 0 20 0 1 0 391291680 229724160 51573 33554432000 134512640 146736320 4290402800 4290400656 140528767 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 56085 51573 7180 2985 0 46127 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 233488

[startup+282.3 s]
/proc/loadavg: 2.06 3.95 6.23 3/179 4345
/proc/meminfo: memFree=30896300/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=224340 CPUtime=282.24 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 51823 0 0 0 28212 12 0 0 20 0 1 0 391291680 229724160 51592 33554432000 134512640 146736320 4290402800 4290400752 140681237 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 56085 51592 7180 2985 0 46127 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 233488

[startup+342.3 s]
/proc/loadavg: 2.02 3.59 5.97 3/179 4345
/proc/meminfo: memFree=30715280/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=432756 CPUtime=342.24 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 91502 0 0 0 34202 22 0 0 20 0 1 0 391291680 443142144 94256 33554432000 134512640 146736320 4290402800 4290400776 135811968 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 108189 94256 595 2985 0 105123 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 441904

[startup+402.3 s]
/proc/loadavg: 2.00 3.30 5.72 3/179 4346
/proc/meminfo: memFree=30302968/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/4343/statm: 335913 232128 798 2985 0 332847 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1352800

[startup+1182.3 s]
/proc/loadavg: 1.66 2.01 3.56 2/173 4381
/proc/meminfo: memFree=30236272/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1343652 CPUtime=1182.09 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 337305 0 0 0 118077 132 0 0 20 0 1 0 391291680 1375899648 232132 33554432000 134512640 146736320 4290402800 4290397360 136385265 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 335913 232132 798 2985 0 332847 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 1352800

[startup+1242.3 s]
/proc/loadavg: 1.24 1.82 3.39 2/172 4381
/proc/meminfo: memFree=30236156/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1343652 CPUtime=1242.09 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 340317 0 0 0 124073 136 0 0 20 0 1 0 391291680 1375899648 232134 33554432000 134512640 146736320 4290402800 4290397444 136385184 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 335913 232134 798 2985 0 332847 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1352800

[startup+1302.3 s]
/proc/loadavg: 1.09 1.67 3.24 2/172 4381
/proc/meminfo: memFree=30235844/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1343652 CPUtime=1302.07 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 343338 0 0 0 130068 139 0 0 20 0 1 0 391291680 1375899648 232173 33554432000 134512640 146736320 4290402800 4290397268 136017493 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 335913 232173 798 2985 0 332847 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1352800

[startup+1362.3 s]
/proc/loadavg: 1.11 1.56 3.10 2/172 4382
/proc/meminfo: memFree=30235964/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1343652 CPUtime=1362.07 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 345377 0 0 0 136066 141 0 0 20 0 1 0 391291680 1375899648 232178 33554432000 134512640 146736320 4290402800 4290397580 136017763 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 335913 232178 798 2985 0 332847 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1352800

[startup+1422.3 s]
/proc/loadavg: 1.07 1.47 2.97 2/172 4382
/proc/meminfo: memFree=30235840/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1344164 CPUtime=1422.06 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 347204 0 0 0 142063 143 0 0 20 0 1 0 391291680 1376423936 232237 33554432000 134512640 146736320 4290402800 4290397416 139044505 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 336041 232237 798 2985 0 332975 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1353312

[startup+1482.3 s]
/proc/loadavg: 1.06 1.40 2.85 2/172 4382
/proc/meminfo: memFree=30235716/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1344164 CPUtime=1482.05 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 349248 0 0 0 148060 145 0 0 20 0 1 0 391291680 1376423936 232239 33554432000 134512640 146736320 4290402800 4290397560 136400541 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 336041 232239 798 2985 0 332975 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1353312

[startup+1542.3 s]
/proc/loadavg: 1.06 1.34 2.74 2/172 4382
/proc/meminfo: memFree=30235840/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1344164 CPUtime=1542.04 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 353052 0 0 0 154055 149 0 0 20 0 1 0 391291680 1376423936 232239 33554432000 134512640 146736320 4290402800 4290397488 136384857 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 336041 232239 798 2985 0 332975 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1353312

[startup+1602.3 s]
/proc/loadavg: 1.02 1.27 2.63 2/172 4382
/proc/meminfo: memFree=30235840/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1344164 CPUtime=1602.03 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 356117 0 0 0 160051 152 0 0 20 0 1 0 391291680 1376423936 232239 33554432000 134512640 146736320 4290402800 4290397580 136017755 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 336041 232239 798 2985 0 332975 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1353312

[startup+1662.3 s]
/proc/loadavg: 1.00 1.22 2.52 2/172 4383
/proc/meminfo: memFree=30235716/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1344164 CPUtime=1662.03 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 358183 0 0 0 166048 155 0 0 20 0 1 0 391291680 1376423936 232244 33554432000 134512640 146736320 4290402800 4290397444 136385183 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 336041 232244 798 2985 0 332975 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1353312

[startup+1722.3 s]
/proc/loadavg: 1.00 1.18 2.42 2/172 4383
/proc/meminfo: memFree=30235716/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1344164 CPUtime=1722.01 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 364195 0 0 0 172040 161 0 0 20 0 1 0 391291680 1376423936 232251 33554432000 134512640 146736320 4290402800 4290397416 139044505 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 336041 232251 798 2985 0 332975 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1353312

[startup+1782.31 s]
/proc/loadavg: 1.00 1.14 2.33 2/173 4386
/proc/meminfo: memFree=30235336/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1344164 CPUtime=1782.01 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 370466 0 0 0 178033 168 0 0 20 0 1 0 391291680 1376423936 232251 33554432000 134512640 146736320 4290402800 4290397376 136413787 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 336041 232251 798 2985 0 332975 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1353312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.00 1.13 2.31 2/173 4386
/proc/meminfo: memFree=30015564/32873844 swapFree=7116/7116
[pid=4342] ppid=4340 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4342/stat : 4342 (run) S 4340 4342 2899 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391291680 9367552 269 33554432000 4194304 5064252 140734453366512 140734453365424 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4342/statm: 2287 269 229 213 0 72 0
[pid=4343] ppid=4342 vsize=1679240 CPUtime=1800.01 cores=1,3,5,7
/proc/4343/stat : 4343 (pb_cplex) R 4342 4342 2899 0 -1 4202496 388016 0 0 0 179826 175 0 0 20 0 1 0 391291680 1719541760 287298 33554432000 134512640 146736320 4290402800 4290397468 135855170 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4343/statm: 419810 287298 807 2985 0 416744 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1688388

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4342 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# 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): 1800.31
CPU time (s): 1800.01
CPU user time (s): 1798.26
CPU system time (s): 1.75
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 1688388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354
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= 2
involuntary context switches= 1

runsolver used 3.71244 second user time and 10.1825 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-09 16:20:31
IDJOB=3743149
IDBENCH=90863
IDSOLVER=2325
FILE ID=node103/3743149-1339251630
RUNJOBID= node103-1339246832-2916
PBS_JOBID= 14644378
Free space on /tmp= 71220 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743149-1339251630/watcher-3743149-1339251630 -o /tmp/evaluation-result-3743149-1339251630/solver-3743149-1339251630 -C 1800 -W 1900 -M 15500  run HOME/instance-3743149-1339251630.opb

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

MD5SUM BENCH= 7e1ba98da2a2cea04a0e7f6c87cec7d2
RANDOM SEED=992692255

node103.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.189
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.37
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.189
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.189
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.92
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31074668 kB
Buffers:          413840 kB
Cached:           408196 kB
SwapCached:         5468 kB
Active:           792952 kB
Inactive:         111172 kB
Active(anon):      74068 kB
Inactive(anon):     7352 kB
Active(file):     718884 kB
Inactive(file):   103820 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096900 kB
Dirty:             43896 kB
Writeback:             0 kB
AnonPages:         81752 kB
Mapped:            12216 kB
Shmem:                 0 kB
Slab:             755728 kB
SReclaimable:     196316 kB
SUnreclaim:       559412 kB
KernelStack:        1472 kB
PageTables:         4316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     208452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3743149-1339251630.opb

Free space on /tmp at the end= 71224 MiB
End job on node103 at 2012-06-09 16:50:33