Trace number 3748482

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 (fixed)? (TO) 1800.08 1800.82

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_7.opb
MD5SUM5143d5ad0515f9b6d1308dd1ede87dc2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8017325
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 208246496520
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 208246496520
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.13	c old isEQ: 0, new EQ is 1
2.59/2.67	c run inc solver
2.59/2.67	c [INC SYSTEM] run initial solver
2.59/2.67	c [INC SYSTEM] preprocess with white file
14.27/14.36	c [INC SYSTEM] finished preprocessing in 11 s
14.27/14.36	c [INC SYSTEM] execute solver
188.34/188.47	c [INC SEARCH] formula is SAT
188.44/188.53	c [INC SYSTEM] solved the initial formula
188.44/188.59	c model valid
188.44/188.59	c current solution ok
192.80/192.96	o 193701139
192.80/192.96	c execute binary inc search
192.80/192.96	c [INC SEARCH] current bound: 96850619
192.80/192.96	c [INC SEARCH] iteration: 0
192.80/192.96	c [INC SEARCH] lower bound: 0 upperbound 193701239 current bound: 96850619 best value:193701239
192.80/192.96	c [INC SYSTEM] there exists a inc, kill it!
192.80/192.96	c write failed with 2
192.80/192.99	c [INC SYSTEM] create new solver instance
192.80/192.99	c [INC] encode full formula
192.80/192.99	c fallback to adder encoding
195.96/196.02	c set iterative enc to: adder
195.96/196.02	c set iterative enc to: none
196.52/196.91	c [INC SEARCH] isOptimum variable: 0
540.45/540.98	c [INC SEARCH] formula is SAT
540.55/541.09	c [INC SEARCH] copied best model
540.65/541.10	c sat variable: 1 optimum/unsat variable: 0
540.65/541.17	c model valid
540.65/541.17	c current solution ok
540.65/541.17	o 42430581
540.65/541.17	c [INC SEARCH] current bound: 21215340
540.65/541.17	c [INC SEARCH] iteration: 1
540.65/541.17	c [INC SEARCH] lower bound: 0 upperbound 42430681 current bound: 21215340 best value:42430681
540.65/541.17	c [INC SYSTEM] there exists a inc, kill it!
540.65/541.17	c write failed with 2
540.65/541.19	c [INC SYSTEM] create new solver instance
540.65/541.19	c [INC] encode full formula
540.65/541.19	c fallback to adder encoding
543.07/543.57	c set iterative enc to: adder
543.07/543.57	c set iterative enc to: none
543.55/544.08	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.81	HOME/npSolver-pbo-I.sh: line 18:  9221 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -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-3748482-1339177479/watcher-3748482-1339177479 -o /tmp/evaluation-result-3748482-1339177479/solver-3748482-1339177479 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748482-1339177479.opb 880409289 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: 2.00 2.00 2.00 3/178 9220
/proc/meminfo: memFree=30583072/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0

