Trace number 3699335

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? (TO) 1800.11 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_0.opb
MD5SUMca79c3a72fcbc528e4a81e658af79fe0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4272093
Best CPU time to get the best result obtained on this benchmark1800.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 134217728
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 100330219838
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 134217728
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 100330219838
Number of bits of the biggest sum of numbers37
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.35	c run inc solver
0.00/0.35	c [INC SYSTEM] run initial solver
0.00/0.35	c [INC SYSTEM] preprocess with white file
2.58/2.67	c [INC SYSTEM] finished preprocessing in 2 s
2.58/2.67	c [INC SYSTEM] execute solver
4.18/4.24	c [INC SEARCH] formula is SAT
4.18/4.25	c [INC SYSTEM] solved the initial formula
4.18/4.28	c model valid
4.18/4.28	c current solution ok
5.08/5.26	o 147202997
5.08/5.26	c execute binary inc search
5.08/5.26	c [INC SEARCH] current bound: 73601533
5.08/5.26	c [INC SEARCH] iteration: 0
5.08/5.26	c [INC SEARCH] lower bound: 0 upperbound 147203067 current bound: 73601533 best value:147203067
5.08/5.26	c [INC SYSTEM] there exists a inc, kill it!
5.08/5.26	c write failed with 2
5.08/5.27	c [INC SYSTEM] create new solver instance
5.08/5.27	c [INC] encode full formula
5.08/5.27	c fallback to adder encoding
6.49/6.68	c set iterative enc to: adder
6.49/6.68	c set iterative enc to: none
6.72/6.95	c [INC SEARCH] isOptimum variable: 0
12.43/12.69	c [INC SEARCH] formula is SAT
12.53/12.73	c [INC SEARCH] copied best model
12.53/12.74	c sat variable: 1 optimum/unsat variable: 0
12.53/12.77	c model valid
12.53/12.77	c current solution ok
12.53/12.77	o 63087627
12.53/12.77	c [INC SEARCH] current bound: 31543848
12.53/12.77	c [INC SEARCH] iteration: 1
12.53/12.77	c [INC SEARCH] lower bound: 0 upperbound 63087697 current bound: 31543848 best value:63087697
12.53/12.77	c [INC SYSTEM] there exists a inc, kill it!
12.53/12.77	c write failed with 2
12.53/12.79	c [INC SYSTEM] create new solver instance
12.53/12.79	c [INC] encode full formula
12.53/12.79	c fallback to adder encoding
13.74/13.96	c set iterative enc to: adder
13.74/13.96	c set iterative enc to: none
13.94/14.17	c [INC SEARCH] isOptimum variable: 0
1800.11/1800.62	HOME/npSolver-pbo-I.sh: line 18:  5170 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-3699335-1338135271/watcher-3699335-1338135271 -o /tmp/evaluation-result-3699335-1338135271/solver-3699335-1338135271 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699335-1338135271.opb 2117545900 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.17 2.06 2.01 3/178 5169
/proc/meminfo: memFree=31261420/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0

[startup+0.0779301 s]
/proc/loadavg: 2.17 2.06 2.01 3/178 5169
/proc/meminfo: memFree=31261420/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 2.17 2.06 2.01 3/178 5169
/proc/meminfo: memFree=31261420/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300301 s]
/proc/loadavg: 2.17 2.06 2.01 3/178 5169
/proc/meminfo: memFree=31261420/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700321 s]
/proc/loadavg: 2.17 2.06 2.01 3/178 5169
/proc/meminfo: memFree=31261420/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.17 2.06 2.01 3/182 5173
/proc/meminfo: memFree=31092552/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=30344 CPUtime=0.36 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 6267 0 0 0 31 5 0 0 20 0 1 0 279651484 31072256 6753 33554432000 4194304 5992684 140735842316704 140735842311152 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 7586 6753 172 440 0 7142 0
[pid=5172] ppid=5170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5172/stat : 5172 (cp2_pre.sh) S 5170 5169 3856 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279651521 9367552 276 33554432000 4194304 5064252 140733549876080 140733549874784 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5172/statm: 2287 276 234 213 0 72 0
[pid=5173] ppid=5172 vsize=153432 CPUtime=1.12 cores=1,3,5,7
/proc/5173/stat : 5173 (coprocessor) R 5172 5169 3856 0 -1 4202496 27843 0 0 0 106 6 0 0 20 0 1 0 279651521 157114368 37323 33554432000 4194304 6586260 140733408524096 140733408520424 4774946 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/5173/statm: 38358 37323 182 584 0 37770 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 202072

