Trace number 3697560

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? (TO) 1800.07 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_20_2__17_12__1024.opb
MD5SUM70fa2d49713378cb88b5a175e1735707
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46877
Best CPU time to get the best result obtained on this benchmark5.36318
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40978
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)42
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint1024
Maximum length of a constraint8193
Number of terms in the objective function 40960
Biggest coefficient in the objective function 94409
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1786431488
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 94409
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1786431488
Number of bits of the biggest sum of numbers31
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.36	c run inc solver
0.00/0.36	c [INC SYSTEM] run initial solver
0.00/0.36	c [INC SYSTEM] preprocess with white file
2.65/2.81	c [INC SYSTEM] finished preprocessing in 2 s
2.65/2.81	c [INC SYSTEM] execute solver
2.67/3.13	c [INC SEARCH] formula is SAT
2.67/3.14	c [INC SYSTEM] solved the initial formula
2.67/3.19	c model valid
2.67/3.19	c current solution ok
4.17/4.36	o 212091
4.17/4.36	c [INC SYSTEM] there exists a inc, kill it!
4.17/4.36	c write failed with 2
4.17/4.37	c [INC SEARCH] iteration: 0
4.17/4.37	c [INC BOUNDS] best value:212091 search for 212090
4.17/4.37	c [INC SYSTEM] create new solver instance
4.17/4.37	c [INC] encode full formula
4.17/4.37	c fallback to adder encoding
8.37/8.58	c set iterative enc to: adder
8.37/8.58	c set iterative enc to: none
8.96/9.16	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.51	HOME/npSolver-pbo-Itd.sh: line 18:  5467 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

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-3697560-1338083342/watcher-3697560-1338083342 -o /tmp/evaluation-result-3697560-1338083342/solver-3697560-1338083342 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697560-1338083342.opb 1658320008 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.10 2.05 2.01 3/178 5466
/proc/meminfo: memFree=28060916/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0

[startup+0.0278691 s]
/proc/loadavg: 2.10 2.05 2.01 3/178 5466
/proc/meminfo: memFree=28060916/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100229 s]
/proc/loadavg: 2.10 2.05 2.01 3/178 5466
/proc/meminfo: memFree=28060916/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 2.10 2.05 2.01 3/178 5466
/proc/meminfo: memFree=28060916/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700254 s]
/proc/loadavg: 2.10 2.05 2.01 3/178 5466
/proc/meminfo: memFree=28060916/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.10 2.05 2.01 3/182 5470
/proc/meminfo: memFree=27907272/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=30276 CPUtime=0.41 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 6192 0 0 0 33 8 0 0 20 0 1 0 274462733 31002624 6764 33554432000 4194304 5992684 140734977332288 140734977326736 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 7569 6764 167 440 0 7125 0
[pid=5469] ppid=5467 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5469/stat : 5469 (cp2_pre.sh) S 5467 5466 824 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 274462775 9367552 276 33554432000 4194304 5064252 140737379523456 140737379522160 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5469/statm: 2287 276 234 213 0 72 0
[pid=5470] ppid=5469 vsize=145660 CPUtime=1.06 cores=1,3,5,7
/proc/5470/stat : 5470 (coprocessor) R 5469 5466 824 0 -1 4202496 26193 0 0 0 100 6 0 0 20 0 1 0 274462775 149155840 35162 33554432000 4194304 6586260 140734220069584 140734220065848 4774583 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/5470/statm: 36415 35162 176 584 0 35827 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 194232

[startup+3.1003 s]
/proc/loadavg: 2.09 2.05 2.01 3/182 5470
/proc/meminfo: memFree=27856896/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=32196 CPUtime=2.67 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) R 5466 5466 824 0 -1 4202496 6660 30473 0 0 33 8 214 12 20 0 1 0 274462733 32968704 7177 33554432000 4194304 5992684 140734977332288 140734977318552 5044667 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 8049 7177 169 440 0 7605 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 41344

[startup+6.30026 s]
/proc/loadavg: 2.09 2.05 2.01 3/180 5473
/proc/meminfo: memFree=27876460/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=216236 CPUtime=6.17 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) R 5466 5466 824 0 -1 4202496 20527 47129 0 0 248 108 242 19 20 0 1 0 274462733 221425664 53023 33554432000 4194304 5992684 140734977332288 140734977325352 5044375 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 54059 53023 186 440 0 53615 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 225384

