Trace number 3702606

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 NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.02 1801.12

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_6_mh_ic.opb
MD5SUMe7b6dae550ad8f4cdbfa76831693ec64
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1403187
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 74618461
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 10171756525
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 74618461
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 10171756525
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.95/1.09	c run inc solver
0.95/1.09	c [INC SYSTEM] run initial solver
0.95/1.09	c [INC SYSTEM] preprocess with white file
5.59/6.17	c [INC SYSTEM] finished preprocessing in 5 s
5.59/6.17	c [INC SYSTEM] execute solver
11.92/12.50	c [INC SEARCH] formula is SAT
11.92/12.52	c [INC SYSTEM] solved the initial formula
12.02/12.68	c model valid
12.02/12.68	c current solution ok
14.31/14.98	o 144334611
14.31/14.98	c starting approximation
14.31/14.98	c factor = 2
14.31/14.98	c factor still to low - shrinking to 7.54509e+06
14.31/14.98	c approx number of clauses: 1e+06
14.31/14.98	c current bound: 72167320
16.71/17.36	c leaving approximation
16.71/17.36	c finished approximation
16.71/17.36	c [INC SYSTEM] there exists a inc, kill it!
16.71/17.36	c write failed with 2
17.14/17.79	c [INC SEARCH] iteration: 0
17.14/17.79	c [INC BOUNDS] best value:144334636 search for 144334635
17.14/17.79	c [INC SYSTEM] create new solver instance
17.14/17.79	c [INC] encode full formula
17.14/17.79	c fallback to adder encoding
19.53/20.10	c set iterative enc to: adder
19.53/20.10	c set iterative enc to: none
19.83/20.49	c [INC SEARCH] isOptimum variable: 0
1800.02/1801.11	HOME/npSolver-pbo-Itdqb.sh: line 18: 25415 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -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-3702606-1338126734/watcher-3702606-1338126734 -o /tmp/evaluation-result-3702606-1338126734/solver-3702606-1338126734 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702606-1338126734.opb 626816382 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: 2.50 2.11 2.11 2/178 25413
/proc/meminfo: memFree=31260240/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (runsolver) D 25411 25413 24278 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 278797951 12095488 50 33554432000 4194304 5436572 140735150115760 140735150112056 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/25413/statm: 2953 50 31 304 0 2645 0

[startup+0.0952751 s]
/proc/loadavg: 2.50 2.11 2.11 2/178 25413
/proc/meminfo: memFree=31260240/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 2.50 2.11 2.11 2/178 25413
/proc/meminfo: memFree=31260240/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 2.50 2.11 2.11 2/178 25413
/proc/meminfo: memFree=31260240/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 2.50 2.11 2.11 2/178 25413
/proc/meminfo: memFree=31260240/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.50 2.11 2.11 3/180 25415
/proc/meminfo: memFree=31103468/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=99816 CPUtime=1.07 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 12391 0 0 0 96 11 0 0 20 0 1 0 278797955 102211584 17674 33554432000 4194304 5992684 140736993594224 140736993588672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 24954 17674 171 440 0 24510 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 108964

[startup+3.10039 s]
/proc/loadavg: 2.50 2.11 2.11 3/182 25417
/proc/meminfo: memFree=30706956/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=99816 CPUtime=1.07 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 12391 0 0 0 96 11 0 0 20 0 1 0 278797955 102211584 17674 33554432000 4194304 5992684 140736993594224 140736993588672 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 24954 17674 171 440 0 24510 0
[pid=25416] ppid=25415 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25416/stat : 25416 (cp2_pre.sh) S 25415 25413 24278 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278798063 9367552 277 33554432000 4194304 5064252 140737216669552 140737216668256 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25416/statm: 2287 277 234 213 0 72 0
[pid=25417] ppid=25416 vsize=327996 CPUtime=1.97 cores=0,2,4,6
/proc/25417/stat : 25417 (coprocessor) R 25416 25413 24278 0 -1 4202496 42407 0 0 0 188 9 0 0 20 0 1 0 278798063 335867904 80264 33554432000 4194304 6586260 140734095325936 140734095322200 4789248 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/25417/statm: 81999 80264 172 584 0 81411 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 446108

[startup+6.30021 s]
/proc/loadavg: 2.46 2.11 2.11 3/182 25417
/proc/meminfo: memFree=30263368/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=99816 CPUtime=5.61 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 12409 50813 0 0 96 11 432 22 20 0 1 0 278797955 102211584 17676 33554432000 4194304 5992684 140736993594224 140736993580488 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 24954 17676 173 440 0 24510 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 108964

