Trace number 3702607

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_8_mh_ic.opb
MD5SUMb8fc0aeb472c4f306b96a25f55baf334
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2961738
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 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11291176587
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11291176587
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.99/1.07	c run inc solver
0.99/1.07	c [INC SYSTEM] run initial solver
0.99/1.07	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.96/12.16	c [INC SEARCH] formula is SAT
11.96/12.19	c [INC SYSTEM] solved the initial formula
12.16/12.34	c model valid
12.16/12.34	c current solution ok
14.46/14.67	o 421989031
14.46/14.67	c starting approximation
14.46/14.67	c factor = 2
14.46/14.67	c factor still to low - shrinking to 2.20595e+07
14.46/14.67	c approx number of clauses: 1e+06
14.46/14.67	c current bound: 210994528
15.54/15.76	c leaving approximation
15.54/15.76	c finished approximation
15.54/15.76	c [INC SYSTEM] there exists a inc, kill it!
15.54/15.76	c write failed with 2
15.54/15.77	c [INC SEARCH] iteration: 0
15.54/15.77	c [INC BOUNDS] best value:421989056 search for 421989055
15.54/15.77	c [INC SYSTEM] create new solver instance
15.54/15.77	c [INC] encode full formula
15.54/15.77	c fallback to adder encoding
18.36/18.59	c set iterative enc to: adder
18.36/18.59	c set iterative enc to: none
18.75/18.99	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.61	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.05/1800.61	s UNKNOWN
1800.05/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.05/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-3702607-1338126330/watcher-3702607-1338126330 -o /tmp/evaluation-result-3702607-1338126330/solver-3702607-1338126330 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702607-1338126330.opb 500703761 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.00 2.00 2.21 3/178 9727
/proc/meminfo: memFree=30503372/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0

[startup+0.00737805 s]
/proc/loadavg: 2.00 2.00 2.21 3/178 9727
/proc/meminfo: memFree=30503372/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10025 s]
/proc/loadavg: 2.00 2.00 2.21 3/178 9727
/proc/meminfo: memFree=30503372/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300241 s]
/proc/loadavg: 2.00 2.00 2.21 3/178 9727
/proc/meminfo: memFree=30503372/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700292 s]
/proc/loadavg: 2.00 2.00 2.21 3/178 9727
/proc/meminfo: memFree=30503372/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 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.00 2.00 2.21 3/180 9729
/proc/meminfo: memFree=30435648/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=99812 CPUtime=1.09 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 12096 0 0 0 99 10 0 0 20 0 1 0 278759817 102207488 17380 33554432000 4194304 5992684 140734497720160 140734497714608 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 24953 17380 171 440 0 24509 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 108960

[startup+3.10041 s]
/proc/loadavg: 2.00 2.00 2.21 3/182 9731
/proc/meminfo: memFree=30142492/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=99812 CPUtime=1.09 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 12096 0 0 0 99 10 0 0 20 0 1 0 278759817 102207488 17380 33554432000 4194304 5992684 140734497720160 140734497714608 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 24953 17380 171 440 0 24509 0
[pid=9730] ppid=9728 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9730/stat : 9730 (cp2_pre.sh) S 9728 9727 9266 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278759927 9367552 277 33554432000 4194304 5064252 140737136342272 140737136340976 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9730/statm: 2287 277 234 213 0 72 0
[pid=9731] ppid=9730 vsize=327996 CPUtime=1.99 cores=0,2,4,6
/proc/9731/stat : 9731 (coprocessor) R 9730 9727 9266 0 -1 4202496 42101 0 0 0 190 9 0 0 20 0 1 0 278759927 335867904 79447 33554432000 4194304 6586260 140733616088224 140733616084488 4789248 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/9731/statm: 81999 79447 172 584 0 81411 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 446104

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.21 3/182 9731
/proc/meminfo: memFree=30003260/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=99812 CPUtime=5.66 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 12114 51008 0 0 99 10 433 24 20 0 1 0 278759817 102207488 17382 33554432000 4194304 5992684 140734497720160 140734497706424 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 24953 17382 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: 2.00 2.00 2.21 3/181 9733
/proc/meminfo: memFree=30287328/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=113744 CPUtime=6.22 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) R 9727 9727 9266 0 -1 4202496 13095 51008 0 0 125 40 433 24 20 0 1 0 278759817 116473856 20872 33554432000 4194304 5992684 140734497720160 140734497714344 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 28436 20872 180 440 0 27992 0
[pid=9733] ppid=9728 vsize=175340 CPUtime=6.34 cores=0,2,4,6
/proc/9733/stat : 9733 (glucosInc) S 9728 9727 9266 0 -1 4202496 33394 0 0 0 626 8 0 0 20 0 1 0 278760396 179548160 39641 33554432000 4194304 5654031 140736601778432 140736601776744 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9733/statm: 43835 39641 146 357 0 43475 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 298232

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.21 3/181 9743
/proc/meminfo: memFree=29585180/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=643512 CPUtime=6.49 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 96368 0 0 0 621 28 0 0 20 0 1 0 278761716 658956288 147795 33554432000 4194304 5654031 140734740950352 140734740948136 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 160878 147795 141 357 0 160518 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 778420

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.20 3/180 9783
/proc/meminfo: memFree=30319236/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=644964 CPUtime=32.09 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 96727 0 0 0 3181 28 0 0 20 0 1 0 278761716 660443136 148154 33554432000 4194304 5654031 140734740950352 140734740948136 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 161241 148154 141 357 0 160881 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 779872