[startup+12.7004 s]
/proc/loadavg: 2.07 2.05 2.00 3/181 5475
/proc/meminfo: memFree=27065920/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=957260 CPUtime=3.53 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 102877 0 0 0 320 33 0 0 20 0 1 0 274463649 980234240 184635 33554432000 4194304 5654031 140734408584176 140734407533528 4219835 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 239315 184635 127 357 0 238955 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 1014076

[startup+25.5004 s]
/proc/loadavg: 2.14 2.06 2.01 3/181 5475
/proc/meminfo: memFree=26955964/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=866028 CPUtime=16.32 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 116065 0 0 0 1593 39 0 0 20 0 1 0 274463649 886812672 182944 33554432000 4194304 5654031 140734408584176 140734408581784 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 216507 182944 140 357 0 216147 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 922844

[startup+51.1004 s]
/proc/loadavg: 2.15 2.07 2.01 3/181 5475
/proc/meminfo: memFree=26953036/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=866028 CPUtime=41.92 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 116065 0 0 0 4153 39 0 0 20 0 1 0 274463649 886812672 182944 33554432000 4194304 5654031 140734408584176 140734408581784 4209087 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 216507 182944 140 357 0 216147 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 922844

[startup+102.307 s]
/proc/loadavg: 2.10 2.07 2.01 3/182 5478
/proc/meminfo: memFree=26948748/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=866028 CPUtime=93.12 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 116085 0 0 0 9273 39 0 0 20 0 1 0 274463649 886812672 182964 33554432000 4194304 5654031 140734408584176 140734408581784 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 216507 182964 140 357 0 216147 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 922844

