Trace number 3702602

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 1803.12

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_2_mh_ic.opb
MD5SUMae034981987dcf56811f1bb984859bc0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2217982
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 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14191811181
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14191811181
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.00/1.05	c run inc solver
0.00/1.05	c [INC SYSTEM] run initial solver
0.00/1.05	c [INC SYSTEM] preprocess with white file
5.89/7.43	c [INC SYSTEM] finished preprocessing in 6 s
5.91/7.90	c [INC SYSTEM] execute solver
12.08/13.69	c [INC SEARCH] formula is SAT
12.18/13.71	c [INC SYSTEM] solved the initial formula
12.28/13.87	c model valid
12.28/13.87	c current solution ok
14.59/16.65	o 220151253
14.59/16.65	c starting approximation
14.59/16.65	c factor = 2
14.59/16.65	c factor still to low - shrinking to 1.15084e+07
14.59/16.65	c approx number of clauses: 1e+06
14.59/16.65	c current bound: 110075640
15.77/17.88	c leaving approximation
15.77/17.88	c finished approximation
15.77/17.88	c [INC SYSTEM] there exists a inc, kill it!
15.77/17.88	c write failed with 2
15.89/17.90	c [INC SEARCH] iteration: 0
15.89/17.90	c [INC BOUNDS] best value:220151278 search for 220151277
15.89/17.90	c [INC SYSTEM] create new solver instance
15.89/17.90	c [INC] encode full formula
15.89/17.90	c fallback to adder encoding
18.51/20.59	c set iterative enc to: adder
18.51/20.59	c set iterative enc to: none
18.92/21.55	c [INC SEARCH] isOptimum variable: 0
1800.09/1803.11	HOME/npSolver-pbo-Itdqb.sh: line 18:  9557 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-3702602-1338124523/watcher-3702602-1338124523 -o /tmp/evaluation-result-3702602-1338124523/solver-3702602-1338124523 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702602-1338124523.opb 960060685 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: 4.96 4.61 3.56 2/181 9556
/proc/meminfo: memFree=13437744/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0

[startup+0.103906 s]
/proc/loadavg: 4.96 4.61 3.56 2/181 9556
/proc/meminfo: memFree=13437744/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200296 s]
/proc/loadavg: 4.96 4.61 3.56 2/181 9556
/proc/meminfo: memFree=13437744/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300304 s]
/proc/loadavg: 4.96 4.61 3.56 2/181 9556
/proc/meminfo: memFree=13437744/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700218 s]
/proc/loadavg: 4.96 4.61 3.56 2/181 9556
/proc/meminfo: memFree=13437744/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 4.96 4.61 3.56 3/185 9560
/proc/meminfo: memFree=12678988/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=99812 CPUtime=1.06 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 12322 0 0 0 97 9 0 0 20 0 1 0 278579467 102207488 17606 33554432000 4194304 5992684 140734023498544 140734023492992 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9557/statm: 24953 17606 171 440 0 24509 0
[pid=9559] ppid=9557 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9559/stat : 9559 (cp2_pre.sh) S 9557 9556 9266 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278579575 9367552 277 33554432000 4194304 5064252 140736281808128 140736281806832 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9559/statm: 2287 277 234 213 0 72 0
[pid=9560] ppid=9559 vsize=58528 CPUtime=0.41 cores=0,2,4,6
/proc/9560/stat : 9560 (coprocessor) R 9559 9556 9266 0 -1 4202496 8826 0 0 0 38 3 0 0 20 0 1 0 278579575 59932672 13471 33554432000 4194304 6586260 140735816410544 140735816407304 5732400 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/9560/statm: 14632 13471 137 584 0 14044 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 176636

[startup+3.10036 s]
/proc/loadavg: 4.96 4.61 3.56 3/185 9560
/proc/meminfo: memFree=12405456/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=99812 CPUtime=1.06 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 12322 0 0 0 97 9 0 0 20 0 1 0 278579467 102207488 17606 33554432000 4194304 5992684 140734023498544 140734023492992 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9557/statm: 24953 17606 171 440 0 24509 0
[pid=9559] ppid=9557 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9559/stat : 9559 (cp2_pre.sh) S 9557 9556 9266 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278579575 9367552 277 33554432000 4194304 5064252 140736281808128 140736281806832 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9559/statm: 2287 277 234 213 0 72 0
[pid=9560] ppid=9559 vsize=319744 CPUtime=2.01 cores=0,2,4,6
/proc/9560/stat : 9560 (coprocessor) R 9559 9556 9266 0 -1 4202496 40470 0 0 0 192 9 0 0 20 0 1 0 278579575 327417856 72196 33554432000 4194304 6586260 140735816410544 140735816406808 4496524 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/9560/statm: 79936 72196 170 584 0 79348 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 437852

