Trace number 3698192

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.03 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_3.opb
MD5SUM474916db0f2f0be5831d97827cee8e55
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1790.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6214
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.49/1.57	c run inc solver
1.49/1.57	c [INC SYSTEM] run initial solver
1.49/1.57	c [INC SYSTEM] preprocess with white file
10.66/10.74	c [INC SYSTEM] finished preprocessing in 9 s
10.66/10.74	c [INC SYSTEM] execute solver
1527.58/1527.91	c [INC SEARCH] formula is SAT
1527.58/1527.95	c [INC SYSTEM] solved the initial formula
1527.58/1527.95	c model valid
1527.58/1527.95	c current solution ok
1530.86/1531.26	o 2000
1530.86/1531.26	c [INC SYSTEM] there exists a inc, kill it!
1530.86/1531.26	c write failed with 2
1530.86/1531.27	c [INC SEARCH] iteration: 0
1530.86/1531.27	c [INC BOUNDS] best value:2000 search for 1999
1530.86/1531.27	c [INC SYSTEM] create new solver instance
1530.86/1531.27	c [INC] encode full formula
1530.98/1531.39	c set iterative enc to: swc
1531.07/1531.49	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.41	HOME/npSolver-pbo-Itd.sh: line 18:  5349 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-3698192-1338071617/watcher-3698192-1338071617 -o /tmp/evaluation-result-3698192-1338071617/solver-3698192-1338071617 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698192-1338071617.opb 622207666 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/178 5348
/proc/meminfo: memFree=31344660/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0

[startup+0.033352 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 5348
/proc/meminfo: memFree=31344660/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100307 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 5348
/proc/meminfo: memFree=31344660/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300317 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 5348
/proc/meminfo: memFree=31344660/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700327 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 5348
/proc/meminfo: memFree=31344660/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 5350
/proc/meminfo: memFree=31277268/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=165736 CPUtime=1.49 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) R 5348 5348 2929 0 -1 4202496 15059 0 0 0 144 5 0 0 20 0 1 0 273290322 169713664 36068 33554432000 4194304 5992684 140736692412848 140736692403544 5045366 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 41434 36068 157 440 0 40990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 174884

