Trace number 3702445

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.06 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z9-s14.opb
MD5SUM0eca8803cfc037d0cffd374298c6d6d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-16917
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4356
Total number of constraints100680
Number of constraints which are clauses100672
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 constraint4355
Number of terms in the objective function 4313
Biggest coefficient in the objective function 428
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 469022
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1562976
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 10650988
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.35	c fallback to adder encoding
1.00/1.01	c fallback to adder encoding
1.68/1.71	c fallback to adder encoding
2.28/2.36	c fallback to adder encoding
2.99/3.08	c fallback to adder encoding
3.68/3.73	c fallback to adder encoding
4.29/4.39	c fallback to adder encoding
4.99/5.07	c fallback to adder encoding
6.18/6.28	c run inc solver
6.18/6.28	c [INC SYSTEM] run initial solver
6.18/6.28	c [INC SYSTEM] preprocess with white file
31.35/31.58	c [INC SYSTEM] finished preprocessing in 25 s
31.35/31.58	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-3702445-1338103941/watcher-3702445-1338103941 -o /tmp/evaluation-result-3702445-1338103941/solver-3702445-1338103941 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702445-1338103941.opb 77923740 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14444
/proc/meminfo: memFree=28804340/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0

[startup+0.0427059 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14444
/proc/meminfo: memFree=28804340/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14444
/proc/meminfo: memFree=28804340/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300249 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14444
/proc/meminfo: memFree=28804340/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700303 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14444
/proc/meminfo: memFree=28804340/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14446
/proc/meminfo: memFree=28662712/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=115444 CPUtime=1.48 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) R 14444 14444 28501 0 -1 4202496 15704 0 0 0 144 4 0 0 20 0 1 0 276461106 118214656 28439 33554432000 4194304 5992684 140733221425408 140733221420728 5044353 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 28861 28440 165 440 0 28417 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 124592

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14446
/proc/meminfo: memFree=28497044/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=359572 CPUtime=3.09 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) R 14444 14444 28501 0 -1 4202496 28315 0 0 0 297 12 0 0 20 0 1 0 276461106 368201728 58328 33554432000 4194304 5992684 140733221425408 140733221420808 4955485 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 89893 58328 165 440 0 89449 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 368720

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14446
/proc/meminfo: memFree=27925460/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=6.28 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43866 0 0 0 561 67 0 0 20 0 1 0 276461106 692965376 108443 33554432000 4194304 5992684 140733221425408 140733221419856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108443 172 440 0 168737 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 685872

[startup+12.7004 s]
/proc/loadavg: 2.24 2.05 2.02 3/181 14448
/proc/meminfo: memFree=26381812/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=6.28 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43866 0 0 0 561 67 0 0 20 0 1 0 276461106 692965376 108443 33554432000 4194304 5992684 140733221425408 140733221419856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108443 172 440 0 168737 0
[pid=14447] ppid=14445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14447/stat : 14447 (cp2_pre.sh) S 14445 14444 28501 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276461734 9367552 276 33554432000 4194304 5064252 140736955858736 140736955857440 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14447/statm: 2287 276 234 213 0 72 0
[pid=14448] ppid=14447 vsize=1040340 CPUtime=6.39 cores=1,3,5,7
/proc/14448/stat : 14448 (coprocessor) R 14447 14444 28501 0 -1 4202496 83863 0 0 0 605 34 0 0 20 0 1 0 276461735 1065308160 232888 33554432000 4194304 6586260 140733542528032 140733542524296 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14448/statm: 260085 232889 164 584 0 259497 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1735360

