Trace number 3698189

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_2.opb
MD5SUMb690996610ff381ef60353517fe5a0e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1797.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
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 constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
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 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1293
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4389
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

0.00/0.86	c run inc solver
0.00/0.86	c [INC SYSTEM] run initial solver
0.00/0.86	c [INC SYSTEM] preprocess with white file
5.09/5.34	c [INC SYSTEM] finished preprocessing in 4 s
5.09/5.34	c [INC SYSTEM] execute solver
31.73/32.07	c [INC SEARCH] formula is SAT
31.73/32.09	c [INC SYSTEM] solved the initial formula
31.84/32.10	c model valid
31.84/32.10	c current solution ok
33.64/33.96	o 1572
33.64/33.96	c [INC SYSTEM] there exists a inc, kill it!
33.64/33.96	c write failed with 2
33.64/33.97	c [INC SEARCH] iteration: 0
33.64/33.97	c [INC BOUNDS] best value:1572 search for 1571
33.64/33.97	c [INC SYSTEM] create new solver instance
33.64/33.97	c [INC] encode full formula
33.76/34.05	c set iterative enc to: swc
33.80/34.11	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.62	HOME/npSolver-pbo-Itd.sh: line 18:  3140 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-3698189-1338069672/watcher-3698189-1338069672 -o /tmp/evaluation-result-3698189-1338069672/solver-3698189-1338069672 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698189-1338069672.opb 1652966870 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.00 2.00 2.00 3/179 3139
/proc/meminfo: memFree=28356416/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0