[startup+162.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/181 5478
/proc/meminfo: memFree=26947668/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=866028 CPUtime=153.1 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 116086 0 0 0 15271 39 0 0 20 0 1 0 274463649 886812672 182965 33554432000 4194304 5654031 140734408584176 140734408581784 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 216507 182965 140 357 0 216147 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 922844

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/181 5478
/proc/meminfo: memFree=26944904/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=866028 CPUtime=213.09 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 116091 0 0 0 21270 39 0 0 20 0 1 0 274463649 886812672 182966 33554432000 4194304 5654031 140734408584176 140734408581784 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 216507 182966 140 357 0 216147 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 922844

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 5479
/proc/meminfo: memFree=26939472/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.15 2.04 2.01 3/183 5642
/proc/meminfo: memFree=27313508/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=898128 CPUtime=1352.91 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 123320 0 0 0 135241 50 0 0 20 0 1 0 274463649 919683072 194822 33554432000 4194304 5654031 140734408584176 140734408581960 4233344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 224532 194822 142 357 0 224172 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 954944

[startup+1422.31 s]
/proc/loadavg: 2.41 2.13 2.04 3/183 5730
/proc/meminfo: memFree=26770200/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=898128 CPUtime=1412.91 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 123320 0 0 0 141241 50 0 0 20 0 1 0 274463649 919683072 194822 33554432000 4194304 5654031 140734408584176 140734408581960 4209096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 224532 194822 142 357 0 224172 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 954944

[startup+1482.3 s]
/proc/loadavg: 2.26 2.14 2.05 2/183 5822
/proc/meminfo: memFree=23858192/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=898128 CPUtime=1472.89 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 123320 0 0 0 147239 50 0 0 20 0 1 0 274463649 919683072 194822 33554432000 4194304 5654031 140734408584176 140734408581960 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 224532 194822 142 357 0 224172 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 954944

[startup+1542.3 s]
/proc/loadavg: 2.36 2.22 2.08 3/182 5865
/proc/meminfo: memFree=25899364/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=898128 CPUtime=1532.88 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 123320 0 0 0 153238 50 0 0 20 0 1 0 274463649 919683072 194822 33554432000 4194304 5654031 140734408584176 140734408581960 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 224532 194822 142 357 0 224172 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 954944

[startup+1602.3 s]
/proc/loadavg: 2.26 2.21 2.09 3/181 5913
/proc/meminfo: memFree=27119952/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=898128 CPUtime=1592.87 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 123320 0 0 0 159237 50 0 0 20 0 1 0 274463649 919683072 194822 33554432000 4194304 5654031 140734408584176 140734408581960 4232803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 224532 194822 142 357 0 224172 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 954944

[startup+1662.3 s]
/proc/loadavg: 2.24 2.21 2.09 2/183 6046
/proc/meminfo: memFree=26516800/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=898128 CPUtime=1652.87 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 123320 0 0 0 165237 50 0 0 20 0 1 0 274463649 919683072 194823 33554432000 4194304 5654031 140734408584176 140734408581960 4214469 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 224532 194823 142 357 0 224172 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 954944

[startup+1722.3 s]
/proc/loadavg: 2.80 2.35 2.14 2/183 6090
/proc/meminfo: memFree=23151480/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=898128 CPUtime=1712.86 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 123320 0 0 0 171236 50 0 0 20 0 1 0 274463649 919683072 194823 33554432000 4194304 5654031 140734408584176 140734408581960 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 224532 194823 142 357 0 224172 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 954944

[startup+1782.3 s]
/proc/loadavg: 2.44 2.33 2.15 3/175 6371
/proc/meminfo: memFree=27022816/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=898128 CPUtime=1772.85 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 123320 0 0 0 177235 50 0 0 20 0 1 0 274463649 919683072 194823 33554432000 4194304 5654031 140734408584176 140734408581960 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 224532 194823 142 357 0 224172 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 954944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.41 2.33 2.15 3/181 6382
/proc/meminfo: memFree=26951944/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=898128 CPUtime=1791.05 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 123320 0 0 0 179055 50 0 0 20 0 1 0 274463649 919683072 194823 33554432000 4194304 5654031 140734408584176 140734408581960 4233344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 224532 194823 142 357 0 224172 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 954944

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.41 2.33 2.15 3/181 6382
/proc/meminfo: memFree=26951944/32873844 swapFree=7620/7620
[pid=5466] ppid=5464 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5466/stat : 5466 (npSolver-pbo-It) S 5464 5466 824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274462733 9367552 275 33554432000 4194304 5064252 140733225312048 140733225310960 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5466/statm: 2287 275 233 213 0 72 0
[pid=5467] ppid=5466 vsize=47668 CPUtime=9.02 cores=1,3,5,7
/proc/5467/stat : 5467 (npSolver-pbo) S 5466 5466 824 0 -1 4202496 22504 47645 0 0 477 162 242 21 20 0 1 0 274462733 48812032 11117 33554432000 4194304 5992684 140734977332288 140734977318120 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5467/statm: 11917 11117 187 440 0 11473 0
[pid=5475] ppid=5467 vsize=898128 CPUtime=1791.05 cores=1,3,5,7
/proc/5475/stat : 5475 (glucosInc) R 5467 5466 824 0 -1 4202496 123320 0 0 0 179055 50 0 0 20 0 1 0 274463649 919683072 194823 33554432000 4194304 5654031 140734408584176 140734408581960 4233344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5475/statm: 224532 194823 142 357 0 224172 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 954944

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5466 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=200905
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=851718
# CPU time returned by wait4() is 9.05262
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.07
CPU user time (s): 1797.74
CPU system time (s): 2.33
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 1297216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.2009
system time used= 1.85172
maximum resident set size= 621248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70523
page faults= 0
swaps= 0
block input operations= 0
block output operations= 713848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 399
involuntary context switches= 34

runsolver used 3.06453 second user time and 8.58669 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 03:49:02
IDJOB=3697560
IDBENCH=71891
IDSOLVER=2275
FILE ID=node107/3697560-1338083342
RUNJOBID= node107-1338052952-841
PBS_JOBID= 14624408
Free space on /tmp= 71444 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_20_2__17_12__1024.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697560-1338083342/watcher-3697560-1338083342 -o /tmp/evaluation-result-3697560-1338083342/solver-3697560-1338083342 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697560-1338083342.opb 1658320008 HOME HOME

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

MD5SUM BENCH= 70fa2d49713378cb88b5a175e1735707
RANDOM SEED=1658320008

node107.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.760
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.52
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.760
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.760
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.760
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.760
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.760
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.760
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.86
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.760
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:        28060808 kB
Buffers:          272516 kB
Cached:          3359060 kB
SwapCached:            0 kB
Active:          1225916 kB
Inactive:        2803252 kB
Active(anon):     400136 kB
Inactive(anon):        0 kB
Active(file):     825780 kB
Inactive(file):  2803252 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10108 kB
Writeback:             0 kB
AnonPages:        404924 kB
Mapped:            15752 kB
Shmem:               200 kB
Slab:             642344 kB
SReclaimable:      84576 kB
SUnreclaim:       557768 kB
KernelStack:        1504 kB
PageTables:         4940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     601920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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= 70920 MiB
End job on node107 at 2012-05-27 04:19:02