Trace number 3749832

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 1.0 (fixed)? (TO) 1800 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mkc.opb
MD5SUMeae2e8a732d92a062f083ccb58900b63
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-147500
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -144250
Optimality of the best value was proved NO
Number of variables5383
Total number of constraints3279
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)276
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint2
Maximum length of a constraint2952
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 138201238403
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.89/1.90	c run usual solver
593.19/593.64	c model valid
593.19/593.64	c current solution ok
596.04/596.24	o 0
596.04/596.24	c current bound: 15560588
596.04/596.24	c fallback to adder encoding
1800.00/1800.41	c error: unexpected solver exit code
1800.00/1800.41	s UNKNOWN

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.34 2.43 2.15 3/179 27699
/proc/meminfo: memFree=28844244/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0

[startup+0.090491 s]
/proc/loadavg: 3.34 2.43 2.15 3/179 27699
/proc/meminfo: memFree=28844244/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10032 s]
/proc/loadavg: 3.34 2.43 2.15 3/179 27699
/proc/meminfo: memFree=28844244/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300273 s]
/proc/loadavg: 3.34 2.43 2.15 3/179 27699
/proc/meminfo: memFree=28844244/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700269 s]
/proc/loadavg: 3.34 2.43 2.15 3/179 27699
/proc/meminfo: memFree=28844244/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 3.34 2.43 2.15 3/181 27701
/proc/meminfo: memFree=28724652/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=167604 CPUtime=1.49 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) R 27699 27699 24192 0 -1 4202496 15813 0 0 0 144 5 0 0 20 0 1 0 378393918 171626496 27562 33554432000 4194304 6004724 140736525700544 140736525695144 4579246 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 41901 27562 153 442 0 41455 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 176752

[startup+3.10035 s]
/proc/loadavg: 3.34 2.43 2.15 3/183 27703
/proc/meminfo: memFree=28630828/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=135568 CPUtime=1.9 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 16554 0 0 0 171 19 0 0 20 0 1 0 378393918 138821632 24347 33554432000 4194304 6004724 140736525700544 140736525694592 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 33892 24347 162 442 0 33446 0
[pid=27702] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27702/stat : 27702 (cp2_pre.sh) S 27700 27699 24192 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378394109 9367552 277 33554432000 4194304 5064252 140736699559328 140736699558032 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27702/statm: 2287 277 234 213 0 72 0
[pid=27703] ppid=27702 vsize=134120 CPUtime=1.17 cores=0,2,4,6
/proc/27703/stat : 27703 (coprocessor) R 27702 27699 24192 0 -1 4202496 11531 0 0 0 113 4 0 0 20 0 1 0 378394109 137338880 32544 33554432000 4194304 6586260 140735657541344 140735657538104 5732400 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/27703/statm: 33530 32544 137 584 0 32942 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 287984

[startup+6.30028 s]
/proc/loadavg: 3.24 2.43 2.15 3/183 27703
/proc/meminfo: memFree=28267908/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=135568 CPUtime=1.9 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 16554 0 0 0 171 19 0 0 20 0 1 0 378393918 138821632 24347 33554432000 4194304 6004724 140736525700544 140736525694592 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 33892 24347 162 442 0 33446 0
[pid=27702] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27702/stat : 27702 (cp2_pre.sh) S 27700 27699 24192 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378394109 9367552 277 33554432000 4194304 5064252 140736699559328 140736699558032 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27702/statm: 2287 277 234 213 0 72 0
[pid=27703] ppid=27702 vsize=428368 CPUtime=4.37 cores=0,2,4,6
/proc/27703/stat : 27703 (coprocessor) R 27702 27699 24192 0 -1 4202496 54653 0 0 0 424 13 0 0 20 0 1 0 378394109 438648832 104793 33554432000 4194304 6586260 140735657541344 140735657537368 5432690 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/27703/statm: 107092 104793 182 584 0 106504 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 582232

