Trace number 3748484

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.07 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_9.opb
MD5SUMe6b7e246739aa40cd77e9f80dee24dab
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5562055
Best CPU time to get the best result obtained on this benchmark1800.13
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 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 148129891148
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 148129891148
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.67/2.70	c run inc solver
2.67/2.70	c [INC SYSTEM] run initial solver
2.67/2.70	c [INC SYSTEM] preprocess with white file
14.36/14.44	c [INC SYSTEM] finished preprocessing in 11 s
14.36/14.44	c [INC SYSTEM] execute solver
188.63/188.71	c [INC SEARCH] formula is SAT
188.63/188.76	c [INC SYSTEM] solved the initial formula
188.72/188.83	c model valid
188.72/188.83	c current solution ok
193.05/193.24	o 101501851
193.05/193.24	c execute binary inc search
193.05/193.24	c [INC SEARCH] current bound: 50750975
193.05/193.24	c [INC SEARCH] iteration: 0
193.05/193.24	c [INC SEARCH] lower bound: 0 upperbound 101501951 current bound: 50750975 best value:101501951
193.05/193.24	c [INC SYSTEM] there exists a inc, kill it!
193.05/193.24	c write failed with 2
193.05/193.26	c [INC SYSTEM] create new solver instance
193.05/193.26	c [INC] encode full formula
193.05/193.26	c fallback to adder encoding
196.03/196.14	c set iterative enc to: adder
196.03/196.14	c set iterative enc to: none
196.51/196.69	c [INC SEARCH] isOptimum variable: 0
726.11/726.35	c [INC SEARCH] formula is SAT
726.21/726.46	c [INC SEARCH] copied best model
726.21/726.47	c sat variable: 1 optimum/unsat variable: 0
726.31/726.53	c model valid
726.31/726.53	c current solution ok
726.31/726.53	o 41333731
726.31/726.53	c [INC SEARCH] current bound: 20666915
726.31/726.53	c [INC SEARCH] iteration: 1
726.31/726.53	c [INC SEARCH] lower bound: 0 upperbound 41333831 current bound: 20666915 best value:41333831
726.31/726.53	c [INC SYSTEM] there exists a inc, kill it!
726.31/726.53	c write failed with 2
726.31/726.55	c [INC SYSTEM] create new solver instance
726.31/726.55	c [INC] encode full formula
726.31/726.55	c fallback to adder encoding
728.82/729.03	c set iterative enc to: adder
728.82/729.03	c set iterative enc to: none
729.31/729.57	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.51	HOME/npSolver-pbo-I.sh: line 18: 25158 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-3748484-1339177406/watcher-3748484-1339177406 -o /tmp/evaluation-result-3748484-1339177406/solver-3748484-1339177406 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748484-1339177406.opb 1838842438 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 25157
/proc/meminfo: memFree=30038488/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0