[startup+12.7003 s]
/proc/loadavg: 2.42 2.11 2.11 3/183 25421
/proc/meminfo: memFree=29378308/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=113748 CPUtime=5.83 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) R 25413 25413 24278 0 -1 4202496 14922 50813 0 0 115 14 432 22 20 0 1 0 278797955 116477952 21166 33554432000 4194304 5992684 140736993594224 140736993580488 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 28437 21166 180 440 0 27993 0
[pid=25419] ppid=25415 vsize=175340 CPUtime=6.29 cores=0,2,4,6
/proc/25419/stat : 25419 (glucosInc) S 25415 25413 24278 0 -1 4202496 32610 0 0 0 624 5 0 0 20 0 1 0 278798568 179548160 39974 33554432000 4194304 5654031 140736432847792 140736432846104 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25419/statm: 43835 39974 146 357 0 43475 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 298236

[startup+25.5003 s]
/proc/loadavg: 2.48 2.14 2.12 3/183 25431
/proc/meminfo: memFree=27000104/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=615200 CPUtime=4.99 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 91310 0 0 0 474 25 0 0 20 0 1 0 278800000 629964800 141788 33554432000 4194304 5654031 140733472446992 140733472444776 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25431/statm: 153800 141788 131 357 0 153440 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 750112

[startup+51.1003 s]
/proc/loadavg: 2.37 2.14 2.12 3/182 25433
/proc/meminfo: memFree=27125676/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=636860 CPUtime=30.59 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 94650 0 0 0 3033 26 0 0 20 0 1 0 278800000 652144640 146661 33554432000 4194304 5654031 140733472446992 140733472434808 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25431/statm: 159215 146661 141 357 0 158855 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 771772

[startup+102.307 s]
/proc/loadavg: 2.96 2.32 2.18 3/181 25474
/proc/meminfo: memFree=30253840/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=636860 CPUtime=81.78 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 95147 0 0 0 8134 44 0 0 20 0 1 0 278800000 652144640 147669 33554432000 4194304 5654031 140733472446992 140733472434808 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 159215 147669 142 357 0 158855 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 771772

[startup+162.3 s]
/proc/loadavg: 2.77 2.39 2.21 3/181 25478
/proc/meminfo: memFree=26038824/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=636860 CPUtime=141.76 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 95147 0 0 0 14132 44 0 0 20 0 1 0 278800000 652144640 147669 33554432000 4194304 5654031 140733472446992 140733472434808 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 159215 147669 142 357 0 158855 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 771772

[startup+222.3 s]
/proc/loadavg: 3.59 2.70 2.33 3/183 25521
/proc/meminfo: memFree=29483232/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=718248 CPUtime=201.73 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 95884 0 0 0 20128 45 0 0 20 0 1 0 278800000 735485952 149886 33554432000 4194304 5654031 140733472446992 140733472434808 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 179562 149886 142 357 0 179202 0
Current children cumulated CPU time (s) 221.65
Current children cumulated vsize (KiB) 853160

[startup+282.3 s]
/proc/loadavg: 2.65 2.60 2.31 3/184 25571
/proc/meminfo: memFree=30290572/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.07 2.09 2.11 3/183 25604
/proc/meminfo: memFree=30220272/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=733552 CPUtime=1341.4 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 98348 0 0 0 134091 49 0 0 20 0 1 0 278800000 751157248 157912 33554432000 4194304 5654031 140733472446992 140733472434808 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 183388 157912 142 357 0 183028 0
Current children cumulated CPU time (s) 1361.32
Current children cumulated vsize (KiB) 868464

[startup+1422.31 s]
/proc/loadavg: 2.02 2.07 2.10 3/183 25604
/proc/meminfo: memFree=30216176/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=733552 CPUtime=1401.39 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 98350 0 0 0 140090 49 0 0 20 0 1 0 278800000 751157248 158936 33554432000 4194304 5654031 140733472446992 140733472434808 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 183388 158936 142 357 0 183028 0
Current children cumulated CPU time (s) 1421.31
Current children cumulated vsize (KiB) 868464