[startup+3.10037 s]
/proc/loadavg: 2.17 2.06 2.01 3/182 5173
/proc/meminfo: memFree=31037164/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=30344 CPUtime=2.66 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 6282 33862 0 0 31 5 201 29 20 0 1 0 279651484 31072256 6755 33554432000 4194304 5992684 140735842316704 140735842302968 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 7586 6755 174 440 0 7142 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 39492

[startup+6.30035 s]
/proc/loadavg: 2.15 2.06 2.01 3/180 5176
/proc/meminfo: memFree=31177592/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=190852 CPUtime=6.18 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) R 5169 5169 3856 0 -1 4202496 14214 51117 0 0 147 83 353 35 20 0 1 0 279651484 195432448 31485 33554432000 4194304 5992684 140735842316704 140735842308840 4524999 0 0 4096 0 0 0 0 17 1 0 0 10 0 0
/proc/5170/statm: 47713 31485 192 440 0 47269 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 200000

[startup+12.7004 s]
/proc/loadavg: 2.14 2.06 2.01 3/181 5178
/proc/meminfo: memFree=30783876/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=59780 CPUtime=6.81 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) R 5169 5169 3856 0 -1 4202496 17876 51633 0 0 190 101 353 37 20 0 1 0 279651484 61214720 14105 33554432000 4194304 5992684 140735842316704 140735842301608 4610696 0 0 4096 0 0 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 14945 14105 192 440 0 14501 0
[pid=5178] ppid=5170 vsize=345716 CPUtime=5.72 cores=1,3,5,7
/proc/5178/stat : 5178 (glucosInc) S 5170 5169 3856 0 -1 4202496 57844 0 0 0 556 16 0 0 20 0 1 0 279652179 354013184 73384 33554432000 4194304 5654031 140733866286640 140733866284952 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/5178/statm: 86429 73384 147 357 0 86069 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 414644

[startup+25.5003 s]
/proc/loadavg: 2.11 2.05 2.01 3/181 5180
/proc/meminfo: memFree=30836396/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=299588 CPUtime=11.32 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 48951 0 0 0 1119 13 0 0 20 0 1 0 279652901 306778112 63457 33554432000 4194304 5654031 140733267169712 140733267157528 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 74897 63457 140 357 0 74537 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 358364

[startup+51.1004 s]
/proc/loadavg: 2.07 2.05 2.01 3/181 5180
/proc/meminfo: memFree=30822388/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=305768 CPUtime=36.91 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 49745 0 0 0 3678 13 0 0 20 0 1 0 279652901 313106432 65273 33554432000 4194304 5654031 140733267169712 140733267157528 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 76442 65273 141 357 0 76082 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 364544

[startup+102.307 s]
/proc/loadavg: 2.03 2.04 2.00 3/181 5180
/proc/meminfo: memFree=30812720/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=305768 CPUtime=88.08 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 50073 0 0 0 8794 14 0 0 20 0 1 0 279652901 313106432 64955 33554432000 4194304 5654031 140733267169712 140733267157528 4216213 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 76442 64955 141 357 0 76082 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 364544