[startup+0.0630459 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25157
/proc/meminfo: memFree=30038488/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100332 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25157
/proc/meminfo: memFree=30038488/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300304 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25157
/proc/meminfo: memFree=30038488/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700298 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25157
/proc/meminfo: memFree=30038488/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25159
/proc/meminfo: memFree=29942088/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=180812 CPUtime=1.49 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) R 25157 25157 24017 0 -1 4202496 8914 0 0 0 143 6 0 0 20 0 1 0 383865471 185151488 32349 33554432000 4194304 6004724 140734429939184 140734429933784 4579276 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25158/statm: 45203 32349 163 442 0 44757 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 189960

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25159
/proc/meminfo: memFree=29863768/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=284536 CPUtime=2.71 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 10023 0 0 0 235 36 0 0 20 0 1 0 383865471 291364864 40880 33554432000 4194304 6004724 140734429939184 140734429933648 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/25158/statm: 71134 40880 171 442 0 70688 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 293684

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 25201
/proc/meminfo: memFree=29940984/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=284536 CPUtime=2.71 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 10023 0 0 0 235 36 0 0 20 0 1 0 383865471 291364864 40880 33554432000 4194304 6004724 140734429939184 140734429933648 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/25158/statm: 71134 40880 171 442 0 70688 0
[pid=25160] ppid=25158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25160/stat : 25160 (cp2_pre.sh) S 25158 25157 24017 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383865744 9367552 277 33554432000 4194304 5064252 140735880591888 140735880590592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25160/statm: 2287 277 234 213 0 72 0
[pid=25161] ppid=25160 vsize=644740 CPUtime=3.55 cores=1,3,5,7
/proc/25161/stat : 25161 (coprocessor) R 25160 25157 24017 0 -1 4202496 63098 0 0 0 334 21 0 0 20 0 1 0 383865744 660213760 143499 33554432000 4194304 6586260 140736796717888 140736796714216 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/25161/statm: 161185 143499 164 584 0 160597 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 947572

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 25205
/proc/meminfo: memFree=29492464/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=284536 CPUtime=2.71 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 10023 0 0 0 235 36 0 0 20 0 1 0 383865471 291364864 40880 33554432000 4194304 6004724 140734429939184 140734429933648 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/25158/statm: 71134 40880 171 442 0 70688 0
[pid=25160] ppid=25158 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25160/stat : 25160 (cp2_pre.sh) S 25158 25157 24017 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383865744 9367552 277 33554432000 4194304 5064252 140735880591888 140735880590592 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25160/statm: 2287 277 234 213 0 72 0
[pid=25161] ppid=25160 vsize=789164 CPUtime=9.96 cores=1,3,5,7
/proc/25161/stat : 25161 (coprocessor) R 25160 25157 24017 0 -1 4202496 86389 0 0 0 945 51 0 0 20 0 1 0 383865744 808103936 191982 33554432000 4194304 6586260 140736796717888 140736796713640 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/25161/statm: 197291 191982 199 584 0 196703 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1091996

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 25210
/proc/meminfo: memFree=29560312/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=284536 CPUtime=14.41 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 10040 87292 0 0 235 36 1105 65 20 0 1 0 383865471 291364864 40883 33554432000 4194304 6004724 140734429939184 140734429925464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/25158/statm: 71134 40883 174 442 0 70688 0
[pid=25207] ppid=25158 vsize=294388 CPUtime=11.05 cores=1,3,5,7
/proc/25207/stat : 25207 (glucosInc) R 25158 25157 24017 0 -1 4202496 50104 0 0 0 1094 11 0 0 20 0 1 0 383866915 301453312 68735 33554432000 4194304 5654031 140736513772592 140736513770376 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25207/statm: 73597 68735 139 357 0 73237 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 588072

[startup+51.1004 s]
/proc/loadavg: 2.19 2.05 2.01 3/181 25212
/proc/meminfo: memFree=29644056/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=284536 CPUtime=14.41 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 10040 87292 0 0 235 36 1105 65 20 0 1 0 383865471 291364864 40883 33554432000 4194304 6004724 140734429939184 140734429925464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/25158/statm: 71134 40883 174 442 0 70688 0
[pid=25207] ppid=25158 vsize=295444 CPUtime=36.63 cores=1,3,5,7
/proc/25207/stat : 25207 (glucosInc) R 25158 25157 24017 0 -1 4202496 50409 0 0 0 3652 11 0 0 20 0 1 0 383866915 302534656 69040 33554432000 4194304 5654031 140736513772592 140736513770376 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25207/statm: 73861 69040 139 357 0 73501 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 589128

