Trace number 3697848

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.08 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_3_mh.opb
MD5SUMd4efe70b0c8674b6d4d4e9279975f4ec
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5682452
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 182284263
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 13627510549
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 182284263
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 13627510549
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.62	c run inc solver
0.00/0.62	c [INC SYSTEM] run initial solver
0.00/0.62	c [INC SYSTEM] preprocess with white file
3.37/3.46	c [INC SYSTEM] finished preprocessing in 2 s
3.37/3.46	c [INC SYSTEM] execute solver
9.36/9.48	c [INC SEARCH] formula is SAT
9.48/9.50	c [INC SYSTEM] solved the initial formula
9.58/9.60	c model valid
9.58/9.60	c current solution ok
10.88/10.92	o 235068133
10.88/10.92	c [INC SYSTEM] there exists a inc, kill it!
10.88/10.92	c write failed with 2
10.88/10.93	c [INC SEARCH] iteration: 0
10.88/10.93	c [INC BOUNDS] best value:235068158 search for 235068157
10.88/10.93	c [INC SYSTEM] create new solver instance
10.88/10.93	c [INC] encode full formula
10.88/10.93	c fallback to adder encoding
13.49/13.56	c set iterative enc to: adder
13.49/13.56	c set iterative enc to: none
13.88/13.95	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.51	HOME/npSolver-pbo-Itd.sh: line 18: 25961 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3697848-1338127849/watcher-3697848-1338127849 -o /tmp/evaluation-result-3697848-1338127849/solver-3697848-1338127849 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697848-1338127849.opb 1629942420 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.08 2.14 2.17 3/179 25960
/proc/meminfo: memFree=28886628/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0

[startup+0.0988641 s]
/proc/loadavg: 2.08 2.14 2.17 3/179 25960
/proc/meminfo: memFree=28886628/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 2.08 2.14 2.17 3/179 25960
/proc/meminfo: memFree=28886628/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300244 s]
/proc/loadavg: 2.08 2.14 2.17 3/179 25960
/proc/meminfo: memFree=28886628/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700315 s]
/proc/loadavg: 2.08 2.14 2.17 3/179 25960
/proc/meminfo: memFree=28886628/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.08 2.14 2.17 3/183 25964
/proc/meminfo: memFree=28705212/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=52636 CPUtime=0.64 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 8124 0 0 0 57 7 0 0 20 0 1 0 278909870 53899264 9842 33554432000 4194304 5992684 140736062417312 140736062411760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 13159 9842 171 440 0 12715 0
[pid=25963] ppid=25961 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25963/stat : 25963 (cp2_pre.sh) S 25961 25960 24682 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278909935 9367552 276 33554432000 4194304 5064252 140736518983808 140736518982512 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25963/statm: 2287 276 234 213 0 72 0
[pid=25964] ppid=25963 vsize=168800 CPUtime=0.83 cores=1,3,5,7
/proc/25964/stat : 25964 (coprocessor) R 25963 25960 24682 0 -1 4202496 27233 0 0 0 77 6 0 0 20 0 1 0 278909935 172851200 37478 33554432000 4194304 6586260 140734758640976 140734758637224 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/25964/statm: 42200 37478 166 584 0 41612 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 239732

[startup+3.10036 s]
/proc/loadavg: 2.08 2.14 2.17 3/183 25964
/proc/meminfo: memFree=28650724/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=52636 CPUtime=0.64 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 8124 0 0 0 57 7 0 0 20 0 1 0 278909870 53899264 9842 33554432000 4194304 5992684 140736062417312 140736062411760 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 13159 9842 171 440 0 12715 0
[pid=25963] ppid=25961 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25963/stat : 25963 (cp2_pre.sh) S 25961 25960 24682 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278909935 9367552 276 33554432000 4194304 5064252 140736518983808 140736518982512 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25963/statm: 2287 276 234 213 0 72 0
[pid=25964] ppid=25963 vsize=210616 CPUtime=2.43 cores=1,3,5,7
/proc/25964/stat : 25964 (coprocessor) R 25963 25960 24682 0 -1 4202496 35820 0 0 0 232 11 0 0 20 0 1 0 278909935 215670784 51422 33554432000 4194304 6586260 140734758640976 140734758636728 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/25964/statm: 52654 51422 200 584 0 52066 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 281548