[startup+12.7003 s]
/proc/loadavg: 3.38 2.47 2.16 3/183 27706
/proc/meminfo: memFree=28556572/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=135568 CPUtime=9.48 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 16563 61197 0 0 171 19 716 42 20 0 1 0 378393918 138821632 24347 33554432000 4194304 6004724 140736525700544 140736525695680 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 33892 24347 162 442 0 33446 0
[pid=27705] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27705/stat : 27705 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378394869 9367552 267 33554432000 4194304 5064252 140735991028336 140735991027248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27705/statm: 2287 267 226 213 0 72 0
[pid=27706] ppid=27705 vsize=190532 CPUtime=3.17 cores=0,2,4,6
/proc/27706/stat : 27706 (glucose) R 27705 27699 24192 0 -1 4202496 32127 0 0 0 311 6 0 0 20 0 1 0 378394869 195104768 39547 33554432000 4194304 5208918 140734689065328 140734689063480 4213121 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27706/statm: 47633 39547 104 248 0 47382 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 344396

[startup+25.5004 s]
/proc/loadavg: 3.07 2.44 2.16 3/183 27707
/proc/meminfo: memFree=28551180/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=135568 CPUtime=9.48 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 16563 61197 0 0 171 19 716 42 20 0 1 0 378393918 138821632 24347 33554432000 4194304 6004724 140736525700544 140736525695680 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 33892 24347 162 442 0 33446 0
[pid=27705] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27705/stat : 27705 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378394869 9367552 267 33554432000 4194304 5064252 140735991028336 140735991027248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27705/statm: 2287 267 226 213 0 72 0
[pid=27706] ppid=27705 vsize=196508 CPUtime=15.98 cores=0,2,4,6
/proc/27706/stat : 27706 (glucose) R 27705 27699 24192 0 -1 4202496 33834 0 0 0 1591 7 0 0 20 0 1 0 378394869 201224192 40993 33554432000 4194304 5208918 140734689065328 140734689063160 4213195 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27706/statm: 49127 40993 105 248 0 48876 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 350372

[startup+51.1004 s]
/proc/loadavg: 2.70 2.41 2.16 3/184 27708
/proc/meminfo: memFree=28540140/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=135568 CPUtime=9.48 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 16563 61197 0 0 171 19 716 42 20 0 1 0 378393918 138821632 24347 33554432000 4194304 6004724 140736525700544 140736525695680 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 33892 24347 162 442 0 33446 0
[pid=27705] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27705/stat : 27705 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378394869 9367552 267 33554432000 4194304 5064252 140735991028336 140735991027248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27705/statm: 2287 267 226 213 0 72 0
[pid=27706] ppid=27705 vsize=201272 CPUtime=41.55 cores=0,2,4,6
/proc/27706/stat : 27706 (glucose) R 27705 27699 24192 0 -1 4202496 35243 0 0 0 4148 7 0 0 20 0 1 0 378394869 206102528 43935 33554432000 4194304 5208918 140734689065328 140734689063160 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27706/statm: 50318 43935 105 248 0 50067 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 355136

[startup+102.3 s]
/proc/loadavg: 2.30 2.34 2.15 3/183 27708
/proc/meminfo: memFree=28535988/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=135568 CPUtime=9.48 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 16563 61197 0 0 171 19 716 42 20 0 1 0 378393918 138821632 24347 33554432000 4194304 6004724 140736525700544 140736525695680 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 33892 24347 162 442 0 33446 0
[pid=27705] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27705/stat : 27705 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378394869 9367552 267 33554432000 4194304 5064252 140735991028336 140735991027248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27705/statm: 2287 267 226 213 0 72 0
[pid=27706] ppid=27705 vsize=210024 CPUtime=92.75 cores=0,2,4,6
/proc/27706/stat : 27706 (glucose) R 27705 27699 24192 0 -1 4202496 37909 0 0 0 9265 10 0 0 20 0 1 0 378394869 215064576 46504 33554432000 4194304 5208918 140734689065328 140734689063160 4229251 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27706/statm: 52506 46504 105 248 0 52255 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 363888