[startup+0.0884789 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3139
/proc/meminfo: memFree=28356416/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100364 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3139
/proc/meminfo: memFree=28356416/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3139
/proc/meminfo: memFree=28356416/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700315 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3139
/proc/meminfo: memFree=28356416/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3143
/proc/meminfo: memFree=28252072/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=69328 CPUtime=0.85 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 14798 0 0 0 78 7 0 0 20 0 1 0 273095799 70991872 14889 33554432000 4194304 5992684 140736574153824 140736574148272 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 17332 14889 163 440 0 16888 0
[pid=3142] ppid=3140 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (cp2_pre.sh) S 3140 3139 824 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273095885 9367552 277 33554432000 4194304 5064252 140735339784832 140735339783536 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3142/statm: 2287 277 234 213 0 72 0
[pid=3143] ppid=3142 vsize=202268 CPUtime=0.62 cores=1,3,5,7
/proc/3143/stat : 3143 (coprocessor) R 3142 3139 824 0 -1 4202496 24373 0 0 0 56 6 0 0 20 0 1 0 273095886 207122432 44348 33554432000 4194304 6586260 140737241171424 140735339783560 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/3143/statm: 50567 44348 166 584 0 49979 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 289892

[startup+3.10045 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3143
/proc/meminfo: memFree=28071180/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=69328 CPUtime=0.85 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 14798 0 0 0 78 7 0 0 20 0 1 0 273095799 70991872 14889 33554432000 4194304 5992684 140736574153824 140736574148272 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 17332 14889 163 440 0 16888 0
[pid=3142] ppid=3140 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3142/stat : 3142 (cp2_pre.sh) S 3140 3139 824 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273095885 9367552 277 33554432000 4194304 5064252 140735339784832 140735339783536 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3142/statm: 2287 277 234 213 0 72 0
[pid=3143] ppid=3142 vsize=242972 CPUtime=2.22 cores=1,3,5,7
/proc/3143/stat : 3143 (coprocessor) R 3142 3139 824 0 -1 4202496 33811 0 0 0 214 8 0 0 20 0 1 0 273095886 248803328 58385 33554432000 4194304 6586260 140737241171424 140737241167400 4775698 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/3143/statm: 60743 58385 182 584 0 60155 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 330596

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3145
/proc/meminfo: memFree=28227012/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=69328 CPUtime=5.1 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 14815 41745 0 0 78 7 409 16 20 0 1 0 273095799 70991872 14891 33554432000 4194304 5992684 140736574153824 140736574140088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 17332 14891 165 440 0 16888 0
[pid=3145] ppid=3140 vsize=132704 CPUtime=0.94 cores=1,3,5,7
/proc/3145/stat : 3145 (glucosInc) R 3140 3139 824 0 -1 4202496 25480 0 0 0 89 5 0 0 20 0 1 0 273096334 135888896 30077 33554432000 4194304 5654031 140735474934128 140735474932440 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3145/statm: 33176 30077 131 357 0 32816 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 211180

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3145
/proc/meminfo: memFree=28147952/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=69328 CPUtime=5.1 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 14815 41745 0 0 78 7 409 16 20 0 1 0 273095799 70991872 14891 33554432000 4194304 5992684 140736574153824 140736574140088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 17332 14891 165 440 0 16888 0
[pid=3145] ppid=3140 vsize=133104 CPUtime=7.34 cores=1,3,5,7
/proc/3145/stat : 3145 (glucosInc) R 3140 3139 824 0 -1 4202496 25563 0 0 0 729 5 0 0 20 0 1 0 273096334 136298496 30671 33554432000 4194304 5654031 140735474934128 140735474932024 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3145/statm: 33276 30671 131 357 0 32916 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 211580

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 3145
/proc/meminfo: memFree=28104704/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=69328 CPUtime=5.1 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 14815 41745 0 0 78 7 409 16 20 0 1 0 273095799 70991872 14891 33554432000 4194304 5992684 140736574153824 140736574140088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 17332 14891 165 440 0 16888 0
[pid=3145] ppid=3140 vsize=133668 CPUtime=20.14 cores=1,3,5,7
/proc/3145/stat : 3145 (glucosInc) R 3140 3139 824 0 -1 4202496 25686 0 0 0 2009 5 0 0 20 0 1 0 273096334 136876032 31305 33554432000 4194304 5654031 140735474934128 140735474931736 4215168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3145/statm: 33417 31305 131 357 0 33057 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 212144

[startup+51.1004 s]
/proc/loadavg: 2.11 2.03 2.01 3/181 3148
/proc/meminfo: memFree=28057872/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=193548 CPUtime=16.97 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 32843 0 0 0 1691 6 0 0 20 0 1 0 273099210 198193152 41966 33554432000 4194304 5654031 140735715360160 140735715357768 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 48387 41966 131 357 0 48027 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 286432

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 3148
/proc/meminfo: memFree=28058084/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=193968 CPUtime=68.17 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 34395 0 0 0 6808 9 0 0 20 0 1 0 273099210 198623232 41728 33554432000 4194304 5654031 140735715360160 140735715358184 4208619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 48492 41728 132 357 0 48132 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 286852

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 3149
/proc/meminfo: memFree=28017532/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=194580 CPUtime=128.13 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 35358 0 0 0 12802 11 0 0 20 0 1 0 273099210 199249920 43599 33554432000 4194304 5654031 140735715360160 140735715357768 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 48645 43599 132 357 0 48285 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 287464

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 3149
/proc/meminfo: memFree=28010512/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=194740 CPUtime=188.12 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.00 3/181 3158
/proc/meminfo: memFree=27924572/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=228272 CPUtime=1267.93 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 49064 0 0 0 126751 42 0 0 20 0 1 0 273099210 233750528 49664 33554432000 4194304 5654031 140735715360160 140735715358248 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 57068 49664 132 357 0 56708 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 321156

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3199
/proc/meminfo: memFree=28138476/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=278612 CPUtime=1327.91 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 49918 0 0 0 132748 43 0 0 20 0 1 0 273099210 285298688 56648 33554432000 4194304 5654031 140735715360160 140735715357944 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 69653 56648 132 357 0 69293 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 371496

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3206
/proc/meminfo: memFree=27948112/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=278612 CPUtime=1387.92 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 49957 0 0 0 138748 44 0 0 20 0 1 0 273099210 285298688 63330 33554432000 4194304 5654031 140735715360160 140735715357944 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 69653 63330 132 357 0 69293 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 371496

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3206
/proc/meminfo: memFree=27949120/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=228776 CPUtime=1447.89 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 50802 0 0 0 144743 46 0 0 20 0 1 0 273099210 234266624 46252 33554432000 4194304 5654031 140735715360160 140735715358248 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 57194 46252 132 357 0 56834 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 321660

[startup+1542.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/181 3206
/proc/meminfo: memFree=27923736/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=228776 CPUtime=1507.89 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 50829 0 0 0 150742 47 0 0 20 0 1 0 273099210 234266624 51900 33554432000 4194304 5654031 140735715360160 140735715358248 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 57194 51900 132 357 0 56834 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 321660

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 3206
/proc/meminfo: memFree=27928736/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=279116 CPUtime=1567.88 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 51682 0 0 0 156740 48 0 0 20 0 1 0 273099210 285814784 57860 33554432000 4194304 5654031 140735715360160 140735715357944 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 69779 57860 132 357 0 69419 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 372000

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 3207
/proc/meminfo: memFree=27983308/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=198652 CPUtime=1627.87 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 52013 0 0 0 162737 50 0 0 20 0 1 0 273099210 203419648 43247 33554432000 4194304 5654031 140735715360160 140735715358184 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 49663 43247 132 357 0 49303 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 291536

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 3207
/proc/meminfo: memFree=27959040/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=229472 CPUtime=1687.86 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 52612 0 0 0 168735 51 0 0 20 0 1 0 273099210 234979328 49458 33554432000 4194304 5654031 140735715360160 140735715358248 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 57368 49458 132 357 0 57008 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 322356

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 3210
/proc/meminfo: memFree=27932988/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=279560 CPUtime=1747.84 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 53439 0 0 0 174732 52 0 0 20 0 1 0 273099210 286269440 55903 33554432000 4194304 5654031 140735715360160 140735715358248 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 69890 55903 132 357 0 69530 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 372444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 3210
/proc/meminfo: memFree=27893836/32873844 swapFree=7620/7620
[pid=3139] ppid=3137 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3139/stat : 3139 (npSolver-pbo-It) S 3137 3139 824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273095799 9367552 275 33554432000 4194304 5064252 140736739799536 140736739798448 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3139/statm: 2287 275 233 213 0 72 0
[pid=3140] ppid=3139 vsize=83736 CPUtime=33.86 cores=1,3,5,7
/proc/3140/stat : 3140 (npSolver-pbo) S 3139 3139 824 0 -1 4202496 19931 69273 0 0 123 157 3075 31 20 0 1 0 273095799 85745664 18632 33554432000 4194304 5992684 140736574153824 140736574139656 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3140/statm: 20934 18632 176 440 0 20490 0
[pid=3148] ppid=3140 vsize=279752 CPUtime=1766.16 cores=1,3,5,7
/proc/3148/stat : 3148 (glucosInc) R 3140 3139 824 0 -1 4202496 53481 0 0 0 176563 53 0 0 20 0 1 0 273099210 286466048 57989 33554432000 4194304 5654031 140735715360160 140735715357944 4216315 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3148/statm: 69938 57989 132 357 0 69578 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 372636

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 3139 and gives
#  childrusage.ru_utime.tv_sec=31
#  childrusage.ru_utime.tv_usec=987137
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=899711
# CPU time returned by wait4() is 33.8868
# while last known CPU time is 1800.02
#
# 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.02
CPU user time (s): 1797.61
CPU system time (s): 2.41
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 421764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.9871
system time used= 1.89971
maximum resident set size= 286180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89580
page faults= 0
swaps= 0
block input operations= 8
block output operations= 260240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 788
involuntary context switches= 51

runsolver used 3.13752 second user time and 7.51386 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 00:01:13
IDJOB=3698189
IDBENCH=2908
IDSOLVER=2275
FILE ID=node107/3698189-1338069672
RUNJOBID= node107-1338052952-841
PBS_JOBID= 14624408
Free space on /tmp= 71484 MiB

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

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

MD5SUM BENCH= b690996610ff381ef60353517fe5a0e9
RANDOM SEED=1652966870

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:        28357052 kB
Buffers:          263392 kB
Cached:          3315792 kB
SwapCached:            0 kB
Active:           919760 kB
Inactive:        2817928 kB
Active(anon):     160808 kB
Inactive(anon):        0 kB
Active(file):     758952 kB
Inactive(file):  2817928 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8184 kB
Writeback:             0 kB
AnonPages:        267716 kB
Mapped:            15660 kB
Shmem:               200 kB
Slab:             639316 kB
SReclaimable:      81860 kB
SUnreclaim:       557456 kB
KernelStack:        1512 kB
PageTables:         4680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     281856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 71404 MiB
End job on node107 at 2012-05-27 00:31:13