[startup+3.10044 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 5352
/proc/meminfo: memFree=31128788/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=1.56 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15454 0 0 0 144 12 0 0 20 0 1 0 273290322 122826752 25015 33554432000 4194304 5992684 140736692412848 140736692407296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25015 163 440 0 29543 0
[pid=5351] ppid=5349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5351/stat : 5351 (cp2_pre.sh) S 5349 5348 2929 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273290479 9367552 277 33554432000 4194304 5064252 140735486348608 140735486347312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5351/statm: 2287 277 234 213 0 72 0
[pid=5352] ppid=5351 vsize=335728 CPUtime=1.51 cores=1,3,5,7
/proc/5352/stat : 5352 (coprocessor) R 5351 5348 2929 0 -1 4202496 33896 0 0 0 142 9 0 0 20 0 1 0 273290480 343785472 71797 33554432000 4194304 6586260 140734984235392 140734984231720 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/5352/statm: 83932 71797 164 584 0 83344 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 473972

[startup+6.30046 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 5352
/proc/meminfo: memFree=30804688/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=1.56 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15454 0 0 0 144 12 0 0 20 0 1 0 273290322 122826752 25015 33554432000 4194304 5992684 140736692412848 140736692407296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25015 163 440 0 29543 0
[pid=5351] ppid=5349 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5351/stat : 5351 (cp2_pre.sh) S 5349 5348 2929 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273290479 9367552 277 33554432000 4194304 5064252 140735486348608 140735486347312 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5351/statm: 2287 277 234 213 0 72 0
[pid=5352] ppid=5351 vsize=448800 CPUtime=4.71 cores=1,3,5,7
/proc/5352/stat : 5352 (coprocessor) R 5351 5348 2929 0 -1 4202496 51070 0 0 0 456 15 0 0 20 0 1 0 273290480 459571200 107878 33554432000 4194304 6586260 140734984235392 140734984231208 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/5352/statm: 112200 107878 189 584 0 111612 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 587044

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 5354
/proc/meminfo: memFree=30987660/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=10.71 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15469 52940 0 0 144 12 888 27 20 0 1 0 273290322 122826752 25017 33554432000 4194304 5992684 140736692412848 140736692399112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25017 165 440 0 29543 0
[pid=5354] ppid=5349 vsize=247740 CPUtime=1.94 cores=1,3,5,7
/proc/5354/stat : 5354 (glucosInc) R 5349 5348 2929 0 -1 4202496 40884 0 0 0 185 9 0 0 20 0 1 0 273291397 253685760 52619 33554432000 4194304 5654031 140737008885456 140737008883240 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5354/statm: 61935 52619 131 357 0 61575 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 376836

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5354
/proc/meminfo: memFree=30983388/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=10.71 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15469 52940 0 0 144 12 888 27 20 0 1 0 273290322 122826752 25017 33554432000 4194304 5992684 140736692412848 140736692399112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25017 165 440 0 29543 0
[pid=5354] ppid=5349 vsize=249252 CPUtime=14.74 cores=1,3,5,7
/proc/5354/stat : 5354 (glucosInc) R 5349 5348 2929 0 -1 4202496 41241 0 0 0 1465 9 0 0 20 0 1 0 273291397 255234048 53487 33554432000 4194304 5654031 140737008885456 140737008883240 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5354/statm: 62313 53487 131 357 0 61953 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 378348

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5354
/proc/meminfo: memFree=30976440/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=10.71 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15469 52940 0 0 144 12 888 27 20 0 1 0 273290322 122826752 25017 33554432000 4194304 5992684 140736692412848 140736692399112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25017 165 440 0 29543 0
[pid=5354] ppid=5349 vsize=252164 CPUtime=40.33 cores=1,3,5,7
/proc/5354/stat : 5354 (glucosInc) R 5349 5348 2929 0 -1 4202496 42001 0 0 0 4024 9 0 0 20 0 1 0 273291397 258215936 54758 33554432000 4194304 5654031 140737008885456 140737008883240 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5354/statm: 63041 54758 139 357 0 62681 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 381260

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5354
/proc/meminfo: memFree=30975764/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=10.71 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15469 52940 0 0 144 12 888 27 20 0 1 0 273290322 122826752 25017 33554432000 4194304 5992684 140736692412848 140736692399112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25017 165 440 0 29543 0
[pid=5354] ppid=5349 vsize=252444 CPUtime=91.53 cores=1,3,5,7
/proc/5354/stat : 5354 (glucosInc) R 5349 5348 2929 0 -1 4202496 42081 0 0 0 9143 10 0 0 20 0 1 0 273291397 258502656 55857 33554432000 4194304 5654031 140737008885456 140737008883240 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5354/statm: 63111 55857 139 357 0 62751 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 381540

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5355
/proc/meminfo: memFree=30963264/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=10.71 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15469 52940 0 0 144 12 888 27 20 0 1 0 273290322 122826752 25017 33554432000 4194304 5992684 140736692412848 140736692399112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25017 165 440 0 29543 0
[pid=5354] ppid=5349 vsize=284320 CPUtime=151.48 cores=1,3,5,7
/proc/5354/stat : 5354 (glucosInc) R 5349 5348 2929 0 -1 4202496 42899 0 0 0 15138 10 0 0 20 0 1 0 273291397 291143680 57521 33554432000 4194304 5654031 140737008885456 140737008883240 4232767 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5354/statm: 71080 57521 139 357 0 70720 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 413416

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5355
/proc/meminfo: memFree=30969068/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=10.71 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15469 52940 0 0 144 12 888 27 20 0 1 0 273290322 122826752 25017 33554432000 4194304 5992684 140736692412848 140736692399112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25017 165 440 0 29543 0
[pid=5354] ppid=5349 vsize=285264 CPUtime=211.45 cores=1,3,5,7
/proc/5354/stat : 5354 (glucosInc) R 5349 5348 2929 0 -1 4202496 43980 0 0 0 21133 12 0 0 20 0 1 0 273291397 292110336 57626 33554432000 4194304 5654031 140737008885456 140737008883240 4232939 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5354/statm: 71316 57626 140 357 0 70956 0
Current children cumulated CPU time (s) 222.16

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

/proc/loadavg: 2.11 2.03 2.01 3/182 5570
/proc/meminfo: memFree=30239076/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=10.71 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15469 52940 0 0 144 12 888 27 20 0 1 0 273290322 122826752 25017 33554432000 4194304 5992684 140736692412848 140736692399112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25017 165 440 0 29543 0
[pid=5354] ppid=5349 vsize=289644 CPUtime=1291.29 cores=1,3,5,7
/proc/5354/stat : 5354 (glucosInc) R 5349 5348 2929 0 -1 4202496 48599 0 0 0 129109 20 0 0 20 0 1 0 273291397 296595456 59444 33554432000 4194304 5654031 140737008885456 140737008883240 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5354/statm: 72411 59444 141 357 0 72051 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 418740

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 5571
/proc/meminfo: memFree=30245056/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=10.71 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15469 52940 0 0 144 12 888 27 20 0 1 0 273290322 122826752 25017 33554432000 4194304 5992684 140736692412848 140736692399112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25017 165 440 0 29543 0
[pid=5354] ppid=5349 vsize=259912 CPUtime=1351.27 cores=1,3,5,7
/proc/5354/stat : 5354 (glucosInc) R 5349 5348 2929 0 -1 4202496 49372 0 0 0 135105 22 0 0 20 0 1 0 273291397 266149888 58087 33554432000 4194304 5654031 140737008885456 140737008883240 4232438 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5354/statm: 64978 58087 141 357 0 64618 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 389008

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 5571
/proc/meminfo: memFree=30232708/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=10.71 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15469 52940 0 0 144 12 888 27 20 0 1 0 273290322 122826752 25017 33554432000 4194304 5992684 140736692412848 140736692399112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25017 165 440 0 29543 0
[pid=5354] ppid=5349 vsize=292276 CPUtime=1411.27 cores=1,3,5,7
/proc/5354/stat : 5354 (glucosInc) R 5349 5348 2929 0 -1 4202496 50307 0 0 0 141103 24 0 0 20 0 1 0 273291397 299290624 60636 33554432000 4194304 5654031 140737008885456 140737008883240 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5354/statm: 73069 60636 141 357 0 72709 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 421372

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 5571
/proc/meminfo: memFree=30231420/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=119948 CPUtime=10.71 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 15469 52940 0 0 144 12 888 27 20 0 1 0 273290322 122826752 25017 33554432000 4194304 5992684 140736692412848 140736692399112 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/5349/statm: 29987 25017 165 440 0 29543 0
[pid=5354] ppid=5349 vsize=293544 CPUtime=1471.25 cores=1,3,5,7
/proc/5354/stat : 5354 (glucosInc) R 5349 5348 2929 0 -1 4202496 51692 0 0 0 147099 26 0 0 20 0 1 0 273291397 300589056 61424 33554432000 4194304 5654031 140737008885456 140737008883240 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5354/statm: 73386 61424 141 357 0 73026 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 422640

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 5574
/proc/meminfo: memFree=30154176/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=123120 CPUtime=1531.17 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 20401 107073 0 0 221 279 152544 73 20 0 1 0 273290322 126074880 25935 33554432000 4194304 5992684 140736692412848 140736692398680 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/5349/statm: 30780 25935 176 440 0 30336 0
[pid=5574] ppid=5349 vsize=324224 CPUtime=10.8 cores=1,3,5,7
/proc/5574/stat : 5574 (glucosInc) R 5349 5348 2929 0 -1 4202496 49480 0 0 0 1068 12 0 0 20 0 1 0 273443471 332005376 66145 33554432000 4194304 5654031 140736863301408 140736863299192 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5574/statm: 81056 66145 131 357 0 80696 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 456492

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 5577
/proc/meminfo: memFree=30140672/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=123120 CPUtime=1531.17 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 20401 107073 0 0 221 279 152544 73 20 0 1 0 273290322 126074880 25935 33554432000 4194304 5992684 140736692412848 140736692398680 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/5349/statm: 30780 25935 176 440 0 30336 0
[pid=5574] ppid=5349 vsize=329528 CPUtime=70.79 cores=1,3,5,7
/proc/5574/stat : 5574 (glucosInc) R 5349 5348 2929 0 -1 4202496 50813 0 0 0 7066 13 0 0 20 0 1 0 273443471 337436672 69522 33554432000 4194304 5654031 140736863301408 140736863299192 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5574/statm: 82382 69522 140 357 0 82022 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 461796

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 5601
/proc/meminfo: memFree=30145848/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=123120 CPUtime=1531.17 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 20401 107073 0 0 221 279 152544 73 20 0 1 0 273290322 126074880 25935 33554432000 4194304 5992684 140736692412848 140736692398680 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/5349/statm: 30780 25935 176 440 0 30336 0
[pid=5574] ppid=5349 vsize=329792 CPUtime=130.78 cores=1,3,5,7
/proc/5574/stat : 5574 (glucosInc) R 5349 5348 2929 0 -1 4202496 51683 0 0 0 13063 15 0 0 20 0 1 0 273443471 337707008 67934 33554432000 4194304 5654031 140736863301408 140736863299192 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5574/statm: 82448 67934 141 357 0 82088 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 462060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 5601
/proc/meminfo: memFree=30141168/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=123120 CPUtime=1531.17 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 20401 107073 0 0 221 279 152544 73 20 0 1 0 273290322 126074880 25935 33554432000 4194304 5992684 140736692412848 140736692398680 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/5349/statm: 30780 25935 176 440 0 30336 0
[pid=5574] ppid=5349 vsize=329924 CPUtime=190.77 cores=1,3,5,7
/proc/5574/stat : 5574 (glucosInc) R 5349 5348 2929 0 -1 4202496 51729 0 0 0 19062 15 0 0 20 0 1 0 273443471 337842176 69002 33554432000 4194304 5654031 140736863301408 140736863299192 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5574/statm: 82481 69002 141 357 0 82121 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 462192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5601
/proc/meminfo: memFree=30136884/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=123120 CPUtime=1531.17 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 20401 107073 0 0 221 279 152544 73 20 0 1 0 273290322 126074880 25935 33554432000 4194304 5992684 140736692412848 140736692398680 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/5349/statm: 30780 25935 176 440 0 30336 0
[pid=5574] ppid=5349 vsize=330128 CPUtime=250.75 cores=1,3,5,7
/proc/5574/stat : 5574 (glucosInc) R 5349 5348 2929 0 -1 4202496 51773 0 0 0 25060 15 0 0 20 0 1 0 273443471 338051072 70068 33554432000 4194304 5654031 140736863301408 140736863299304 4232495 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5574/statm: 82532 70068 141 357 0 82172 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 462396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5601
/proc/meminfo: memFree=30132336/32873844 swapFree=7108/7108
[pid=5348] ppid=5346 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5348/stat : 5348 (npSolver-pbo-It) S 5346 5348 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273290322 9367552 275 33554432000 4194304 5064252 140735887445440 140735887444352 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5348/statm: 2287 275 233 213 0 72 0
[pid=5349] ppid=5348 vsize=123120 CPUtime=1531.17 cores=1,3,5,7
/proc/5349/stat : 5349 (npSolver-pbo) S 5348 5348 2929 0 -1 4202496 20401 107073 0 0 221 279 152544 73 20 0 1 0 273290322 126074880 25935 33554432000 4194304 5992684 140736692412848 140736692398680 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/5349/statm: 30780 25935 176 440 0 30336 0
[pid=5574] ppid=5349 vsize=330128 CPUtime=268.86 cores=1,3,5,7
/proc/5574/stat : 5574 (glucosInc) R 5349 5348 2929 0 -1 4202496 51774 0 0 0 26871 15 0 0 20 0 1 0 273443471 338051072 70580 33554432000 4194304 5654031 140736863301408 140736863299304 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5574/statm: 82532 70580 141 357 0 82172 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 462396

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5348 and gives
#  childrusage.ru_utime.tv_sec=1527
#  childrusage.ru_utime.tv_usec=666759
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=532462
# CPU time returned by wait4() is 1531.2
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.03
CPU user time (s): 1796.36
CPU system time (s): 3.67
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 588704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1527.67
system time used= 3.53246
maximum resident set size= 449672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127849
page faults= 0
swaps= 0
block input operations= 8
block output operations= 458688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1431
involuntary context switches= 2912

runsolver used 3.00754 second user time and 8.45971 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 00:33:37
IDJOB=3698192
IDBENCH=2932
IDSOLVER=2275
FILE ID=node103/3698192-1338071617
RUNJOBID= node103-1338051805-2946
PBS_JOBID= 14624384
Free space on /tmp= 71540 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_3.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698192-1338071617/watcher-3698192-1338071617 -o /tmp/evaluation-result-3698192-1338071617/solver-3698192-1338071617 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698192-1338071617.opb 622207666 HOME HOME

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

MD5SUM BENCH= 474916db0f2f0be5831d97827cee8e55
RANDOM SEED=622207666

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5411.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31345288 kB
Buffers:          209360 kB
Cached:           309604 kB
SwapCached:         4684 kB
Active:           731268 kB
Inactive:          12484 kB
Active(anon):     219792 kB
Inactive(anon):     7392 kB
Active(file):     511476 kB
Inactive(file):     5092 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099336 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:        390284 kB
Mapped:            12444 kB
Shmem:                 8 kB
Slab:             641388 kB
SReclaimable:      84040 kB
SUnreclaim:       557348 kB
KernelStack:        1504 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     362216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 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= 71168 MiB
End job on node103 at 2012-05-27 01:03:38