[startup+6.30041 s]
/proc/loadavg: 2.07 2.14 2.17 3/182 25966
/proc/meminfo: memFree=28740556/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=52636 CPUtime=3.44 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 8143 36722 0 0 57 7 266 14 20 0 1 0 278909870 53899264 9844 33554432000 4194304 5992684 140736062417312 140736062403576 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 13159 9844 173 440 0 12715 0
[pid=25966] ppid=25961 vsize=98172 CPUtime=2.82 cores=1,3,5,7
/proc/25966/stat : 25966 (glucosInc) R 25961 25960 24682 0 -1 4202496 20683 0 0 0 277 5 0 0 20 0 1 0 278910216 100528128 22725 33554432000 4194304 5654031 140734968557632 140734968555416 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25966/statm: 24543 22725 140 357 0 24183 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 159956

[startup+12.7004 s]
/proc/loadavg: 2.07 2.13 2.17 3/180 25967
/proc/meminfo: memFree=28682212/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=238852 CPUtime=12.69 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) R 25960 25960 24682 0 -1 4202496 17406 58220 0 0 264 120 861 24 20 0 1 0 278909870 244584448 54892 33554432000 4194304 5992684 140736062417312 140736062410024 4207962 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 59713 54892 189 440 0 59269 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 248000

[startup+25.5004 s]
/proc/loadavg: 2.12 2.14 2.17 3/181 25969
/proc/meminfo: memFree=28106748/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=564260 CPUtime=11.53 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 85044 0 0 0 1127 26 0 0 20 0 1 0 278911265 577802240 125968 33554432000 4194304 5654031 140733576595600 140733576593288 4232767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 141065 125968 141 357 0 140705 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 640144

[startup+51.1004 s]
/proc/loadavg: 2.08 2.13 2.17 3/181 25969
/proc/meminfo: memFree=28105200/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=565976 CPUtime=37.13 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 85467 0 0 0 3687 26 0 0 20 0 1 0 278911265 579559424 126391 33554432000 4194304 5654031 140733576595600 140733576583416 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 141494 126391 142 357 0 141134 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 641860

[startup+102.307 s]
/proc/loadavg: 2.13 2.14 2.17 3/181 25969
/proc/meminfo: memFree=28071800/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=567972 CPUtime=88.31 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 86192 0 0 0 8804 27 0 0 20 0 1 0 278911265 581603328 127599 33554432000 4194304 5654031 140733576595600 140733576583416 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 141993 127599 142 357 0 141633 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 643856

[startup+162.3 s]
/proc/loadavg: 2.05 2.11 2.16 3/181 25969
/proc/meminfo: memFree=28027772/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=575044 CPUtime=148.26 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 87654 0 0 0 14799 27 0 0 20 0 1 0 278911265 588845056 129533 33554432000 4194304 5654031 140733576595600 140733576583416 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 143761 129533 142 357 0 143401 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 650928

[startup+222.3 s]
/proc/loadavg: 2.02 2.09 2.14 3/181 25969
/proc/meminfo: memFree=28055368/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=575044 CPUtime=208.24 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 87692 0 0 0 20797 27 0 0 20 0 1 0 278911265 588845056 130606 33554432000 4194304 5654031 140733576595600 140733576583416 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 143761 130606 142 357 0 143401 0
Current children cumulated CPU time (s) 222.18

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