[startup+162.3 s]
/proc/loadavg: 2.11 2.28 2.13 3/183 27715
/proc/meminfo: memFree=28522368/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=135568 CPUtime=9.48 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 16563 61197 0 0 171 19 716 42 20 0 1 0 378393918 138821632 24347 33554432000 4194304 6004724 140736525700544 140736525695680 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 33892 24347 162 442 0 33446 0
[pid=27705] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27705/stat : 27705 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378394869 9367552 267 33554432000 4194304 5064252 140735991028336 140735991027248 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27705/statm: 2287 267 226 213 0 72 0
[pid=27706] ppid=27705 vsize=212984 CPUtime=152.73 cores=0,2,4,6
/proc/27706/stat : 27706 (glucose) R 27705 27699 24192 0 -1 4202496 38957 0 0 0 15262 11 0 0 20 0 1 0 378394869 218095616 48730 33554432000 4194304 5208918 140734689065328 140734689063160 4215429 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27706/statm: 53246 48730 105 248 0 52995 0
Current children cumulated CPU time (s) 162.21

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

/proc/27740/stat : 27740 (glucose) R 27739 27699 24192 0 -1 4202496 71660 0 0 0 76488 56 0 0 20 0 1 0 378453585 399941632 86915 33554432000 4194304 5208918 140735951371056 140735951367432 4211156 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27740/statm: 97642 86915 105 248 0 97391 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 616536

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/183 27753
/proc/meminfo: memFree=28263716/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=207672 CPUtime=596.52 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 22002 118063 0 0 257 234 59083 78 20 0 1 0 378393918 212656128 41116 33554432000 4194304 6004724 140736525700544 140736525692896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 51918 41116 174 442 0 51472 0
[pid=27739] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27739/stat : 27739 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378453584 9367552 265 33554432000 4194304 5064252 140734964671312 140734964670224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27739/statm: 2287 265 226 213 0 72 0
[pid=27740] ppid=27739 vsize=394000 CPUtime=825.43 cores=0,2,4,6
/proc/27740/stat : 27740 (glucose) R 27739 27699 24192 0 -1 4202496 72581 0 0 0 82485 58 0 0 20 0 1 0 378453585 403456000 89755 33554432000 4194304 5208918 140735951371056 140735951367432 4211188 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27740/statm: 98500 89755 105 248 0 98249 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 619968

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/183 27753
/proc/meminfo: memFree=28205424/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=207672 CPUtime=596.52 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 22002 118063 0 0 257 234 59083 78 20 0 1 0 378393918 212656128 41116 33554432000 4194304 6004724 140736525700544 140736525692896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 51918 41116 174 442 0 51472 0
[pid=27739] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27739/stat : 27739 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378453584 9367552 265 33554432000 4194304 5064252 140734964671312 140734964670224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27739/statm: 2287 265 226 213 0 72 0
[pid=27740] ppid=27739 vsize=398160 CPUtime=885.42 cores=0,2,4,6
/proc/27740/stat : 27740 (glucose) R 27739 27699 24192 0 -1 4202496 73399 0 0 0 88482 60 0 0 20 0 1 0 378453585 407715840 91799 33554432000 4194304 5208918 140735951371056 140735951366824 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27740/statm: 99540 91799 105 248 0 99289 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 624128

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 27795
/proc/meminfo: memFree=25489496/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=207672 CPUtime=596.52 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 22002 118063 0 0 257 234 59083 78 20 0 1 0 378393918 212656128 41116 33554432000 4194304 6004724 140736525700544 140736525692896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 51918 41116 174 442 0 51472 0
[pid=27739] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27739/stat : 27739 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378453584 9367552 265 33554432000 4194304 5064252 140734964671312 140734964670224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27739/statm: 2287 265 226 213 0 72 0
[pid=27740] ppid=27739 vsize=398160 CPUtime=945.41 cores=0,2,4,6
/proc/27740/stat : 27740 (glucose) R 27739 27699 24192 0 -1 4202496 74042 0 0 0 94478 63 0 0 20 0 1 0 378453585 407715840 93312 33554432000 4194304 5208918 140735951371056 140735951367432 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27740/statm: 99540 93312 105 248 0 99289 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 624128