[startup+102.307 s]
/proc/loadavg: 2.18 2.06 2.21 3/181 9788
/proc/meminfo: memFree=26390148/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=646152 CPUtime=83.28 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 97083 0 0 0 8300 28 0 0 20 0 1 0 278761716 661659648 148508 33554432000 4194304 5654031 140734740950352 140734740948040 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 161538 148508 142 357 0 161178 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 781060

[startup+162.3 s]
/proc/loadavg: 2.91 2.30 2.28 3/184 9836
/proc/meminfo: memFree=30435104/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=729656 CPUtime=143.26 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 98675 0 0 0 14295 31 0 0 20 0 1 0 278761716 747167744 150577 33554432000 4194304 5654031 140734740950352 140734740948040 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 182414 150577 142 357 0 182054 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 864564

[startup+222.3 s]
/proc/loadavg: 2.33 2.24 2.26 3/183 9836
/proc/meminfo: memFree=30428144/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=730464 CPUtime=203.22 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 99022 0 0 0 20291 31 0 0 20 0 1 0 278761716 747995136 151907 33554432000 4194304 5654031 140734740950352 140734740938168 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 182616 151907 142 357 0 182256 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 865372

[startup+282.3 s]
/proc/loadavg: 2.17 2.21 2.25 3/184 9839
/proc/meminfo: memFree=30405936/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=30354868/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=741624 CPUtime=1222.98 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 102303 0 0 0 122263 35 0 0 20 0 1 0 278761716 759422976 160666 33554432000 4194304 5654031 140734740950352 140734740938168 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 185406 160666 142 357 0 185046 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 876532

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/183 9869
/proc/meminfo: memFree=30350656/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=741624 CPUtime=1282.98 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 102319 0 0 0 128262 36 0 0 20 0 1 0 278761716 759422976 161704 33554432000 4194304 5654031 140734740950352 140734740938168 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 185406 161704 142 357 0 185046 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 876532

[startup+1362.3 s]
/proc/loadavg: 2.03 2.03 2.08 3/183 9869
/proc/meminfo: memFree=30344264/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=741756 CPUtime=1342.97 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 102355 0 0 0 134261 36 0 0 20 0 1 0 278761716 759558144 162762 33554432000 4194304 5654031 140734740950352 140734740938168 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 185439 162762 142 357 0 185079 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 876664

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.08 3/183 9869
/proc/meminfo: memFree=30331480/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=755628 CPUtime=1402.96 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 103346 0 0 0 140260 36 0 0 20 0 1 0 278761716 773763072 165810 33554432000 4194304 5654031 140734740950352 140734740938168 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 188907 165810 142 357 0 188547 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 890536

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/184 9872
/proc/meminfo: memFree=30330104/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=755628 CPUtime=1462.94 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 103347 0 0 0 146258 36 0 0 20 0 1 0 278761716 773763072 166322 33554432000 4194304 5654031 140734740950352 140734740938168 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 188907 166322 142 357 0 188547 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 890536