/proc/loadavg: 2.00 2.00 2.01 3/181 25983
/proc/meminfo: memFree=28037688/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=673620 CPUtime=1348 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 90425 0 0 0 134766 34 0 0 20 0 1 0 278911265 689786880 141176 33554432000 4194304 5654031 140733576595600 140733576583416 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 168405 141176 142 357 0 168045 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 749504

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 25983
/proc/meminfo: memFree=28066452/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=592232 CPUtime=1408 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 91086 0 0 0 140764 36 0 0 20 0 1 0 278911265 606445568 133741 33554432000 4194304 5654031 140733576595600 140733576593624 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 148058 133741 142 357 0 147698 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 668116

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.01 3/181 26032
/proc/meminfo: memFree=28067760/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=592232 CPUtime=1467.98 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 91142 0 0 0 146762 36 0 0 20 0 1 0 278911265 606445568 134819 33554432000 4194304 5654031 140733576595600 140733576583416 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 148058 134819 142 357 0 147698 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 668116

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 26033
/proc/meminfo: memFree=28059136/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=592232 CPUtime=1527.97 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 91144 0 0 0 152761 36 0 0 20 0 1 0 278911265 606445568 135843 33554432000 4194304 5654031 140733576595600 140733576583416 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 148058 135843 142 357 0 147698 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 668116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26033
/proc/meminfo: memFree=28063356/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=592232 CPUtime=1587.96 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 91145 0 0 0 158760 36 0 0 20 0 1 0 278911265 606445568 136355 33554432000 4194304 5654031 140733576595600 140733576583416 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 148058 136355 142 357 0 147698 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 668116

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26033
/proc/meminfo: memFree=28029536/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=592232 CPUtime=1647.96 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 91148 0 0 0 164759 37 0 0 20 0 1 0 278911265 606445568 137891 33554432000 4194304 5654031 140733576595600 140733576583416 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 148058 137891 142 357 0 147698 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 668116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26035
/proc/meminfo: memFree=28070296/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=673620 CPUtime=1707.95 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 91319 0 0 0 170757 38 0 0 20 0 1 0 278911265 689786880 138571 33554432000 4194304 5654031 140733576595600 140733576583416 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 168405 138571 142 357 0 168045 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 749504

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26038
/proc/meminfo: memFree=28063900/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=678196 CPUtime=1767.94 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 91525 0 0 0 176756 38 0 0 20 0 1 0 278911265 694472704 140310 33554432000 4194304 5654031 140733576595600 140733576583416 4232710 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 169549 140310 142 357 0 169189 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 754080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26038
/proc/meminfo: memFree=28063776/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=678196 CPUtime=1786.14 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 91528 0 0 0 178576 38 0 0 20 0 1 0 278911265 694472704 140313 33554432000 4194304 5654031 140733576595600 140733576583416 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 169549 140313 142 357 0 169189 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 754080

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26038
/proc/meminfo: memFree=28063776/32873844 swapFree=6856/6856
[pid=25960] ppid=25958 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25960/stat : 25960 (npSolver-pbo-It) S 25958 25960 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278909869 9367552 275 33554432000 4194304 5064252 140737182652240 140737182651152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25960/statm: 2287 275 233 213 0 72 0
[pid=25961] ppid=25960 vsize=66736 CPUtime=13.94 cores=1,3,5,7
/proc/25961/stat : 25961 (npSolver-pbo) S 25960 25960 24682 0 -1 4202496 18891 58737 0 0 353 153 861 27 20 0 1 0 278909870 68337664 13387 33554432000 4194304 5992684 140736062417312 140736062403144 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/25961/statm: 16684 13387 190 440 0 16240 0
[pid=25969] ppid=25961 vsize=678196 CPUtime=1786.14 cores=1,3,5,7
/proc/25969/stat : 25969 (glucosInc) R 25961 25960 24682 0 -1 4202496 91528 0 0 0 178576 38 0 0 20 0 1 0 278911265 694472704 140313 33554432000 4194304 5654031 140733576595600 140733576583416 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25969/statm: 169549 140313 142 357 0 169189 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 754080

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25960 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=149153
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=815723
# CPU time returned by wait4() is 13.9649
# 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.52
CPU time (s): 1800.08
CPU user time (s): 1797.9
CPU system time (s): 2.18
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 879732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1492
system time used= 1.81572
maximum resident set size= 421356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78003
page faults= 0
swaps= 0
block input operations= 0
block output operations= 540872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 554
involuntary context switches= 63

runsolver used 3.3005 second user time and 8.36573 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 16:10:50
IDJOB=3697848
IDBENCH=92698
IDSOLVER=2275
FILE ID=node144/3697848-1338127849
RUNJOBID= node144-1338121665-24699
PBS_JOBID= 14624480
Free space on /tmp= 71448 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_3_mh.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697848-1338127849/watcher-3697848-1338127849 -o /tmp/evaluation-result-3697848-1338127849/solver-3697848-1338127849 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697848-1338127849.opb 1629942420 HOME HOME

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

MD5SUM BENCH= d4efe70b0c8674b6d4d4e9279975f4ec
RANDOM SEED=1629942420

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:        28887016 kB
Buffers:          354280 kB
Cached:          2655200 kB
SwapCached:            0 kB
Active:           979012 kB
Inactive:        2170588 kB
Active(anon):     141156 kB
Inactive(anon):        0 kB
Active(file):     837856 kB
Inactive(file):  2170588 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10892 kB
Writeback:             0 kB
AnonPages:        261836 kB
Mapped:            15784 kB
Shmem:               200 kB
Slab:             695836 kB
SReclaimable:     138408 kB
SUnreclaim:       557428 kB
KernelStack:        1512 kB
PageTables:         4336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     263852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71228 MiB
End job on node144 at 2012-05-27 16:40:50