Trace number 3702440

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
npSolver inc-topdown-quickBound? (TO) 1800.1 1801.52

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z10-s2.opb
MD5SUMed21e6c5ff37fad47ff826a68b7a81b8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-21379
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6250
Total number of constraints160633
Number of constraints which are clauses160625
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint6250
Number of terms in the objective function 6202
Biggest coefficient in the objective function 477
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 734322
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 2144000
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 15069725
Number of bits of the biggest sum of numbers24
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.47	c fallback to adder encoding
1.28/1.33	c fallback to adder encoding
2.20/2.20	c fallback to adder encoding
3.09/3.10	c fallback to adder encoding
3.89/3.97	c fallback to adder encoding
4.89/4.95	c fallback to adder encoding
5.78/5.83	c fallback to adder encoding
6.68/6.73	c fallback to adder encoding
8.09/8.19	c run inc solver
8.09/8.19	c [INC SYSTEM] run initial solver
8.09/8.19	c [INC SYSTEM] preprocess with white file
32.30/33.40	c [INC SYSTEM] finished preprocessing in 25 s
32.30/33.40	c [INC SYSTEM] execute solver

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-3702440-1338102090/watcher-3702440-1338102090 -o /tmp/evaluation-result-3702440-1338102090/solver-3702440-1338102090 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702440-1338102090.opb 851972894 HOME HOME 

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: 2.00 2.00 2.00 2/181 14300
/proc/meminfo: memFree=31306412/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0

[startup+0.0815151 s]
/proc/loadavg: 2.00 2.00 2.00 2/181 14300
/proc/meminfo: memFree=31306412/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100238 s]
/proc/loadavg: 2.00 2.00 2.00 2/181 14300
/proc/meminfo: memFree=31306412/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 2.00 2.00 2.00 2/181 14300
/proc/meminfo: memFree=31306412/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700308 s]
/proc/loadavg: 2.00 2.00 2.00 2/181 14300
/proc/meminfo: memFree=31306412/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14302
/proc/meminfo: memFree=31236448/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=117800 CPUtime=1.49 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) R 14300 14300 28501 0 -1 4202496 16114 0 0 0 146 3 0 0 20 0 1 0 276276050 120627200 27816 33554432000 4194304 5992684 140734015413680 140734015408648 4569807 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 29450 27816 167 440 0 29006 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126948

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14302
/proc/meminfo: memFree=31151016/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=342452 CPUtime=3.09 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) R 14300 14300 28501 0 -1 4202496 24302 0 0 0 301 8 0 0 20 0 1 0 276276050 350670848 58392 33554432000 4194304 5992684 140734015413680 140734014791496 4948214 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 85613 58392 167 440 0 85169 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 351600

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14302
/proc/meminfo: memFree=30886588/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=661752 CPUtime=6.28 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) R 14300 14300 28501 0 -1 4202496 39316 0 0 0 611 17 0 0 20 0 1 0 276276050 677634048 123356 33554432000 4194304 5992684 140734015413680 140734015409080 4524607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 165438 123356 167 440 0 164994 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 670900

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 2.01 3/185 14304
/proc/meminfo: memFree=29859712/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=8.2 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44289 0 0 0 736 84 0 0 20 0 1 0 276276050 694751232 148022 33554432000 4194304 5992684 140734015413680 140734015408128 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148022 174 440 0 169173 0
[pid=14303] ppid=14301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14303/stat : 14303 (cp2_pre.sh) S 14301 14300 28501 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276276870 9367552 277 33554432000 4194304 5064252 140734279326016 140734279324720 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14303/statm: 2287 277 234 213 0 72 0
[pid=14304] ppid=14303 vsize=506780 CPUtime=4.47 cores=0,2,4,6
/proc/14304/stat : 14304 (coprocessor) R 14303 14300 28501 0 -1 4202496 16500 0 0 0 429 18 0 0 20 0 1 0 276276870 518942720 122090 33554432000 4194304 6586260 140736980280224 140736980276984 5732400 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/14304/statm: 126695 122090 137 584 0 126107 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1203544