[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 2.07 3/183 9872
/proc/meminfo: memFree=30330388/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=755628 CPUtime=1522.93 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 103347 0 0 0 152257 36 0 0 20 0 1 0 278761716 773763072 166322 33554432000 4194304 5654031 140734740950352 140734740938168 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 188907 166322 142 357 0 188547 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 890536

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.06 3/183 9873
/proc/meminfo: memFree=30364836/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=755628 CPUtime=1582.93 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 103743 0 0 0 158255 38 0 0 20 0 1 0 278761716 773763072 157661 33554432000 4194304 5654031 140734740950352 140734740948376 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 188907 157661 142 357 0 188547 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 890536

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.06 3/183 9873
/proc/meminfo: memFree=30364712/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=755628 CPUtime=1642.92 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 103743 0 0 0 164254 38 0 0 20 0 1 0 278761716 773763072 157661 33554432000 4194304 5654031 140734740950352 140734740948376 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 188907 157661 142 357 0 188547 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 890536

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 9873
/proc/meminfo: memFree=30364720/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=755628 CPUtime=1702.91 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 103743 0 0 0 170253 38 0 0 20 0 1 0 278761716 773763072 157661 33554432000 4194304 5654031 140734740950352 140734740948376 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 188907 157661 142 357 0 188547 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 890536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 9873
/proc/meminfo: memFree=30364472/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=755628 CPUtime=1762.9 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 103743 0 0 0 176252 38 0 0 20 0 1 0 278761716 773763072 157661 33554432000 4194304 5654031 140734740950352 140734740948376 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 188907 157661 142 357 0 188547 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 890536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 9873
/proc/meminfo: memFree=30362796/32873648 swapFree=6852/6852
[pid=9727] ppid=9725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9727/stat : 9727 (npSolver-pbo-It) S 9725 9727 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278759817 9367552 274 33554432000 4194304 5064252 140734475168800 140734475167712 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9727/statm: 2287 274 233 213 0 72 0
[pid=9728] ppid=9727 vsize=125760 CPUtime=18.84 cores=0,2,4,6
/proc/9728/stat : 9728 (npSolver-pbo) S 9727 9727 9266 0 -1 4202496 21024 129142 0 0 446 236 1142 60 20 0 1 0 278759817 128778240 23933 33554432000 4194304 5992684 140734497720160 140734497705992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9728/statm: 31440 23933 205 440 0 30996 0
[pid=9743] ppid=9728 vsize=755628 CPUtime=1781.21 cores=0,2,4,6
/proc/9743/stat : 9743 (glucosInc) R 9728 9727 9266 0 -1 4202496 103743 0 0 0 178083 38 0 0 20 0 1 0 278761716 773763072 157661 33554432000 4194304 5654031 140734740950352 140734740948376 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9743/statm: 188907 157661 142 357 0 188547 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 890536

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.09
CPU user time (s): 1796.72
CPU system time (s): 3.36449
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 1102152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.72
system time used= 3.36449
maximum resident set size= 798516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254286
page faults= 0
swaps= 0
block input operations= 8
block output operations= 797512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1245
involuntary context switches= 3096

runsolver used 3.73543 second user time and 7.56385 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 15:45:30
IDJOB=3702607
IDBENCH=92669
IDSOLVER=2278
FILE ID=node115/3702607-1338126330
RUNJOBID= node115-1338123580-9282
PBS_JOBID= 14624500
Free space on /tmp= 71376 MiB

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

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

MD5SUM BENCH= b8fc0aeb472c4f306b96a25f55baf334
RANDOM SEED=500703761

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:        30503744 kB
Buffers:          268288 kB
Cached:           497592 kB
SwapCached:          808 kB
Active:          1517748 kB
Inactive:          18648 kB
Active(anon):     763128 kB
Inactive(anon):    10124 kB
Active(file):     754620 kB
Inactive(file):     8524 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106376 kB
Dirty:             12440 kB
Writeback:             0 kB
AnonPages:        858920 kB
Mapped:            13052 kB
Shmem:                96 kB
Slab:             680284 kB
SReclaimable:     124948 kB
SUnreclaim:       555336 kB
KernelStack:        1504 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     991292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    765952 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= 71360 MiB
End job on node115 at 2012-05-27 16:15:31