[startup+162.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 5180
/proc/meminfo: memFree=30774948/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=356380 CPUtime=148.05 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 53235 0 0 0 14782 23 0 0 20 0 1 0 279652901 364933120 73860 33554432000 4194304 5654031 140733267169712 140733267167800 4215200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 89095 73860 141 357 0 88735 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 415156

[startup+222.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/181 5181
/proc/meminfo: memFree=30741584/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=357272 CPUtime=208.04 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 55679 0 0 0 20771 33 0 0 20 0 1 0 279652901 365846528 82462 33554432000 4194304 5654031 140733267169712 140733267167736 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 89318 82462 141 357 0 88958 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 416048

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/181 5181
/proc/meminfo: memFree=30659508/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.03 2.01 2.00 3/181 5191
/proc/meminfo: memFree=30302448/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=791848 CPUtime=1287.86 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 74108 0 0 0 128609 177 0 0 20 0 1 0 279652901 810852352 188606 33554432000 4194304 5654031 140733267169712 140733267167496 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 197962 188606 141 357 0 197602 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 850624

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 5191
/proc/meminfo: memFree=30454712/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=792196 CPUtime=1347.84 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 75417 0 0 0 134595 189 0 0 20 0 1 0 279652901 811208704 143586 33554432000 4194304 5654031 140733267169712 140733267167800 4215307 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 198049 143586 141 357 0 197689 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 850972

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5244
/proc/meminfo: memFree=30549532/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=792196 CPUtime=1407.85 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 75555 0 0 0 140592 193 0 0 20 0 1 0 279652901 811208704 186648 33554432000 4194304 5654031 140733267169712 140733267167800 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 198049 186648 141 357 0 197689 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 850972

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5245
/proc/meminfo: memFree=30738484/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=577504 CPUtime=1467.83 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 77108 0 0 0 146582 201 0 0 20 0 1 0 279652901 591364096 137263 33554432000 4194304 5654031 140733267169712 140733267167800 4214977 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 144376 137263 141 357 0 144016 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 636280

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5248
/proc/meminfo: memFree=30533680/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=792620 CPUtime=1527.82 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 77752 0 0 0 152578 204 0 0 20 0 1 0 279652901 811642880 186452 33554432000 4194304 5654031 140733267169712 140733267167496 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 198155 186452 141 357 0 197795 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 851396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5248
/proc/meminfo: memFree=30718500/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=578144 CPUtime=1587.81 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 79209 0 0 0 158567 214 0 0 20 0 1 0 279652901 592019456 140373 33554432000 4194304 5654031 140733267169712 140733267167496 4215913 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 144536 140373 141 357 0 144176 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 636920

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5248
/proc/meminfo: memFree=30539828/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=793476 CPUtime=1647.8 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 79825 0 0 0 164561 219 0 0 20 0 1 0 279652901 812519424 184424 33554432000 4194304 5654031 140733267169712 140733267167496 4215108 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 198369 184424 141 357 0 198009 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 852252

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5248
/proc/meminfo: memFree=30762836/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=579496 CPUtime=1707.79 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 81434 0 0 0 170550 229 0 0 20 0 1 0 279652901 593403904 132020 33554432000 4194304 5654031 140733267169712 140733267167800 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 144874 132020 141 357 0 144514 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 638272

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/181 5249
/proc/meminfo: memFree=30569088/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=794420 CPUtime=1767.78 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 82041 0 0 0 176546 232 0 0 20 0 1 0 279652901 813486080 177084 33554432000 4194304 5654031 140733267169712 140733267167800 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 198605 177084 141 357 0 198245 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 853196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 5249
/proc/meminfo: memFree=30496724/32873844 swapFree=7632/7632
[pid=5169] ppid=5167 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5169/stat : 5169 (npSolver-pbo-I.) S 5167 5169 3856 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279651484 9367552 274 33554432000 4194304 5064252 140736239661952 140736239660864 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5169/statm: 2287 274 233 213 0 72 0
[pid=5170] ppid=5169 vsize=49628 CPUtime=14.01 cores=1,3,5,7
/proc/5170/stat : 5170 (npSolver-pbo) S 5169 5169 3856 0 -1 4202496 22359 110000 0 0 314 118 910 59 20 0 1 0 279651484 50819072 11599 33554432000 4194304 5992684 140735842316704 140735842301608 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 15 0 0
/proc/5170/statm: 12407 11599 192 440 0 11963 0
[pid=5180] ppid=5170 vsize=794420 CPUtime=1786.1 cores=1,3,5,7
/proc/5180/stat : 5180 (glucosInc) R 5170 5169 3856 0 -1 4202496 82099 0 0 0 178376 234 0 0 20 0 1 0 279652901 813486080 191521 33554432000 4194304 5654031 140733267169712 140733267167800 4215248 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5180/statm: 198605 191521 141 357 0 198245 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 853196

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 5169 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=253137
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=791727
# CPU time returned by wait4() is 14.0449
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.11
CPU user time (s): 1796
CPU system time (s): 4.11
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 1414060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.2531
system time used= 1.79173
maximum resident set size= 368692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132733
page faults= 0
swaps= 0
block input operations= 8
block output operations= 487800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1857
involuntary context switches= 36

runsolver used 2.79957 second user time and 9.33758 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 18:14:31
IDJOB=3699335
IDBENCH=92754
IDSOLVER=2276
FILE ID=node141/3699335-1338135271
RUNJOBID= node141-1338122886-3873
PBS_JOBID= 14624492
Free space on /tmp= 71512 MiB

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

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

MD5SUM BENCH= ca79c3a72fcbc528e4a81e658af79fe0
RANDOM SEED=2117545900

node141.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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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.744
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.744
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.93
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.744
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.92
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.744
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.744
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.744
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.92
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.744
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:        31261924 kB
Buffers:          213400 kB
Cached:           354756 kB
SwapCached:          232 kB
Active:           389292 kB
Inactive:         382732 kB
Active(anon):     193972 kB
Inactive(anon):    11296 kB
Active(file):     195320 kB
Inactive(file):   371436 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108624 kB
Dirty:              8904 kB
Writeback:             0 kB
AnonPages:        222340 kB
Mapped:            11940 kB
Shmem:               172 kB
Slab:             685952 kB
SReclaimable:     128284 kB
SUnreclaim:       557668 kB
KernelStack:        1480 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     341760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71432 MiB
End job on node141 at 2012-05-27 18:44:32