[startup+25.5003 s]
/proc/loadavg: 2.15 2.03 2.01 3/185 14304
/proc/meminfo: memFree=29256856/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=8.2 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44289 0 0 0 736 84 0 0 20 0 1 0 276276050 694751232 148022 33554432000 4194304 5992684 140734015413680 140734015408128 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148022 174 440 0 169173 0
[pid=14303] ppid=14301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14303/stat : 14303 (cp2_pre.sh) S 14301 14300 28501 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276276870 9367552 277 33554432000 4194304 5064252 140734279326016 140734279324720 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14303/statm: 2287 277 234 213 0 72 0
[pid=14304] ppid=14303 vsize=866964 CPUtime=17.03 cores=0,2,4,6
/proc/14304/stat : 14304 (coprocessor) R 14303 14300 28501 0 -1 4202496 18962 0 0 0 1619 84 0 0 20 0 1 0 276276870 887771136 187916 33554432000 4194304 6586260 140736980280224 140736980275976 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 24 0 0
/proc/14304/statm: 216741 187916 158 584 0 216153 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1563728

[startup+51.1004 s]
/proc/loadavg: 2.10 2.03 2.01 3/180 14346
/proc/meminfo: memFree=29338452/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1074284 CPUtime=17.68 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 134913 0 0 0 1730 38 0 0 20 0 1 0 276279390 1100066816 248034 33554432000 4194304 5654031 140735251708368 140735251706152 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14306/statm: 268571 248034 130 357 0 268211 0
Current children cumulated CPU time (s) 50.07
Current children cumulated vsize (KiB) 1761900

[startup+102.3 s]
/proc/loadavg: 2.48 2.13 2.04 3/182 14349
/proc/meminfo: memFree=25841540/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1074284 CPUtime=68.86 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 134921 0 0 0 6848 38 0 0 20 0 1 0 276279390 1100066816 248042 33554432000 4194304 5654031 140735251708368 140735251706152 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 268571 248042 130 357 0 268211 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 1761900

[startup+162.3 s]
/proc/loadavg: 2.21 2.12 2.04 3/181 14351
/proc/meminfo: memFree=25894916/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1182248 CPUtime=128.86 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 160402 0 0 0 12842 44 0 0 20 0 1 0 276279390 1210621952 278121 33554432000 4194304 5654031 140735251708368 140735251706152 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 295562 278121 140 357 0 295202 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 1869864

[startup+222.3 s]
/proc/loadavg: 2.07 2.10 2.03 3/181 14351
/proc/meminfo: memFree=25816412/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1410516 CPUtime=188.85 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 164194 0 0 0 18839 46 0 0 20 0 1 0 276279390 1444368384 283934 33554432000 4194304 5654031 140735251708368 140735251696184 4215112 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 352629 283934 140 357 0 352269 0
Current children cumulated CPU time (s) 221.24
Current children cumulated vsize (KiB) 2098132

[startup+282.3 s]
/proc/loadavg: 2.09 2.09 2.03 3/181 14351
/proc/meminfo: memFree=25784660/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=25514956/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1496980 CPUtime=1268.58 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 188342 0 0 0 126782 76 0 0 20 0 1 0 276279390 1532907520 314898 33554432000 4194304 5654031 140735251708368 140735251706152 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 374245 314898 141 357 0 373885 0
Current children cumulated CPU time (s) 1300.97
Current children cumulated vsize (KiB) 2184596