[startup+1602.3 s]
/proc/loadavg: 2.70 2.20 2.09 3/183 27796
/proc/meminfo: memFree=22158380/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=207672 CPUtime=596.52 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 22002 118063 0 0 257 234 59083 78 20 0 1 0 378393918 212656128 41116 33554432000 4194304 6004724 140736525700544 140736525692896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 51918 41116 174 442 0 51472 0
[pid=27739] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27739/stat : 27739 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378453584 9367552 265 33554432000 4194304 5064252 140734964671312 140734964670224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27739/statm: 2287 265 226 213 0 72 0
[pid=27740] ppid=27739 vsize=403156 CPUtime=1005.4 cores=0,2,4,6
/proc/27740/stat : 27740 (glucose) R 27739 27699 24192 0 -1 4202496 75657 0 0 0 100475 65 0 0 20 0 1 0 378453585 412831744 95150 33554432000 4194304 5208918 140735951371056 140735951367432 4211075 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27740/statm: 100789 95150 105 248 0 100538 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 629124

[startup+1662.3 s]
/proc/loadavg: 2.32 2.19 2.09 3/183 27799
/proc/meminfo: memFree=22805068/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=207672 CPUtime=596.52 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 22002 118063 0 0 257 234 59083 78 20 0 1 0 378393918 212656128 41116 33554432000 4194304 6004724 140736525700544 140736525692896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 51918 41116 174 442 0 51472 0
[pid=27739] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27739/stat : 27739 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378453584 9367552 265 33554432000 4194304 5064252 140734964671312 140734964670224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27739/statm: 2287 265 226 213 0 72 0
[pid=27740] ppid=27739 vsize=404792 CPUtime=1065.4 cores=0,2,4,6
/proc/27740/stat : 27740 (glucose) R 27739 27699 24192 0 -1 4202496 77505 0 0 0 106472 68 0 0 20 0 1 0 378453585 414507008 95171 33554432000 4194304 5208918 140735951371056 140735951367432 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27740/statm: 101198 95171 105 248 0 100947 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 630760

[startup+1722.3 s]
/proc/loadavg: 2.12 2.15 2.08 3/183 27799
/proc/meminfo: memFree=22785092/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=207672 CPUtime=596.52 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 22002 118063 0 0 257 234 59083 78 20 0 1 0 378393918 212656128 41116 33554432000 4194304 6004724 140736525700544 140736525692896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 51918 41116 174 442 0 51472 0
[pid=27739] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27739/stat : 27739 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378453584 9367552 265 33554432000 4194304 5064252 140734964671312 140734964670224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27739/statm: 2287 265 226 213 0 72 0
[pid=27740] ppid=27739 vsize=405352 CPUtime=1125.38 cores=0,2,4,6
/proc/27740/stat : 27740 (glucose) R 27739 27699 24192 0 -1 4202496 78807 0 0 0 112468 70 0 0 20 0 1 0 378453585 415080448 95389 33554432000 4194304 5208918 140735951371056 140735951367432 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27740/statm: 101338 95389 105 248 0 101087 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 631320