[startup+0.057029 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9220
/proc/meminfo: memFree=30583072/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100246 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9220
/proc/meminfo: memFree=30583072/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300288 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9220
/proc/meminfo: memFree=30583072/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70029 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9220
/proc/meminfo: memFree=30583072/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 9224
/proc/meminfo: memFree=30630888/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=180804 CPUtime=1.49 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) R 9220 9220 8594 0 -1 4202496 9526 0 0 0 144 5 0 0 20 0 1 0 383873322 185143296 32451 33554432000 4194304 6004724 140736407251536 140736407246136 4579232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9221/statm: 45201 32451 163 442 0 44755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 189952

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 9224
/proc/meminfo: memFree=30454624/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=284528 CPUtime=2.7 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 10635 0 0 0 236 34 0 0 20 0 1 0 383873322 291356672 40982 33554432000 4194304 6004724 140736407251536 140736407246000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9221/statm: 71132 40982 171 442 0 70686 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 293676

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 2/182 9227
/proc/meminfo: memFree=29901848/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=284528 CPUtime=2.7 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 10635 0 0 0 236 34 0 0 20 0 1 0 383873322 291356672 40982 33554432000 4194304 6004724 140736407251536 140736407246000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9221/statm: 71132 40982 171 442 0 70686 0
[pid=9225] ppid=9221 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9225/stat : 9225 (cp2_pre.sh) S 9221 9220 8594 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383873593 9367552 276 33554432000 4194304 5064252 140735241055168 140735241053872 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9225/statm: 2287 276 234 213 0 72 0
[pid=9226] ppid=9225 vsize=650180 CPUtime=3.57 cores=1,3,5,7
/proc/9226/stat : 9226 (coprocessor) R 9225 9220 8594 0 -1 4202496 63808 0 0 0 335 22 0 0 20 0 1 0 383873593 665784320 145231 33554432000 4194304 6586260 140734010998864 140734010995128 4546647 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/9226/statm: 162545 145231 164 584 0 161957 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 953004

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9228
/proc/meminfo: memFree=29556192/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=284528 CPUtime=2.7 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 10635 0 0 0 236 34 0 0 20 0 1 0 383873322 291356672 40982 33554432000 4194304 6004724 140736407251536 140736407246000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9221/statm: 71132 40982 171 442 0 70686 0
[pid=9225] ppid=9221 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9225/stat : 9225 (cp2_pre.sh) S 9221 9220 8594 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383873593 9367552 276 33554432000 4194304 5064252 140735241055168 140735241053872 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9225/statm: 2287 276 234 213 0 72 0
[pid=9226] ppid=9225 vsize=789164 CPUtime=9.98 cores=1,3,5,7
/proc/9226/stat : 9226 (coprocessor) R 9225 9220 8594 0 -1 4202496 86171 0 0 0 945 53 0 0 20 0 1 0 383873593 808103936 192275 33554432000 4194304 6586260 140734010998864 140734010994616 4557583 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/9226/statm: 197291 192275 199 584 0 196703 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1091988

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9230
/proc/meminfo: memFree=30150500/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=284528 CPUtime=14.33 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 10652 87072 0 0 236 34 1098 65 20 0 1 0 383873322 291356672 40985 33554432000 4194304 6004724 140736407251536 140736407237816 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9221/statm: 71132 40985 174 442 0 70686 0
[pid=9230] ppid=9221 vsize=294384 CPUtime=11.13 cores=1,3,5,7
/proc/9230/stat : 9230 (glucosInc) R 9221 9220 8594 0 -1 4202496 50626 0 0 0 1100 13 0 0 20 0 1 0 383874758 301449216 68733 33554432000 4194304 5654031 140734956198864 140734956196648 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9230/statm: 73596 68733 139 357 0 73236 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 588060

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9232
/proc/meminfo: memFree=30176732/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=284528 CPUtime=14.33 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 10652 87072 0 0 236 34 1098 65 20 0 1 0 383873322 291356672 40985 33554432000 4194304 6004724 140736407251536 140736407237816 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9221/statm: 71132 40985 174 442 0 70686 0
[pid=9230] ppid=9221 vsize=295440 CPUtime=36.72 cores=1,3,5,7
/proc/9230/stat : 9230 (glucosInc) R 9221 9220 8594 0 -1 4202496 50932 0 0 0 3659 13 0 0 20 0 1 0 383874758 302530560 69039 33554432000 4194304 5654031 140734956198864 140734956196648 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9230/statm: 73860 69039 139 357 0 73500 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 589116

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9232
/proc/meminfo: memFree=30081448/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=284528 CPUtime=14.33 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 10652 87072 0 0 236 34 1098 65 20 0 1 0 383873322 291356672 40985 33554432000 4194304 6004724 140736407251536 140736407237816 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9221/statm: 71132 40985 174 442 0 70686 0
[pid=9230] ppid=9221 vsize=299400 CPUtime=87.91 cores=1,3,5,7
/proc/9230/stat : 9230 (glucosInc) R 9221 9220 8594 0 -1 4202496 51973 0 0 0 8778 13 0 0 20 0 1 0 383874758 306585600 70080 33554432000 4194304 5654031 140734956198864 140734956196648 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9230/statm: 74850 70080 139 357 0 74490 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 593076

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9232
/proc/meminfo: memFree=30074080/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=284528 CPUtime=14.33 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 10652 87072 0 0 236 34 1098 65 20 0 1 0 383873322 291356672 40985 33554432000 4194304 6004724 140736407251536 140736407237816 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9221/statm: 71132 40985 174 442 0 70686 0
[pid=9230] ppid=9221 vsize=300324 CPUtime=147.91 cores=1,3,5,7
/proc/9230/stat : 9230 (glucosInc) R 9221 9220 8594 0 -1 4202496 52184 0 0 0 14777 14 0 0 20 0 1 0 383874758 307531776 70291 33554432000 4194304 5654031 140734956198864 140734956196696 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9230/statm: 75081 70291 139 357 0 74721 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 594000

