Trace number 3702601

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_1_mh_ic.opb
MD5SUM19509a32f8723d88252dcacb3db21725
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3302087
Best CPU time to get the best result obtained on this benchmark1800.89
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 92345408
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11614872417
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 92345408
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11614872417
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

1.00/1.05	c run inc solver
1.00/1.05	c [INC SYSTEM] run initial solver
1.00/1.05	c [INC SYSTEM] preprocess with white file
5.56/5.79	c [INC SYSTEM] finished preprocessing in 4 s
5.56/5.79	c [INC SYSTEM] execute solver
11.65/11.83	c [INC SEARCH] formula is SAT
11.65/11.86	c [INC SYSTEM] solved the initial formula
11.87/12.01	c model valid
11.87/12.01	c current solution ok
14.15/14.34	o 311416028
14.15/14.34	c starting approximation
14.15/14.34	c factor = 2
14.15/14.34	c factor still to low - shrinking to 1.62793e+07
14.15/14.34	c approx number of clauses: 1e+06
14.15/14.34	c current bound: 155708032
15.95/16.14	c leaving approximation
15.95/16.14	c finished approximation
15.95/16.14	c [INC SYSTEM] there exists a inc, kill it!
15.95/16.14	c write failed with 2
15.95/16.15	c [INC SEARCH] iteration: 0
15.95/16.15	c [INC BOUNDS] best value:311416053 search for 311416052
15.95/16.15	c [INC SYSTEM] create new solver instance
15.95/16.15	c [INC] encode full formula
15.95/16.15	c fallback to adder encoding
18.77/18.94	c set iterative enc to: adder
18.77/18.94	c set iterative enc to: none
19.16/19.34	c [INC SEARCH] isOptimum variable: 0
1800.10/1800.61	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.10/1800.61	s UNKNOWN
1800.10/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.10/1800.61	c write failed with -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-3702601-1338124574/watcher-3702601-1338124574 -o /tmp/evaluation-result-3702601-1338124574/solver-3702601-1338124574 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702601-1338124574.opb 387565985 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: 4.64 4.58 3.60 3/178 9656
/proc/meminfo: memFree=30597460/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0

[startup+0.052556 s]
/proc/loadavg: 4.64 4.58 3.60 3/178 9656
/proc/meminfo: memFree=30597460/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 4.64 4.58 3.60 3/178 9656
/proc/meminfo: memFree=30597460/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300235 s]
/proc/loadavg: 4.64 4.58 3.60 3/178 9656
/proc/meminfo: memFree=30597460/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700289 s]
/proc/loadavg: 4.64 4.58 3.60 3/178 9656
/proc/meminfo: memFree=30597460/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 4.42 4.54 3.59 3/180 9658
/proc/meminfo: memFree=30516892/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=99812 CPUtime=1.07 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 12687 0 0 0 97 10 0 0 20 0 1 0 278584182 102207488 17460 33554432000 4194304 5992684 140736511779568 140736511774016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9657/statm: 24953 17460 171 440 0 24509 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 108960

[startup+3.10044 s]
/proc/loadavg: 4.42 4.54 3.59 3/182 9660
/proc/meminfo: memFree=30231868/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=99812 CPUtime=1.07 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 12687 0 0 0 97 10 0 0 20 0 1 0 278584182 102207488 17460 33554432000 4194304 5992684 140736511779568 140736511774016 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9657/statm: 24953 17460 171 440 0 24509 0
[pid=9659] ppid=9657 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9659/stat : 9659 (cp2_pre.sh) S 9657 9656 9266 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278584290 9367552 277 33554432000 4194304 5064252 140734490945664 140734490944368 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9659/statm: 2287 277 234 213 0 72 0
[pid=9660] ppid=9659 vsize=327996 CPUtime=2 cores=1,3,5,7
/proc/9660/stat : 9660 (coprocessor) R 9659 9656 9266 0 -1 4202496 44644 0 0 0 190 10 0 0 20 0 1 0 278584290 335867904 80458 33554432000 4194304 6586260 140735882072912 140735882069176 4789248 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/9660/statm: 81999 80458 172 584 0 81411 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 446104

[startup+6.30034 s]
/proc/loadavg: 4.39 4.53 3.59 3/183 9661
/proc/meminfo: memFree=30093308/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=99812 CPUtime=5.66 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 12704 53049 0 0 97 10 436 23 20 0 1 0 278584182 102207488 17462 33554432000 4194304 5992684 140736511779568 140736511765832 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9657/statm: 24953 17462 173 440 0 24509 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 108960