[startup+1782.31 s]
/proc/loadavg: 2.14 2.15 2.09 3/184 27802
/proc/meminfo: memFree=22778200/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=207672 CPUtime=596.52 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 22002 118063 0 0 257 234 59083 78 20 0 1 0 378393918 212656128 41116 33554432000 4194304 6004724 140736525700544 140736525692896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 51918 41116 174 442 0 51472 0
[pid=27739] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27739/stat : 27739 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378453584 9367552 265 33554432000 4194304 5064252 140734964671312 140734964670224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27739/statm: 2287 265 226 213 0 72 0
[pid=27740] ppid=27739 vsize=410520 CPUtime=1185.38 cores=0,2,4,6
/proc/27740/stat : 27740 (glucose) R 27739 27699 24192 0 -1 4202496 81075 0 0 0 118463 75 0 0 20 0 1 0 378453585 420372480 94964 33554432000 4194304 5208918 140735951371056 140735951367432 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27740/statm: 102630 94964 105 248 0 102379 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 636488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.10 2.14 2.09 3/184 27825
/proc/meminfo: memFree=22756800/32873648 swapFree=7120/7120
[pid=27699] ppid=27697 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27699/stat : 27699 (npSolver-pbo.sh) S 27697 27699 24192 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378393918 9367552 275 33554432000 4194304 5064252 140734351183952 140734351182864 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27699/statm: 2287 275 233 213 0 72 0
[pid=27700] ppid=27699 vsize=207672 CPUtime=596.52 cores=0,2,4,6
/proc/27700/stat : 27700 (npSolver-pbo) S 27699 27699 24192 0 -1 4202496 22002 118063 0 0 257 234 59083 78 20 0 1 0 378393918 212656128 41116 33554432000 4194304 6004724 140736525700544 140736525692896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27700/statm: 51918 41116 174 442 0 51472 0
[pid=27739] ppid=27700 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27739/stat : 27739 (satsolver.sh) S 27700 27699 24192 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378453584 9367552 265 33554432000 4194304 5064252 140734964671312 140734964670224 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27739/statm: 2287 265 226 213 0 72 0
[pid=27740] ppid=27739 vsize=491908 CPUtime=1203.48 cores=0,2,4,6
/proc/27740/stat : 27740 (glucose) R 27739 27699 24192 0 -1 4202496 81782 0 0 0 120271 77 0 0 20 0 1 0 378453585 503713792 99229 33554432000 4194304 5208918 140735951371056 140735951369208 4211537 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27740/statm: 122977 99229 105 248 0 122726 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 717876

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 27699 and gives
#  childrusage.ru_utime.tv_sec=593
#  childrusage.ru_utime.tv_usec=405788
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=127524
# CPU time returned by wait4() is 596.533
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800
CPU user time (s): 1796.11
CPU system time (s): 3.89
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 845328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 593.406
system time used= 3.12752
maximum resident set size= 474432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141044
page faults= 0
swaps= 0
block input operations= 0
block output operations= 467888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1067
involuntary context switches= 749

runsolver used 3.74043 second user time and 9.12261 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-08 04:31:06
IDJOB=3749832
IDBENCH=2519
IDSOLVER=2334
FILE ID=node114/3749832-1339122664
RUNJOBID= node114-1339112629-25978
PBS_JOBID= 14643739
Free space on /tmp= 70312 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mkc.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749832-1339122664/watcher-3749832-1339122664 -o /tmp/evaluation-result-3749832-1339122664/solver-3749832-1339122664 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749832-1339122664.opb 1573228224 HOME HOME

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

MD5SUM BENCH= eae2e8a732d92a062f083ccb58900b63
RANDOM SEED=1573228224

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:       32873648 kB
MemFree:        28844136 kB
Buffers:          603624 kB
Cached:          2385220 kB
SwapCached:         1940 kB
Active:          1179116 kB
Inactive:        1900984 kB
Active(anon):      91296 kB
Inactive(anon):     2432 kB
Active(file):    1087820 kB
Inactive(file):  1898552 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:             13616 kB
Writeback:             0 kB
AnonPages:        101048 kB
Mapped:            11268 kB
Shmem:                24 kB
Slab:             805040 kB
SReclaimable:     248244 kB
SUnreclaim:       556796 kB
KernelStack:        1456 kB
PageTables:         4188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     244116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 68980 MiB
End job on node114 at 2012-06-08 05:01:06