[startup+222.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/181 9236
/proc/meminfo: memFree=29314928/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=307464 CPUtime=196.53 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 22529 142171 0 0 629 432 18489 103 20 0 1 0 383873322 314843136 46761 33554432000 4194304 6004724 140736407251536 140736407236456 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 2 0 0
/proc/9221/statm: 76866 46761 184 442 0 76420 0
[pid=9235] ppid=9221 vsize=830004 CPUtime=25.38 cores=1,3,5,7
/proc/9235/stat : 9235 (glucosInc) R 9221 9220 8594 0 -1 4202496 117447 0 0 0 2497 41 0 0 20 0 1 0 383893013 849924096 185837 33554432000 4194304 5654031 140734871687344 140734871675160 4214616 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9235/statm: 207501 185837 140 357 0 207141 0
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (KiB) 1146616

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/181 9272
/proc/meminfo: memFree=29265292/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=317316 CPUtime=543.64 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 32774 261390 0 0 890 471 52840 163 20 0 1 0 383873322 324931584 49225 33554432000 4194304 6004724 140736407251536 140736407236456 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/9221/statm: 79329 49225 185 442 0 78883 0
[pid=9244] ppid=9221 vsize=804672 CPUtime=817.99 cores=1,3,5,7
/proc/9244/stat : 9244 (glucosInc) R 9221 9220 8594 0 -1 4202496 104477 0 0 0 81759 40 0 0 20 0 1 0 383927731 823984128 181221 33554432000 4194304 5654031 140733743897008 140733743884824 4232403 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9244/statm: 201168 181221 142 357 0 200808 0
Current children cumulated CPU time (s) 1361.63
Current children cumulated vsize (KiB) 1131136

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9272
/proc/meminfo: memFree=29399028/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=317316 CPUtime=543.64 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 32774 261390 0 0 890 471 52840 163 20 0 1 0 383873322 324931584 49225 33554432000 4194304 6004724 140736407251536 140736407236456 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/9221/statm: 79329 49225 185 442 0 78883 0
[pid=9244] ppid=9221 vsize=804672 CPUtime=877.98 cores=1,3,5,7
/proc/9244/stat : 9244 (glucosInc) R 9221 9220 8594 0 -1 4202496 104695 0 0 0 87755 43 0 0 20 0 1 0 383927731 823984128 170125 33554432000 4194304 5654031 140733743897008 140733743884824 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9244/statm: 201168 170125 142 357 0 200808 0
Current children cumulated CPU time (s) 1421.62
Current children cumulated vsize (KiB) 1131136

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9273
/proc/meminfo: memFree=29347024/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=317316 CPUtime=543.64 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 32774 261390 0 0 890 471 52840 163 20 0 1 0 383873322 324931584 49225 33554432000 4194304 6004724 140736407251536 140736407236456 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/9221/statm: 79329 49225 185 442 0 78883 0
[pid=9244] ppid=9221 vsize=804672 CPUtime=937.97 cores=1,3,5,7
/proc/9244/stat : 9244 (glucosInc) R 9221 9220 8594 0 -1 4202496 104697 0 0 0 93754 43 0 0 20 0 1 0 383927731 823984128 171149 33554432000 4194304 5654031 140733743897008 140733743884824 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9244/statm: 201168 171149 142 357 0 200808 0
Current children cumulated CPU time (s) 1481.61
Current children cumulated vsize (KiB) 1131136

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9276
/proc/meminfo: memFree=29389156/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=317316 CPUtime=543.64 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 32774 261390 0 0 890 471 52840 163 20 0 1 0 383873322 324931584 49225 33554432000 4194304 6004724 140736407251536 140736407236456 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/9221/statm: 79329 49225 185 442 0 78883 0
[pid=9244] ppid=9221 vsize=804672 CPUtime=997.96 cores=1,3,5,7
/proc/9244/stat : 9244 (glucosInc) R 9221 9220 8594 0 -1 4202496 104700 0 0 0 99753 43 0 0 20 0 1 0 383927731 823984128 172174 33554432000 4194304 5654031 140733743897008 140733743884824 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9244/statm: 201168 172174 142 357 0 200808 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 1131136

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9276
/proc/meminfo: memFree=29338960/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=317316 CPUtime=543.64 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 32774 261390 0 0 890 471 52840 163 20 0 1 0 383873322 324931584 49225 33554432000 4194304 6004724 140736407251536 140736407236456 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/9221/statm: 79329 49225 185 442 0 78883 0
[pid=9244] ppid=9221 vsize=804672 CPUtime=1057.95 cores=1,3,5,7
/proc/9244/stat : 9244 (glucosInc) R 9221 9220 8594 0 -1 4202496 104707 0 0 0 105752 43 0 0 20 0 1 0 383927731 823984128 174736 33554432000 4194304 5654031 140733743897008 140733743884824 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9244/statm: 201168 174736 142 357 0 200808 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 1131136

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9276
/proc/meminfo: memFree=29379156/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=317316 CPUtime=543.64 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 32774 261390 0 0 890 471 52840 163 20 0 1 0 383873322 324931584 49225 33554432000 4194304 6004724 140736407251536 140736407236456 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/9221/statm: 79329 49225 185 442 0 78883 0
[pid=9244] ppid=9221 vsize=804672 CPUtime=1117.96 cores=1,3,5,7
/proc/9244/stat : 9244 (glucosInc) R 9221 9220 8594 0 -1 4202496 104713 0 0 0 111752 44 0 0 20 0 1 0 383927731 823984128 175252 33554432000 4194304 5654031 140733743897008 140733743884824 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9244/statm: 201168 175252 142 357 0 200808 0
Current children cumulated CPU time (s) 1661.6
Current children cumulated vsize (KiB) 1131136

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 9276
/proc/meminfo: memFree=29317472/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=317316 CPUtime=543.64 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 32774 261390 0 0 890 471 52840 163 20 0 1 0 383873322 324931584 49225 33554432000 4194304 6004724 140736407251536 140736407236456 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/9221/statm: 79329 49225 185 442 0 78883 0
[pid=9244] ppid=9221 vsize=811220 CPUtime=1177.93 cores=1,3,5,7
/proc/9244/stat : 9244 (glucosInc) R 9221 9220 8594 0 -1 4202496 105033 0 0 0 117749 44 0 0 20 0 1 0 383927731 830689280 182215 33554432000 4194304 5654031 140733743897008 140733743894776 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9244/statm: 202805 182215 142 357 0 202445 0
Current children cumulated CPU time (s) 1721.57
Current children cumulated vsize (KiB) 1137684

[startup+1782.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 9332
/proc/meminfo: memFree=29567816/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=317316 CPUtime=543.64 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 32774 261390 0 0 890 471 52840 163 20 0 1 0 383873322 324931584 49225 33554432000 4194304 6004724 140736407251536 140736407236456 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/9221/statm: 79329 49225 185 442 0 78883 0
[pid=9244] ppid=9221 vsize=811220 CPUtime=1237.94 cores=1,3,5,7
/proc/9244/stat : 9244 (glucosInc) R 9221 9220 8594 0 -1 4202496 105036 0 0 0 123749 45 0 0 20 0 1 0 383927731 830689280 183751 33554432000 4194304 5654031 140733743897008 140733743884824 4232563 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9244/statm: 202805 183751 142 357 0 202445 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 1137684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 9332
/proc/meminfo: memFree=29555716/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=317316 CPUtime=543.64 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 32774 261390 0 0 890 471 52840 163 20 0 1 0 383873322 324931584 49225 33554432000 4194304 6004724 140736407251536 140736407236456 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/9221/statm: 79329 49225 185 442 0 78883 0
[pid=9244] ppid=9221 vsize=811220 CPUtime=1256.44 cores=1,3,5,7
/proc/9244/stat : 9244 (glucosInc) R 9221 9220 8594 0 -1 4202496 105036 0 0 0 125599 45 0 0 20 0 1 0 383927731 830689280 183751 33554432000 4194304 5654031 140733743897008 140733743884824 4215040 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9244/statm: 202805 183751 142 357 0 202445 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1137684

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 9332
/proc/meminfo: memFree=29555716/32873844 swapFree=7896/7896
[pid=9220] ppid=9218 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9220/stat : 9220 (npSolver-pbo-I.) S 9218 9220 8594 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383873322 9367552 275 33554432000 4194304 5064252 140735663888768 140735663887680 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9220/statm: 2287 275 233 213 0 72 0
[pid=9221] ppid=9220 vsize=317316 CPUtime=543.64 cores=1,3,5,7
/proc/9221/stat : 9221 (npSolver-pbo) S 9220 9220 8594 0 -1 4202496 32774 261390 0 0 890 471 52840 163 20 0 1 0 383873322 324931584 49225 33554432000 4194304 6004724 140736407251536 140736407236456 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/9221/statm: 79329 49225 185 442 0 78883 0
[pid=9244] ppid=9221 vsize=811220 CPUtime=1256.44 cores=1,3,5,7
/proc/9244/stat : 9244 (glucosInc) R 9221 9220 8594 0 -1 4202496 105036 0 0 0 125599 45 0 0 20 0 1 0 383927731 830689280 183751 33554432000 4194304 5654031 140733743897008 140733743884824 4215040 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9244/statm: 202805 183751 142 357 0 202445 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1137684

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9220 and gives
#  childrusage.ru_utime.tv_sec=537
#  childrusage.ru_utime.tv_usec=306317
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=352034
# CPU time returned by wait4() is 543.658
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.82
CPU time (s): 1800.08
CPU user time (s): 1793.29
CPU system time (s): 6.79
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 1342752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 537.306
system time used= 6.35203
maximum resident set size= 917556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294538
page faults= 0
swaps= 0
block input operations= 24
block output operations= 1641952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6135
involuntary context switches= 1622

runsolver used 7.40087 second user time and 18.3822 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-08 19:44:39
IDJOB=3748482
IDBENCH=92759
IDSOLVER=2333
FILE ID=node136/3748482-1339177479
RUNJOBID= node136-1339170208-8611
PBS_JOBID= 14643823
Free space on /tmp= 70264 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat100_4_32_7.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748482-1339177479/watcher-3748482-1339177479 -o /tmp/evaluation-result-3748482-1339177479/solver-3748482-1339177479 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748482-1339177479.opb 880409289 HOME HOME

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

MD5SUM BENCH= 5143d5ad0515f9b6d1308dd1ede87dc2
RANDOM SEED=880409289

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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.94
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		: 2667.247
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.90
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		: 2667.247
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.90
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30583452 kB
Buffers:          752560 kB
Cached:           408944 kB
SwapCached:        20432 kB
Active:          1234216 kB
Inactive:         143820 kB
Active(anon):     194680 kB
Inactive(anon):    22684 kB
Active(file):    1039536 kB
Inactive(file):   121136 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083240 kB
Dirty:             70448 kB
Writeback:             0 kB
AnonPages:        332204 kB
Mapped:            10400 kB
Shmem:                 0 kB
Slab:             769500 kB
SReclaimable:     210516 kB
SUnreclaim:       558984 kB
KernelStack:        1504 kB
PageTables:         4620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     343948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70028 MiB
End job on node136 at 2012-06-08 20:14:40