[startup+1482.3 s]
/proc/loadavg: 2.01 2.06 2.09 3/183 25605
/proc/meminfo: memFree=30211956/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=733552 CPUtime=1461.38 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 98357 0 0 0 146089 49 0 0 20 0 1 0 278800000 751157248 159965 33554432000 4194304 5654031 140733472446992 140733472434808 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 183388 159965 142 357 0 183028 0
Current children cumulated CPU time (s) 1481.3
Current children cumulated vsize (KiB) 868464

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/183 25605
/proc/meminfo: memFree=30207852/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=740288 CPUtime=1521.37 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 98362 0 0 0 152088 49 0 0 20 0 1 0 278800000 758054912 160992 33554432000 4194304 5654031 140733472446992 140733472434808 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 185072 160992 142 357 0 184712 0
Current children cumulated CPU time (s) 1541.29
Current children cumulated vsize (KiB) 875200

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.08 3/183 25605
/proc/meminfo: memFree=30205956/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=740288 CPUtime=1581.33 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 98389 0 0 0 158084 49 0 0 20 0 1 0 278800000 758054912 161504 33554432000 4194304 5654031 140733472446992 140733472434808 4232880 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 185072 161504 142 357 0 184712 0
Current children cumulated CPU time (s) 1601.25
Current children cumulated vsize (KiB) 875200

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/183 25605
/proc/meminfo: memFree=30201648/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=740288 CPUtime=1641.32 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 98400 0 0 0 164083 49 0 0 20 0 1 0 278800000 758054912 162528 33554432000 4194304 5654031 140733472446992 140733472434808 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 185072 162528 142 357 0 184712 0
Current children cumulated CPU time (s) 1661.24
Current children cumulated vsize (KiB) 875200

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/184 25608
/proc/meminfo: memFree=30229756/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=740288 CPUtime=1701.3 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 99179 0 0 0 170078 52 0 0 20 0 1 0 278800000 758054912 154853 33554432000 4194304 5654031 140733472446992 140733472434808 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 185072 154853 142 357 0 184712 0
Current children cumulated CPU time (s) 1721.22
Current children cumulated vsize (KiB) 875200

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/183 25609
/proc/meminfo: memFree=30227468/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=740288 CPUtime=1761.29 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 99181 0 0 0 176077 52 0 0 20 0 1 0 278800000 758054912 155877 33554432000 4194304 5654031 140733472446992 140733472434808 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 185072 155877 142 357 0 184712 0
Current children cumulated CPU time (s) 1781.21
Current children cumulated vsize (KiB) 875200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.01 2.06 3/183 25609
/proc/meminfo: memFree=30225420/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=740288 CPUtime=1780.1 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 99182 0 0 0 177958 52 0 0 20 0 1 0 278800000 758054912 156389 33554432000 4194304 5654031 140733472446992 140733472434808 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 185072 156389 142 357 0 184712 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 875200

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.1 s]
/proc/loadavg: 2.00 2.01 2.06 3/183 25609
/proc/meminfo: memFree=30225420/32873844 swapFree=6080/6080
[pid=25413] ppid=25411 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25413/stat : 25413 (npSolver-pbo-It) S 25411 25413 24278 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278797951 9367552 275 33554432000 4194304 5064252 140734389822992 140734389821904 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 4 0 0
/proc/25413/statm: 2287 275 233 213 0 72 0
[pid=25415] ppid=25413 vsize=125764 CPUtime=19.92 cores=0,2,4,6
/proc/25415/stat : 25415 (npSolver-pbo) S 25413 25413 24278 0 -1 4202496 24543 130032 0 0 416 251 1269 56 20 0 1 0 278797955 128782336 24227 33554432000 4194304 5992684 140736993594224 140736993580056 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/25415/statm: 31441 24227 205 440 0 30997 0
[pid=25431] ppid=25415 vsize=740288 CPUtime=1780.1 cores=0,2,4,6
/proc/25431/stat : 25431 (glucosInc) R 25415 25413 24278 0 -1 4202496 99182 0 0 0 177958 52 0 0 20 0 1 0 278800000 758054912 156389 33554432000 4194304 5654031 140733472446992 140733472434808 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25431/statm: 185072 156389 142 357 0 184712 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 875200

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25413 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=867435
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=85530
# CPU time returned by wait4() is 19.953
# 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): 1801.12
CPU time (s): 1800.02
CPU user time (s): 1796.43
CPU system time (s): 3.59
CPU usage (%): 99.9392
Max. virtual memory (cumulated for all children) (KiB): 1005428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8674
system time used= 3.08553
maximum resident set size= 487056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154950
page faults= 0
swaps= 0
block input operations= 0
block output operations= 782368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1051
involuntary context switches= 70

runsolver used 3.05953 second user time and 9.14761 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-27 15:52:14
IDJOB=3702606
IDBENCH=92681
IDSOLVER=2278
FILE ID=node139/3702606-1338126734
RUNJOBID= node139-1338122473-24294
PBS_JOBID= 14624487
Free space on /tmp= 71612 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_6_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702606-1338126734/watcher-3702606-1338126734 -o /tmp/evaluation-result-3702606-1338126734/solver-3702606-1338126734 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702606-1338126734.opb 626816382 HOME HOME

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

MD5SUM BENCH= e7b6dae550ad8f4cdbfa76831693ec64
RANDOM SEED=626816382

node139.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.750
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.50
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.750
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.750
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.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.750
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.750
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.92
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.750
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.750
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.750
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:        31261256 kB
Buffers:          335668 kB
Cached:           312548 kB
SwapCached:          828 kB
Active:           729452 kB
Inactive:          24896 kB
Active(anon):      98608 kB
Inactive(anon):     9832 kB
Active(file):     630844 kB
Inactive(file):    15064 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:             60232 kB
Writeback:            36 kB
AnonPages:         80520 kB
Mapped:            12488 kB
Shmem:                 8 kB
Slab:             719632 kB
SReclaimable:     159084 kB
SUnreclaim:       560548 kB
KernelStack:        1464 kB
PageTables:         4224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     228676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71376 MiB
End job on node139 at 2012-05-27 16:22:15