[startup+25.5004 s]
/proc/loadavg: 2.20 2.05 2.01 3/181 14448
/proc/meminfo: memFree=25221320/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=6.28 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43866 0 0 0 561 67 0 0 20 0 1 0 276461106 692965376 108443 33554432000 4194304 5992684 140733221425408 140733221419856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108443 172 440 0 168737 0
[pid=14447] ppid=14445 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14447/stat : 14447 (cp2_pre.sh) S 14445 14444 28501 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276461734 9367552 276 33554432000 4194304 5064252 140736955858736 140736955857440 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14447/statm: 2287 276 234 213 0 72 0
[pid=14448] ppid=14447 vsize=1312136 CPUtime=19.19 cores=1,3,5,7
/proc/14448/stat : 14448 (coprocessor) R 14447 14444 28501 0 -1 4202496 131585 0 0 0 1865 54 0 0 20 0 1 0 276461735 1343627264 317694 33554432000 4194304 6586260 140733542528032 140733542523704 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14448/statm: 328034 317694 199 584 0 327446 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2007156

[startup+51.1004 s]
/proc/loadavg: 2.13 2.04 2.01 3/180 14451
/proc/meminfo: memFree=24415216/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=575016 CPUtime=19.5 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 88043 0 0 0 1926 24 0 0 20 0 1 0 276464264 588816384 130262 33554432000 4194304 5654031 140737168057056 140737168044872 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14450/statm: 143754 130262 139 357 0 143394 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 1260888