[startup+12.7003 s]
/proc/loadavg: 4.28 4.50 3.59 3/182 9663
/proc/meminfo: memFree=30327536/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=113744 CPUtime=6.55 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) R 9656 9656 9266 0 -1 4202496 15218 53049 0 0 126 70 436 23 20 0 1 0 278584182 116473856 20952 33554432000 4194304 5992684 140736511779568 140736511774344 5179696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9657/statm: 28436 20952 180 440 0 27992 0
[pid=9663] ppid=9657 vsize=175340 CPUtime=6.02 cores=1,3,5,7
/proc/9663/stat : 9663 (glucosInc) S 9657 9656 9266 0 -1 4202496 32872 0 0 0 596 6 0 0 20 0 1 0 278584762 179548160 39092 33554432000 4194304 5654031 140734046849360 140734046847672 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 43835 39092 146 357 0 43475 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 298232

[startup+25.5004 s]
/proc/loadavg: 3.93 4.42 3.57 3/182 9673
/proc/meminfo: memFree=29629084/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=627540 CPUtime=6.14 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 97292 0 0 0 586 28 0 0 20 0 1 0 278586116 642600960 148432 33554432000 4194304 5654031 140736963948272 140736963946056 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 156885 148432 141 357 0 156525 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 762448

[startup+51.1004 s]
/proc/loadavg: 3.22 4.20 3.52 3/182 9673
/proc/meminfo: memFree=29637560/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=629124 CPUtime=31.75 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 97709 0 0 0 3146 29 0 0 20 0 1 0 278586116 644222976 148849 33554432000 4194304 5654031 140736963948272 140736963946056 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 157281 148849 141 357 0 156921 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 764032

[startup+102.307 s]
/proc/loadavg: 2.53 3.86 3.44 3/181 9673
/proc/meminfo: memFree=29635208/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=711464 CPUtime=82.95 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 98423 0 0 0 8264 31 0 0 20 0 1 0 278586116 728539136 149557 33554432000 4194304 5654031 140736963948272 140736963946360 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 177866 149557 142 357 0 177506 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 846372

[startup+162.3 s]
/proc/loadavg: 2.19 3.52 3.35 3/181 9673
/proc/meminfo: memFree=29621284/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=713700 CPUtime=142.93 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 99692 0 0 0 14262 31 0 0 20 0 1 0 278586116 730828800 151848 33554432000 4194304 5654031 140736963948272 140736963936088 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 178425 151848 142 357 0 178065 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 848608

[startup+222.3 s]
/proc/loadavg: 2.07 3.24 3.26 3/181 9673
/proc/meminfo: memFree=29614492/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=714380 CPUtime=202.92 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 99872 0 0 0 20261 31 0 0 20 0 1 0 278586116 731525120 153050 33554432000 4194304 5654031 140736963948272 140736963946056 4208694 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 178595 153050 142 357 0 178235 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 849288