[startup+6.30035 s]
/proc/loadavg: 4.88 4.60 3.56 3/185 9560
/proc/meminfo: memFree=15488068/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=99812 CPUtime=1.06 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 12322 0 0 0 97 9 0 0 20 0 1 0 278579467 102207488 17606 33554432000 4194304 5992684 140734023498544 140734023492992 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9557/statm: 24953 17606 171 440 0 24509 0
[pid=9559] ppid=9557 vsize=9148 CPUtime=4.83 cores=0,2,4,6
/proc/9559/stat : 9559 (cp2_pre.sh) S 9557 9556 9266 0 -1 4202496 633 49284 0 0 0 0 462 21 20 0 1 0 278579575 9367552 281 33554432000 4194304 5064252 140736281808128 140736281806832 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9559/statm: 2287 281 238 213 0 72 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 118108

[startup+12.7004 s]
/proc/loadavg: 4.90 4.61 3.58 3/177 9587
/proc/meminfo: memFree=29092072/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=99812 CPUtime=5.91 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 12340 50183 0 2 97 10 462 22 20 0 1 0 278579467 102207488 17608 33554432000 4194304 5992684 140734023498544 140734023484808 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9557/statm: 24953 17608 173 440 0 24509 0
[pid=9564] ppid=9557 vsize=174524 CPUtime=5.26 cores=0,2,4,6
/proc/9564/stat : 9564 (glucosInc) R 9557 9556 9266 0 -1 4202496 32537 0 0 0 519 7 0 0 20 0 1 0 278580210 178712576 39292 33554432000 4194304 5654031 140733771336208 140733771333992 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9564/statm: 43631 39292 140 357 0 43271 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 283484

[startup+25.5003 s]
/proc/loadavg: 4.91 4.62 3.59 2/177 9597
/proc/meminfo: memFree=30338280/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=622096 CPUtime=3.94 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 93256 0 0 0 364 30 0 0 20 0 1 0 278581622 637026304 143754 33554432000 4194304 5654031 140733951437776 140733951435560 4232800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9597/statm: 155524 143754 131 357 0 155164 0
Current children cumulated CPU time (s) 22.91
Current children cumulated vsize (KiB) 757004

[startup+51.1069 s]
/proc/loadavg: 4.42 4.54 3.59 3/183 9661
/proc/meminfo: memFree=30169472/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=637152 CPUtime=29.53 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 95088 0 0 0 2923 30 0 0 20 0 1 0 278581622 652443648 147119 33554432000 4194304 5654031 140733951437776 140733951425592 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 159288 147119 142 357 0 158928 0
Current children cumulated CPU time (s) 48.5
Current children cumulated vsize (KiB) 772060

[startup+102.3 s]
/proc/loadavg: 3.22 4.20 3.52 3/182 9673
/proc/meminfo: memFree=29637544/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=637152 CPUtime=80.71 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 95614 0 0 0 8041 30 0 0 20 0 1 0 278581622 652443648 148654 33554432000 4194304 5654031 140733951437776 140733951425592 4233309 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 159288 148654 142 357 0 158928 0
Current children cumulated CPU time (s) 99.68
Current children cumulated vsize (KiB) 772060

[startup+162.3 s]
/proc/loadavg: 2.45 3.80 3.43 3/181 9673
/proc/meminfo: memFree=29633940/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=637152 CPUtime=140.68 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 95831 0 0 0 14037 31 0 0 20 0 1 0 278581622 652443648 148828 33554432000 4194304 5654031 140733951437776 140733951425592 4208683 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 159288 148828 142 357 0 158928 0
Current children cumulated CPU time (s) 159.65
Current children cumulated vsize (KiB) 772060

[startup+222.3 s]
/proc/loadavg: 2.16 3.47 3.33 3/181 9673
/proc/meminfo: memFree=29618832/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=718540 CPUtime=200.64 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.03 2.39 3/181 9685
/proc/meminfo: memFree=29544704/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=724856 CPUtime=1280.39 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 99288 0 0 0 128002 37 0 0 20 0 1 0 278581622 742252544 158418 33554432000 4194304 5654031 140733951437776 140733951425592 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 181214 158418 142 357 0 180854 0
Current children cumulated CPU time (s) 1299.36
Current children cumulated vsize (KiB) 859764