[startup+102.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/181 25212
/proc/meminfo: memFree=29584672/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=284536 CPUtime=14.41 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 10040 87292 0 0 235 36 1105 65 20 0 1 0 383865471 291364864 40883 33554432000 4194304 6004724 140734429939184 140734429925464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/25158/statm: 71134 40883 174 442 0 70688 0
[pid=25207] ppid=25158 vsize=299404 CPUtime=87.82 cores=1,3,5,7
/proc/25207/stat : 25207 (glucosInc) R 25158 25157 24017 0 -1 4202496 51484 0 0 0 8770 12 0 0 20 0 1 0 383866915 306589696 70113 33554432000 4194304 5654031 140736513772592 140736513770376 4232927 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25207/statm: 74851 70113 139 357 0 74491 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 593088

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/181 25212
/proc/meminfo: memFree=29565048/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=284536 CPUtime=14.41 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 10040 87292 0 0 235 36 1105 65 20 0 1 0 383865471 291364864 40883 33554432000 4194304 6004724 140734429939184 140734429925464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/25158/statm: 71134 40883 174 442 0 70688 0
[pid=25207] ppid=25158 vsize=300328 CPUtime=147.8 cores=1,3,5,7
/proc/25207/stat : 25207 (glucosInc) R 25158 25157 24017 0 -1 4202496 51714 0 0 0 14768 12 0 0 20 0 1 0 383866915 307535872 70343 33554432000 4194304 5654031 140736513772592 140736513770424 4232495 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25207/statm: 75082 70343 139 357 0 74722 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 594012

[startup+222.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/181 25216
/proc/meminfo: memFree=28724400/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=307168 CPUtime=196.6 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 19218 142029 0 0 616 431 18511 102 20 0 1 0 383865471 314540032 46581 33554432000 4194304 6004724 140734429939184 140734429924104 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/25158/statm: 76792 46581 184 442 0 76346 0
[pid=25216] ppid=25158 vsize=808124 CPUtime=25.58 cores=1,3,5,7
/proc/25216/stat : 25216 (glucosInc) R 25158 25157 24017 0 -1 4202496 110262 0 0 0 2520 38 0 0 20 0 1 0 383885140 827518976 176855 33554432000 4194304 5654031 140735168899104 140735168886920 4208676 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25216/statm: 202031 176855 140 357 0 201671 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 1124440

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.02 2.00 3/181 25251
/proc/meminfo: memFree=28686184/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=317524 CPUtime=729.38 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 26202 256972 0 0 888 470 71419 161 20 0 1 0 383865471 325144576 49171 33554432000 4194304 6004724 140734429939184 140734429924104 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/25158/statm: 79381 49171 185 442 0 78935 0
[pid=25222] ppid=25158 vsize=807876 CPUtime=572.55 cores=1,3,5,7
/proc/25222/stat : 25222 (glucosInc) R 25158 25157 24017 0 -1 4202496 106221 0 0 0 57219 36 0 0 20 0 1 0 383938428 827265024 174516 33554432000 4194304 5654031 140737317007536 140737316995352 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25222/statm: 201969 174516 142 357 0 201609 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 1134548

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 25251
/proc/meminfo: memFree=28389416/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=317524 CPUtime=729.38 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 26202 256972 0 0 888 470 71419 161 20 0 1 0 383865471 325144576 49171 33554432000 4194304 6004724 140734429939184 140734429924104 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/25158/statm: 79381 49171 185 442 0 78935 0
[pid=25222] ppid=25158 vsize=807876 CPUtime=632.55 cores=1,3,5,7
/proc/25222/stat : 25222 (glucosInc) R 25158 25157 24017 0 -1 4202496 106334 0 0 0 63218 37 0 0 20 0 1 0 383938428 827265024 177184 33554432000 4194304 5654031 140737317007536 140737316995352 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25222/statm: 201969 177184 142 357 0 201609 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1134548

[startup+1422.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/181 25252
/proc/meminfo: memFree=28632396/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=317524 CPUtime=729.38 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 26202 256972 0 0 888 470 71419 161 20 0 1 0 383865471 325144576 49171 33554432000 4194304 6004724 140734429939184 140734429924104 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/25158/statm: 79381 49171 185 442 0 78935 0
[pid=25222] ppid=25158 vsize=807876 CPUtime=692.54 cores=1,3,5,7
/proc/25222/stat : 25222 (glucosInc) R 25158 25157 24017 0 -1 4202496 106349 0 0 0 69217 37 0 0 20 0 1 0 383938428 827265024 184864 33554432000 4194304 5654031 140737317007536 140737316995352 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25222/statm: 201969 184864 142 357 0 201609 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1134548

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 25252
/proc/meminfo: memFree=28409044/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=317524 CPUtime=729.38 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 26202 256972 0 0 888 470 71419 161 20 0 1 0 383865471 325144576 49171 33554432000 4194304 6004724 140734429939184 140734429924104 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/25158/statm: 79381 49171 185 442 0 78935 0
[pid=25222] ppid=25158 vsize=813980 CPUtime=752.53 cores=1,3,5,7
/proc/25222/stat : 25222 (glucosInc) R 25158 25157 24017 0 -1 4202496 106552 0 0 0 75216 37 0 0 20 0 1 0 383938428 833515520 186600 33554432000 4194304 5654031 140737317007536 140737316995352 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25222/statm: 203495 186600 142 357 0 203135 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1140652

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 25252
/proc/meminfo: memFree=28246944/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=317524 CPUtime=729.38 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 26202 256972 0 0 888 470 71419 161 20 0 1 0 383865471 325144576 49171 33554432000 4194304 6004724 140734429939184 140734429924104 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/25158/statm: 79381 49171 185 442 0 78935 0
[pid=25222] ppid=25158 vsize=813980 CPUtime=812.52 cores=1,3,5,7
/proc/25222/stat : 25222 (glucosInc) R 25158 25157 24017 0 -1 4202496 107366 0 0 0 81211 41 0 0 20 0 1 0 383938428 833515520 175303 33554432000 4194304 5654031 140737317007536 140737316995352 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25222/statm: 203495 175303 142 357 0 203135 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1140652

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 25255
/proc/meminfo: memFree=28538680/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=317524 CPUtime=729.38 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 26202 256972 0 0 888 470 71419 161 20 0 1 0 383865471 325144576 49171 33554432000 4194304 6004724 140734429939184 140734429924104 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/25158/statm: 79381 49171 185 442 0 78935 0
[pid=25222] ppid=25158 vsize=813980 CPUtime=872.51 cores=1,3,5,7
/proc/25222/stat : 25222 (glucosInc) R 25158 25157 24017 0 -1 4202496 107369 0 0 0 87210 41 0 0 20 0 1 0 383938428 833515520 176839 33554432000 4194304 5654031 140737317007536 140737316995352 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25222/statm: 203495 176839 142 357 0 203135 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1140652

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 25255
/proc/meminfo: memFree=28291264/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=317524 CPUtime=729.38 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 26202 256972 0 0 888 470 71419 161 20 0 1 0 383865471 325144576 49171 33554432000 4194304 6004724 140734429939184 140734429924104 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/25158/statm: 79381 49171 185 442 0 78935 0
[pid=25222] ppid=25158 vsize=813980 CPUtime=932.51 cores=1,3,5,7
/proc/25222/stat : 25222 (glucosInc) R 25158 25157 24017 0 -1 4202496 107370 0 0 0 93210 41 0 0 20 0 1 0 383938428 833515520 177351 33554432000 4194304 5654031 140737317007536 140737316995352 4232700 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25222/statm: 203495 177351 142 357 0 203135 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 1140652

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 25256
/proc/meminfo: memFree=28574956/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=317524 CPUtime=729.38 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 26202 256972 0 0 888 470 71419 161 20 0 1 0 383865471 325144576 49171 33554432000 4194304 6004724 140734429939184 140734429924104 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/25158/statm: 79381 49171 185 442 0 78935 0
[pid=25222] ppid=25158 vsize=813980 CPUtime=992.49 cores=1,3,5,7
/proc/25222/stat : 25222 (glucosInc) R 25158 25157 24017 0 -1 4202496 107371 0 0 0 99208 41 0 0 20 0 1 0 383938428 833515520 177863 33554432000 4194304 5654031 140737317007536 140737316995352 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25222/statm: 203495 177863 142 357 0 203135 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 1140652

[startup+1782.31 s]
/proc/loadavg: 2.10 2.05 2.01 3/181 25256
/proc/meminfo: memFree=28290412/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=317524 CPUtime=729.38 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 26202 256972 0 0 888 470 71419 161 20 0 1 0 383865471 325144576 49171 33554432000 4194304 6004724 140734429939184 140734429924104 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/25158/statm: 79381 49171 185 442 0 78935 0
[pid=25222] ppid=25158 vsize=813980 CPUtime=1052.5 cores=1,3,5,7
/proc/25222/stat : 25222 (glucosInc) R 25158 25157 24017 0 -1 4202496 107384 0 0 0 105208 42 0 0 20 0 1 0 383938428 833515520 184008 33554432000 4194304 5654031 140737317007536 140737316995352 4214957 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25222/statm: 203495 184008 142 357 0 203135 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 1140652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.07 2.04 2.00 3/181 25256
/proc/meminfo: memFree=28234556/32873844 swapFree=7632/7632
[pid=25157] ppid=25155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25157/stat : 25157 (npSolver-pbo-I.) S 25155 25157 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383865470 9367552 275 33554432000 4194304 5064252 140736433767808 140736433766720 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25157/statm: 2287 275 233 213 0 72 0
[pid=25158] ppid=25157 vsize=317524 CPUtime=729.38 cores=1,3,5,7
/proc/25158/stat : 25158 (npSolver-pbo) S 25157 25157 24017 0 -1 4202496 26202 256972 0 0 888 470 71419 161 20 0 1 0 383865471 325144576 49171 33554432000 4194304 6004724 140734429939184 140734429924104 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/25158/statm: 79381 49171 185 442 0 78935 0
[pid=25222] ppid=25158 vsize=813980 CPUtime=1070.69 cores=1,3,5,7
/proc/25222/stat : 25222 (glucosInc) R 25158 25157 24017 0 -1 4202496 108026 0 0 0 107023 46 0 0 20 0 1 0 383938428 833515520 178032 33554432000 4194304 5654031 140737317007536 140737317005384 4233431 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25222/statm: 203495 178032 142 357 0 203135 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1140652

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 25157 and gives
#  childrusage.ru_utime.tv_sec=723
#  childrusage.ru_utime.tv_usec=84074
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=319039
# CPU time returned by wait4() is 729.403
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.07
CPU user time (s): 1793.3
CPU system time (s): 6.77
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 1484528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 723.084
system time used= 6.31904
maximum resident set size= 881252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283549
page faults= 0
swaps= 0
block input operations= 32
block output operations= 1634208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5984
involuntary context switches= 913

runsolver used 3.07253 second user time and 8.40172 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-08 19:43:26
IDJOB=3748484
IDBENCH=92739
IDSOLVER=2333
FILE ID=node144/3748484-1339177406
RUNJOBID= node144-1339168541-24034
PBS_JOBID= 14643804
Free space on /tmp= 68776 MiB

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

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

MD5SUM BENCH= e6b7e246739aa40cd77e9f80dee24dab
RANDOM SEED=1838842438

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.196
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		: 2666.196
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.92
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.196
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.196
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:        30038876 kB
Buffers:         1049560 kB
Cached:           252368 kB
SwapCached:          460 kB
Active:          1902248 kB
Inactive:          21900 kB
Active(anon):     605732 kB
Inactive(anon):    12608 kB
Active(file):    1296516 kB
Inactive(file):     9292 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108396 kB
Dirty:              9716 kB
Writeback:             0 kB
AnonPages:        621056 kB
Mapped:            11936 kB
Shmem:               172 kB
Slab:             764148 kB
SReclaimable:     205824 kB
SUnreclaim:       558324 kB
KernelStack:        1504 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     783288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    544768 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= 68496 MiB
End job on node144 at 2012-06-08 20:13:27