[startup+282.3 s]
/proc/loadavg: 2.02 3.01 3.18 3/182 9676
/proc/meminfo: memFree=29609244/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=29545108/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=735860 CPUtime=1222.67 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 105727 0 0 0 122229 38 0 0 20 0 1 0 278586116 753520640 162117 33554432000 4194304 5654031 140736963948272 140736963946040 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 183965 162117 142 357 0 183605 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 870768

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.37 3/181 9685
/proc/meminfo: memFree=29540964/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=735860 CPUtime=1282.67 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 105728 0 0 0 128229 38 0 0 20 0 1 0 278586116 753520640 162629 33554432000 4194304 5654031 140736963948272 140736963936088 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 183965 162629 142 357 0 183605 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 870768

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.34 3/181 9685
/proc/meminfo: memFree=29534328/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=735860 CPUtime=1342.65 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 105731 0 0 0 134227 38 0 0 20 0 1 0 278586116 753520640 163143 33554432000 4194304 5654031 140736963948272 140736963936088 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 183965 163143 142 357 0 183605 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 870768

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.32 3/181 9685
/proc/meminfo: memFree=29525392/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=735860 CPUtime=1402.65 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 105736 0 0 0 140227 38 0 0 20 0 1 0 278586116 753520640 163659 33554432000 4194304 5654031 140736963948272 140736963936088 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 183965 163659 142 357 0 183605 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 870768

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.30 3/182 9688
/proc/meminfo: memFree=29504656/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=742108 CPUtime=1462.63 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 105832 0 0 0 146225 38 0 0 20 0 1 0 278586116 759918592 165799 33554432000 4194304 5654031 140736963948272 140736963936088 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 185527 165799 142 357 0 185167 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 877016

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.28 3/181 9689
/proc/meminfo: memFree=29498400/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=742108 CPUtime=1522.63 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 105833 0 0 0 152225 38 0 0 20 0 1 0 278586116 759918592 166311 33554432000 4194304 5654031 140736963948272 140736963936088 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 185527 166311 142 357 0 185167 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 877016

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.26 3/181 9689
/proc/meminfo: memFree=29492380/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=742108 CPUtime=1582.62 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 105834 0 0 0 158224 38 0 0 20 0 1 0 278586116 759918592 166823 33554432000 4194304 5654031 140736963948272 140736963936088 4232817 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 185527 166823 142 357 0 185167 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 877016

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.24 3/181 9689
/proc/meminfo: memFree=29538244/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=742108 CPUtime=1642.61 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 105835 0 0 0 164223 38 0 0 20 0 1 0 278586116 759918592 167335 33554432000 4194304 5654031 140736963948272 140736963936088 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 185527 167335 142 357 0 185167 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 877016

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.22 3/181 9689
/proc/meminfo: memFree=29525824/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=742108 CPUtime=1702.6 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 105840 0 0 0 170222 38 0 0 20 0 1 0 278586116 759918592 169317 33554432000 4194304 5654031 140736963948272 140736963936088 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 185527 169317 142 357 0 185167 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 877016

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.21 3/181 9743
/proc/meminfo: memFree=29584808/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=742108 CPUtime=1762.59 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 106210 0 0 0 176219 40 0 0 20 0 1 0 278586116 759918592 158733 33554432000 4194304 5654031 140736963948272 140736963936088 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 185527 158733 142 357 0 185167 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 877016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.08 2.02 2.21 3/181 9743
/proc/meminfo: memFree=29592992/32873648 swapFree=6852/6852
[pid=9656] ppid=9654 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9656/stat : 9656 (npSolver-pbo-It) S 9654 9656 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278584182 9367552 274 33554432000 4194304 5064252 140737405394352 140737405393264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9656/statm: 2287 274 233 213 0 72 0
[pid=9657] ppid=9656 vsize=125760 CPUtime=19.2 cores=1,3,5,7
/proc/9657/stat : 9657 (npSolver-pbo) S 9656 9656 9266 0 -1 4202496 22939 132211 0 0 442 235 1187 56 20 0 1 0 278584182 128778240 24013 33554432000 4194304 5992684 140736511779568 140736511765400 5179600 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1 0 0
/proc/9657/statm: 31440 24013 205 440 0 30996 0
[pid=9673] ppid=9657 vsize=742108 CPUtime=1780.9 cores=1,3,5,7
/proc/9673/stat : 9673 (glucosInc) R 9657 9656 9266 0 -1 4202496 106210 0 0 0 178050 40 0 0 20 0 1 0 278586116 759918592 158733 33554432000 4194304 5654031 140736963948272 140736963936088 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9673/statm: 185527 158733 142 357 0 185167 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 877016

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.13
CPU user time (s): 1796.8
CPU system time (s): 3.33549
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 1088632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.8
system time used= 3.33549
maximum resident set size= 811392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261738
page faults= 0
swaps= 0
block input operations= 8
block output operations= 797504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1225
involuntary context switches= 1949

runsolver used 3.40348 second user time and 8.5627 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 15:16:14
IDJOB=3702601
IDBENCH=92655
IDSOLVER=2278
FILE ID=node115/3702601-1338124574
RUNJOBID= node115-1338123580-9283
PBS_JOBID= 14624500
Free space on /tmp= 71384 MiB

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

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

MD5SUM BENCH= 19509a32f8723d88252dcacb3db21725
RANDOM SEED=387565985

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.462
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.462
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.462
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:        30598056 kB
Buffers:          267448 kB
Cached:           488056 kB
SwapCached:          728 kB
Active:          1432636 kB
Inactive:          17120 kB
Active(anon):     686148 kB
Inactive(anon):    10780 kB
Active(file):     746488 kB
Inactive(file):     6340 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106376 kB
Dirty:             13236 kB
Writeback:             0 kB
AnonPages:        690412 kB
Mapped:            12908 kB
Shmem:                96 kB
Slab:             684308 kB
SReclaimable:     127800 kB
SUnreclaim:       556508 kB
KernelStack:        1488 kB
PageTables:         5584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     885828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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= 71112 MiB
End job on node115 at 2012-05-27 15:46:15