[startup+102.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/180 14451
/proc/meminfo: memFree=21131580/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=591828 CPUtime=70.69 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 92219 0 0 0 7043 26 0 0 20 0 1 0 276464264 606031872 135460 33554432000 4194304 5654031 140737168057056 140737168044872 4216632 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14450/statm: 147957 135460 139 357 0 147597 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 1277700

[startup+162.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 14451
/proc/meminfo: memFree=17056256/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=595928 CPUtime=130.68 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 93248 0 0 0 13042 26 0 0 20 0 1 0 276464264 610230272 137511 33554432000 4194304 5654031 140737168057056 140737168044872 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14450/statm: 148982 137511 139 357 0 148622 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 1281800

[startup+222.3 s]
/proc/loadavg: 2.34 2.10 2.02 3/181 14452
/proc/meminfo: memFree=10525000/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=602768 CPUtime=190.67 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 94945 0 0 0 19040 27 0 0 20 0 1 0 276464264 617234432 140230 33554432000 4194304 5654031 140737168057056 140737168054840 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14450/statm: 150692 140230 139 357 0 150332 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 1288640

[startup+282.3 s]
/proc/loadavg: 4.00 2.63 2.21 2/181 14452
/proc/meminfo: memFree=4970620/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=29872904/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=718024 CPUtime=1330.38 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 104877 0 0 0 132996 42 0 0 20 0 1 0 276464264 735256576 151399 33554432000 4194304 5654031 140737168057056 140737168054840 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14450/statm: 179506 151399 140 357 0 179146 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 1403896

[startup+1422.3 s]
/proc/loadavg: 2.01 2.08 2.23 3/181 14505
/proc/meminfo: memFree=29861436/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=719344 CPUtime=1390.37 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 105670 0 0 0 138995 42 0 0 20 0 1 0 276464264 736608256 152678 33554432000 4194304 5654031 140737168057056 140737168044872 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14450/statm: 179836 152678 140 357 0 179476 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 1405216

[startup+1482.3 s]
/proc/loadavg: 2.06 2.08 2.22 3/181 14505
/proc/meminfo: memFree=29846772/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=721588 CPUtime=1450.37 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 106243 0 0 0 144994 43 0 0 20 0 1 0 276464264 738906112 155295 33554432000 4194304 5654031 140737168057056 140737168044872 4232659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14450/statm: 180397 155295 140 357 0 180037 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 1407460

[startup+1542.3 s]
/proc/loadavg: 2.02 2.06 2.20 3/181 14505
/proc/meminfo: memFree=29833728/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=722380 CPUtime=1510.35 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 106435 0 0 0 150992 43 0 0 20 0 1 0 276464264 739717120 155998 33554432000 4194304 5654031 140737168057056 140737168054840 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14450/statm: 180595 155998 140 357 0 180235 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 1408252

[startup+1602.3 s]
/proc/loadavg: 2.01 2.05 2.19 3/181 14506
/proc/meminfo: memFree=29849496/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=723576 CPUtime=1570.35 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 106777 0 0 0 156991 44 0 0 20 0 1 0 276464264 740941824 157362 33554432000 4194304 5654031 140737168057056 140737168044872 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14450/statm: 180894 157362 140 357 0 180534 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 1409448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.17 3/182 14509
/proc/meminfo: memFree=29839872/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=724768 CPUtime=1630.34 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 107069 0 0 0 162990 44 0 0 20 0 1 0 276464264 742162432 159187 33554432000 4194304 5654031 140737168057056 140737168044872 4232929 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14450/statm: 181192 159187 140 357 0 180832 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 1410640

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.16 3/182 14532
/proc/meminfo: memFree=29851672/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=645228 CPUtime=1690.33 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 107726 0 0 0 168986 47 0 0 20 0 1 0 276464264 660713472 153361 33554432000 4194304 5654031 140737168057056 140737168054840 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14450/statm: 161307 153361 140 357 0 160947 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 1331100

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/181 14532
/proc/meminfo: memFree=29836800/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=727808 CPUtime=1750.33 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 108740 0 0 0 174984 49 0 0 20 0 1 0 276464264 745275392 154852 33554432000 4194304 5654031 140737168057056 140737168044872 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14450/statm: 181952 154852 140 357 0 181592 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 1413680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.02 2.15 3/181 14532
/proc/meminfo: memFree=29830720/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=730500 CPUtime=1768.62 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 109218 0 0 0 176813 49 0 0 20 0 1 0 276464264 748032000 155841 33554432000 4194304 5654031 140737168057056 140737168044872 4208599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14450/statm: 182625 155841 140 357 0 182265 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1416372

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

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.02 2.15 3/181 14532
/proc/meminfo: memFree=29830720/32873844 swapFree=6872/6872
[pid=14444] ppid=14442 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14444/stat : 14444 (npSolver-pbo-It) S 14442 14444 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276461105 9367552 275 33554432000 4194304 5064252 140733214886064 140733214884976 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14444/statm: 2287 275 233 213 0 72 0
[pid=14445] ppid=14444 vsize=676724 CPUtime=31.44 cores=1,3,5,7
/proc/14445/stat : 14445 (npSolver-pbo) S 14444 14444 28501 0 -1 4202496 43882 132487 0 0 561 67 2426 90 20 0 1 0 276461106 692965376 108446 33554432000 4194304 5992684 140733221425408 140733221411672 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14445/statm: 169181 108446 175 440 0 168737 0
[pid=14450] ppid=14445 vsize=730500 CPUtime=1768.62 cores=1,3,5,7
/proc/14450/stat : 14450 (glucosInc) R 14445 14444 28501 0 -1 4202496 109218 0 0 0 176813 49 0 0 20 0 1 0 276464264 748032000 155841 33554432000 4194304 5654031 140737168057056 140737168044872 4208599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14450/statm: 182625 155841 140 357 0 182265 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1416372

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14444 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.06
CPU user time (s): 1798
CPU system time (s): 2.06
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (KiB): 2007156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 357
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= 2

runsolver used 4.15137 second user time and 11.7232 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-27 09:32:21
IDJOB=3702445
IDBENCH=89901
IDSOLVER=2278
FILE ID=node105/3702445-1338103941
RUNJOBID= node105-1338088459-28518
PBS_JOBID= 14624461
Free space on /tmp= 71568 MiB

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

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

MD5SUM BENCH= 0eca8803cfc037d0cffd374298c6d6d9
RANDOM SEED=77923740

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:        28807032 kB
Buffers:          237916 kB
Cached:           256528 kB
SwapCached:         1932 kB
Active:          2976548 kB
Inactive:         267024 kB
Active(anon):    2748224 kB
Inactive(anon):     1684 kB
Active(file):     228324 kB
Inactive(file):   265340 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             10884 kB
Writeback:             8 kB
AnonPages:       2746560 kB
Mapped:             9592 kB
Shmem:                 0 kB
Slab:             673664 kB
SReclaimable:     115280 kB
SUnreclaim:       558384 kB
KernelStack:        1472 kB
PageTables:         9432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3419228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1538048 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= 71356 MiB
End job on node105 at 2012-05-27 10:02:24