[startup+1362.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/181 14361
/proc/meminfo: memFree=25476840/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1504564 CPUtime=1328.57 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 190268 0 0 0 132779 78 0 0 20 0 1 0 276279390 1540673536 321670 33554432000 4194304 5654031 140735251708368 140735251706152 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 376141 321670 141 357 0 375781 0
Current children cumulated CPU time (s) 1360.96
Current children cumulated vsize (KiB) 2192180

[startup+1422.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 14361
/proc/meminfo: memFree=25452208/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1507204 CPUtime=1388.56 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 190978 0 0 0 138778 78 0 0 20 0 1 0 276279390 1543376896 325446 33554432000 4194304 5654031 140735251708368 140735251696184 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 376801 325446 141 357 0 376441 0
Current children cumulated CPU time (s) 1420.95
Current children cumulated vsize (KiB) 2194820

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 14361
/proc/meminfo: memFree=25413368/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1512172 CPUtime=1448.55 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 192241 0 0 0 144776 79 0 0 20 0 1 0 276279390 1548464128 331819 33554432000 4194304 5654031 140735251708368 140735251706152 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 378043 331819 141 357 0 377683 0
Current children cumulated CPU time (s) 1480.94
Current children cumulated vsize (KiB) 2199788

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 14361
/proc/meminfo: memFree=25454812/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1519952 CPUtime=1508.54 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 194785 0 0 0 150764 90 0 0 20 0 1 0 276279390 1556430848 318021 33554432000 4194304 5654031 140735251708368 140735251696184 4232755 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 379988 318021 141 357 0 379628 0
Current children cumulated CPU time (s) 1540.93
Current children cumulated vsize (KiB) 2207568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 14362
/proc/meminfo: memFree=25433536/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1522728 CPUtime=1568.54 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 195419 0 0 0 156763 91 0 0 20 0 1 0 276279390 1559273472 322232 33554432000 4194304 5654031 140735251708368 140735251706056 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 380682 322232 141 357 0 380322 0
Current children cumulated CPU time (s) 1600.93
Current children cumulated vsize (KiB) 2210344

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 14363
/proc/meminfo: memFree=25411936/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1525548 CPUtime=1628.53 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 196154 0 0 0 162762 91 0 0 20 0 1 0 276279390 1562161152 326033 33554432000 4194304 5654031 140735251708368 140735251696184 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 381387 326033 141 357 0 381027 0
Current children cumulated CPU time (s) 1660.92
Current children cumulated vsize (KiB) 2213164

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14366
/proc/meminfo: memFree=25387728/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1531864 CPUtime=1688.52 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 196947 0 0 0 168760 92 0 0 20 0 1 0 276279390 1568628736 330914 33554432000 4194304 5654031 140735251708368 140735251696184 4208595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 382966 330914 141 357 0 382606 0
Current children cumulated CPU time (s) 1720.91
Current children cumulated vsize (KiB) 2219480

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14366
/proc/meminfo: memFree=25358384/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1533740 CPUtime=1748.51 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 197463 0 0 0 174758 93 0 0 20 0 1 0 276279390 1570549760 337562 33554432000 4194304 5654031 140735251708368 140735251696184 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 383435 337562 141 357 0 383075 0
Current children cumulated CPU time (s) 1780.9
Current children cumulated vsize (KiB) 2221356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14366
/proc/meminfo: memFree=25350876/32873844 swapFree=6872/6872
[pid=14300] ppid=14298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14300/stat : 14300 (npSolver-pbo-It) S 14298 14300 28501 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276276049 9367552 275 33554432000 4194304 5064252 140734003916752 140734003915664 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14300/statm: 2287 275 233 213 0 72 0
[pid=14301] ppid=14300 vsize=678468 CPUtime=32.39 cores=0,2,4,6
/proc/14301/stat : 14301 (npSolver-pbo) S 14300 14300 28501 0 -1 4202496 44305 19865 0 0 736 84 2287 132 20 0 1 0 276276050 694751232 148024 33554432000 4194304 5992684 140734015413680 140734015399944 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/14301/statm: 169617 148024 176 440 0 169173 0
[pid=14306] ppid=14301 vsize=1534928 CPUtime=1767.71 cores=0,2,4,6
/proc/14306/stat : 14306 (glucosInc) R 14301 14300 28501 0 -1 4202496 197755 0 0 0 176678 93 0 0 20 0 1 0 276279390 1571766272 339387 33554432000 4194304 5654031 140735251708368 140735251696184 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14306/statm: 383732 339387 141 357 0 383372 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 2222544

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 14300 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=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.52
CPU time (s): 1800.1
CPU user time (s): 1797.01
CPU system time (s): 3.09
CPU usage (%): 99.9214
Max. virtual memory (cumulated for all children) (KiB): 2544736

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

runsolver used 3.79142 second user time and 10.5744 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-27 09:01:30
IDJOB=3702440
IDBENCH=89892
IDSOLVER=2278
FILE ID=node105/3702440-1338102090
RUNJOBID= node105-1338088459-28517
PBS_JOBID= 14624461
Free space on /tmp= 71572 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z10-s2.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702440-1338102090/watcher-3702440-1338102090 -o /tmp/evaluation-result-3702440-1338102090/solver-3702440-1338102090 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702440-1338102090.opb 851972894 HOME HOME

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

MD5SUM BENCH= ed21e6c5ff37fad47ff826a68b7a81b8
RANDOM SEED=851972894

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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.882
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	: 5438.54
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.882
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31306412 kB
Buffers:          234612 kB
Cached:           247400 kB
SwapCached:         1932 kB
Active:           486068 kB
Inactive:         261716 kB
Active(anon):     265580 kB
Inactive(anon):     1684 kB
Active(file):     220488 kB
Inactive(file):   260032 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             12532 kB
Writeback:             0 kB
AnonPages:        397168 kB
Mapped:            10620 kB
Shmem:                 0 kB
Slab:             672664 kB
SReclaimable:     114464 kB
SUnreclaim:       558200 kB
KernelStack:        1544 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     436284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 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= 70392 MiB
End job on node105 at 2012-05-27 09:31:34