[startup+1362.31 s]
/proc/loadavg: 2.00 2.03 2.36 3/181 9685
/proc/meminfo: memFree=29540844/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=725252 CPUtime=1340.39 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 99377 0 0 0 134002 37 0 0 20 0 1 0 278581622 742658048 159018 33554432000 4194304 5654031 140733951437776 140733951425592 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 181313 159018 142 357 0 180953 0
Current children cumulated CPU time (s) 1359.36
Current children cumulated vsize (KiB) 860160

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.34 3/181 9685
/proc/meminfo: memFree=29531908/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=726060 CPUtime=1400.37 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 99561 0 0 0 140000 37 0 0 20 0 1 0 278581622 743485440 160735 33554432000 4194304 5654031 140733951437776 140733951425592 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 181515 160735 142 357 0 181155 0
Current children cumulated CPU time (s) 1419.34
Current children cumulated vsize (KiB) 860968

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.32 3/182 9688
/proc/meminfo: memFree=29522700/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=726472 CPUtime=1460.36 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 99675 0 0 0 145999 37 0 0 20 0 1 0 278581622 743907328 161871 33554432000 4194304 5654031 140733951437776 140733951425592 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 181618 161871 142 357 0 181258 0
Current children cumulated CPU time (s) 1479.33
Current children cumulated vsize (KiB) 861380

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.29 3/181 9688
/proc/meminfo: memFree=29504668/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=740180 CPUtime=1520.35 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 100615 0 0 0 151998 37 0 0 20 0 1 0 278581622 757944320 164855 33554432000 4194304 5654031 140733951437776 140733951425592 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 185045 164855 142 357 0 184685 0
Current children cumulated CPU time (s) 1539.32
Current children cumulated vsize (KiB) 875088

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.27 3/181 9689
/proc/meminfo: memFree=29498400/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=740180 CPUtime=1580.34 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 100624 0 0 0 157997 37 0 0 20 0 1 0 278581622 757944320 165886 33554432000 4194304 5654031 140733951437776 140733951425592 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 185045 165886 142 357 0 184685 0
Current children cumulated CPU time (s) 1599.31
Current children cumulated vsize (KiB) 875088

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.26 3/181 9689
/proc/meminfo: memFree=29488408/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=740180 CPUtime=1640.34 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 100633 0 0 0 163996 38 0 0 20 0 1 0 278581622 757944320 167428 33554432000 4194304 5654031 140733951437776 140733951425592 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 185045 167428 142 357 0 184685 0
Current children cumulated CPU time (s) 1659.31
Current children cumulated vsize (KiB) 875088

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.24 3/181 9689
/proc/meminfo: memFree=29535580/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=740180 CPUtime=1700.33 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 101407 0 0 0 169992 41 0 0 20 0 1 0 278581622 757944320 155135 33554432000 4194304 5654031 140733951437776 140733951425592 4208683 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 185045 155135 142 357 0 184685 0
Current children cumulated CPU time (s) 1719.3
Current children cumulated vsize (KiB) 875088

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.22 3/181 9689
/proc/meminfo: memFree=29525452/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=740180 CPUtime=1760.32 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 101417 0 0 0 175991 41 0 0 20 0 1 0 278581622 757944320 156167 33554432000 4194304 5654031 140733951437776 140733951425592 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 185045 156167 142 357 0 184685 0
Current children cumulated CPU time (s) 1779.29
Current children cumulated vsize (KiB) 875088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 2.00 2.21 3/181 9689
/proc/meminfo: memFree=29521728/32873648 swapFree=6852/6852
[pid=9556] ppid=9554 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9556/stat : 9556 (npSolver-pbo-It) S 9554 9556 9266 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 278579467 9367552 274 33554432000 4194304 5064252 140733775769008 140733775767920 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9556/statm: 2287 274 233 213 0 72 0
[pid=9557] ppid=9556 vsize=125760 CPUtime=18.97 cores=0,2,4,6
/proc/9557/stat : 9557 (npSolver-pbo) S 9556 9556 9266 0 -1 4202496 24416 128119 0 2 432 232 1177 56 20 0 1 0 278579467 128778240 24159 33554432000 4194304 5992684 140734023498544 140734023484376 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/9557/statm: 31440 24159 205 440 0 30996 0
[pid=9597] ppid=9557 vsize=740180 CPUtime=1781.12 cores=0,2,4,6
/proc/9597/stat : 9597 (glucosInc) R 9557 9556 9266 0 -1 4202496 101418 0 0 0 178071 41 0 0 20 0 1 0 278581622 757944320 156679 33554432000 4194304 5654031 140733951437776 140733951425592 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9597/statm: 185045 156679 142 357 0 184685 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 875088

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9556 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=105551
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=897559
# CPU time returned by wait4() is 19.0031
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.12
CPU time (s): 1800.09
CPU user time (s): 1796.8
CPU system time (s): 3.29
CPU usage (%): 99.8322
Max. virtual memory (cumulated for all children) (KiB): 1005316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.1056
system time used= 2.89756
maximum resident set size= 486520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152908
page faults= 2
swaps= 0
block input operations= 248
block output operations= 782392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1062
involuntary context switches= 71

runsolver used 3.64945 second user time and 7.66083 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 15:15:27
IDJOB=3702602
IDBENCH=92653
IDSOLVER=2278
FILE ID=node115/3702602-1338124523
RUNJOBID= node115-1338123580-9282
PBS_JOBID= 14624500
Free space on /tmp= 63560 MiB

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

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

MD5SUM BENCH= ae034981987dcf56811f1bb984859bc0
RANDOM SEED=960060685

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:        13440196 kB
Buffers:          265892 kB
Cached:          7585712 kB
SwapCached:         1584 kB
Active:         12450432 kB
Inactive:        5670020 kB
Active(anon):    9718508 kB
Inactive(anon):   475500 kB
Active(file):    2731924 kB
Inactive(file):  5194520 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67102988 kB
Dirty:           2870776 kB
Writeback:             0 kB
AnonPages:      10188800 kB
Mapped:            11800 kB
Shmem:                96 kB
Slab:            1145228 kB
SReclaimable:     584944 kB
SUnreclaim:       560284 kB
KernelStack:        1472 kB
PageTables:        23908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   14638444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6920192 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= 71120 MiB
End job on node115 at 2012-05-27 15:45:30