Trace number 3697816

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.12 1801.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_4_mh_ic.opb
MD5SUM28aef98ecae5ad7c0bc1921f6d6032a5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5114454
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 106496424
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 13952376603
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 106496424
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 13952376603
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

1.09/1.12	c run inc solver
1.09/1.12	c [INC SYSTEM] run initial solver
1.09/1.12	c [INC SYSTEM] preprocess with white file
5.64/5.82	c [INC SYSTEM] finished preprocessing in 4 s
5.64/5.82	c [INC SYSTEM] execute solver
11.65/11.87	c [INC SEARCH] formula is SAT
11.75/11.90	c [INC SYSTEM] solved the initial formula
11.87/12.06	c model valid
11.87/12.06	c current solution ok
14.33/14.52	o 213269899
14.33/14.52	c [INC SYSTEM] there exists a inc, kill it!
14.33/14.52	c write failed with 2
14.33/14.53	c [INC SEARCH] iteration: 0
14.33/14.53	c [INC BOUNDS] best value:213269924 search for 213269923
14.33/14.53	c [INC SYSTEM] create new solver instance
14.33/14.53	c [INC] encode full formula
14.33/14.53	c fallback to adder encoding
17.15/17.39	c set iterative enc to: adder
17.15/17.39	c set iterative enc to: none
17.52/18.70	c [INC SEARCH] isOptimum variable: 0
1800.09/1801.61	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.09/1801.61	s UNKNOWN
1800.09/1801.61	c [INC SYSTEM] there exists a inc, kill it!
1800.09/1801.61	c write failed with -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-3697816-1338125562/watcher-3697816-1338125562 -o /tmp/evaluation-result-3697816-1338125562/solver-3697816-1338125562 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697816-1338125562.opb 471373772 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.97 3.88 3.14 3/179 25723
/proc/meminfo: memFree=28164176/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0

[startup+0.0751371 s]
/proc/loadavg: 3.97 3.88 3.14 3/179 25723
/proc/meminfo: memFree=28164176/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 3.97 3.88 3.14 3/179 25723
/proc/meminfo: memFree=28164176/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300181 s]
/proc/loadavg: 3.97 3.88 3.14 3/179 25723
/proc/meminfo: memFree=28164176/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 3.97 3.88 3.14 3/179 25723
/proc/meminfo: memFree=28164176/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 3.97 3.88 3.14 3/181 25725
/proc/meminfo: memFree=28101500/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=99812 CPUtime=1.14 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 11991 0 0 0 103 11 0 0 20 0 1 0 278681107 102207488 17276 33554432000 4194304 5992684 140735707891216 140735707885664 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 24953 17276 171 440 0 24509 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 108960

[startup+3.10044 s]
/proc/loadavg: 3.81 3.85 3.14 3/183 25727
/proc/meminfo: memFree=27806024/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=99812 CPUtime=1.14 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 11991 0 0 0 103 11 0 0 20 0 1 0 278681107 102207488 17276 33554432000 4194304 5992684 140735707891216 140735707885664 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 24953 17276 171 440 0 24509 0
[pid=25726] ppid=25724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25726/stat : 25726 (cp2_pre.sh) S 25724 25723 24682 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 278681222 9367552 277 33554432000 4194304 5064252 140735988792976 140735988791680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25726/statm: 2287 277 234 213 0 72 0
[pid=25727] ppid=25726 vsize=323896 CPUtime=1.93 cores=0,2,4,6
/proc/25727/stat : 25727 (coprocessor) R 25726 25723 24682 0 -1 4202496 40498 0 0 0 186 7 0 0 20 0 1 0 278681223 331669504 78356 33554432000 4194304 6586260 140734167604832 140734167601096 4789143 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/25727/statm: 80974 78357 172 584 0 80386 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 442004

[startup+6.30032 s]
/proc/loadavg: 3.81 3.85 3.14 3/183 25727
/proc/meminfo: memFree=27665796/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=99812 CPUtime=5.68 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 12009 49849 0 0 103 11 434 20 20 0 1 0 278681107 102207488 17278 33554432000 4194304 5992684 140735707891216 140735707877480 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 24953 17278 173 440 0 24509 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 108960

[startup+12.7003 s]
/proc/loadavg: 3.60 3.80 3.13 3/182 25729
/proc/meminfo: memFree=27894128/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=113744 CPUtime=6.53 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) R 25723 25723 24682 0 -1 4202496 14522 49849 0 0 132 67 434 20 20 0 1 0 278681107 116473856 20768 33554432000 4194304 5992684 140735707891216 140735707885400 5179696 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25724/statm: 28436 20768 180 440 0 27992 0
[pid=25729] ppid=25724 vsize=175340 CPUtime=6.03 cores=0,2,4,6
/proc/25729/stat : 25729 (glucosInc) S 25724 25723 24682 0 -1 4202496 32924 0 0 0 597 6 0 0 20 0 1 0 278681689 179548160 39153 33554432000 4194304 5654031 140734791327808 140734791326120 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25729/statm: 43835 39153 146 357 0 43475 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 298232

[startup+25.5003 s]
/proc/loadavg: 3.36 3.74 3.12 3/182 25732
/proc/meminfo: memFree=27226188/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=622292 CPUtime=6.78 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 94526 0 0 0 649 29 0 0 20 0 1 0 278682977 637227008 144068 33554432000 4194304 5654031 140733405819712 140733405817496 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25732/statm: 155573 144068 131 357 0 155213 0
Current children cumulated CPU time (s) 24.4
Current children cumulated vsize (KiB) 757200

[startup+51.1004 s]
/proc/loadavg: 2.89 3.60 3.09 3/182 25732
/proc/meminfo: memFree=27234248/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=623904 CPUtime=32.38 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 95056 0 0 0 3208 30 0 0 20 0 1 0 278682977 638877696 144598 33554432000 4194304 5654031 140733405819712 140733405807528 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 155976 144598 141 357 0 155616 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 758812

[startup+102.306 s]
/proc/loadavg: 2.42 3.35 3.03 3/181 25732
/proc/meminfo: memFree=27229064/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=626544 CPUtime=83.57 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 95851 0 0 0 8326 31 0 0 20 0 1 0 278682977 641581056 145886 33554432000 4194304 5654031 140733405819712 140733405807528 4797458 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 156636 145886 142 357 0 156276 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 761452

[startup+162.3 s]
/proc/loadavg: 2.23 3.12 2.97 3/181 25733
/proc/meminfo: memFree=27225432/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=628132 CPUtime=143.52 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 96321 0 0 0 14321 31 0 0 20 0 1 0 278682977 643207168 146827 33554432000 4194304 5654031 140733405819712 140733405807528 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 157033 146827 142 357 0 156673 0
Current children cumulated CPU time (s) 161.14
Current children cumulated vsize (KiB) 763040

[startup+222.3 s]
/proc/loadavg: 2.08 2.91 2.90 3/181 25733
/proc/meminfo: memFree=27218888/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=711308 CPUtime=203.49 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 97350 0 0 0 20316 33 0 0 20 0 1 0 278682977 728379392 148336 33554432000 4194304 5654031 140733405819712 140733405807528 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 177827 148336 142 357 0 177467 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 846216

[startup+282.3 s]
/proc/loadavg: 2.03 2.74 2.84 3/181 25733
/proc/meminfo: memFree=27213612/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=27894252/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=720016 CPUtime=1223.27 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 100015 0 0 0 122290 37 0 0 20 0 1 0 278682977 737296384 152239 33554432000 4194304 5654031 140733405819712 140733405817496 4216697 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 180004 152239 142 357 0 179644 0
Current children cumulated CPU time (s) 1240.89
Current children cumulated vsize (KiB) 854924

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.26 3/181 25789
/proc/meminfo: memFree=27893068/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=720196 CPUtime=1283.26 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 100056 0 0 0 128289 37 0 0 20 0 1 0 278682977 737480704 152811 33554432000 4194304 5654031 140733405819712 140733405817496 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 180049 152811 142 357 0 179689 0
Current children cumulated CPU time (s) 1300.88
Current children cumulated vsize (KiB) 855104

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.24 3/181 25792
/proc/meminfo: memFree=27924964/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=720196 CPUtime=1343.22 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 100086 0 0 0 134285 37 0 0 20 0 1 0 278682977 737480704 152813 33554432000 4194304 5654031 140733405819712 140733405817496 4232495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 180049 152813 142 357 0 179689 0
Current children cumulated CPU time (s) 1360.84
Current children cumulated vsize (KiB) 855104

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.22 3/181 25792
/proc/meminfo: memFree=27919752/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=720448 CPUtime=1403.23 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 100130 0 0 0 140285 38 0 0 20 0 1 0 278682977 737738752 153368 33554432000 4194304 5654031 140733405819712 140733405817496 4232581 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 180112 153368 142 357 0 179752 0
Current children cumulated CPU time (s) 1420.85
Current children cumulated vsize (KiB) 855356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/181 25792
/proc/meminfo: memFree=27913672/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=720448 CPUtime=1463.21 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 100154 0 0 0 146283 38 0 0 20 0 1 0 278682977 737738752 153903 33554432000 4194304 5654031 140733405819712 140733405817496 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 180112 153903 142 357 0 179752 0
Current children cumulated CPU time (s) 1480.83
Current children cumulated vsize (KiB) 855356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.19 3/181 25792
/proc/meminfo: memFree=27910880/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=720448 CPUtime=1523.2 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 100155 0 0 0 152282 38 0 0 20 0 1 0 278682977 737738752 154415 33554432000 4194304 5654031 140733405819712 140733405817496 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 180112 154415 142 357 0 179752 0
Current children cumulated CPU time (s) 1540.82
Current children cumulated vsize (KiB) 855356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/181 25792
/proc/meminfo: memFree=27909520/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=720984 CPUtime=1583.19 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 100208 0 0 0 158281 38 0 0 20 0 1 0 278682977 738287616 154468 33554432000 4194304 5654031 140733405819712 140733405817496 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 180246 154468 142 357 0 179886 0
Current children cumulated CPU time (s) 1600.81
Current children cumulated vsize (KiB) 855892

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.17 3/181 25795
/proc/meminfo: memFree=27912404/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=721276 CPUtime=1643.18 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 100294 0 0 0 164280 38 0 0 20 0 1 0 278682977 738586624 155065 33554432000 4194304 5654031 140733405819712 140733405817608 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 180319 155065 142 357 0 179959 0
Current children cumulated CPU time (s) 1660.8
Current children cumulated vsize (KiB) 856184

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.16 3/182 25819
/proc/meminfo: memFree=27910100/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=721276 CPUtime=1703.17 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 100297 0 0 0 170279 38 0 0 20 0 1 0 278682977 738586624 155068 33554432000 4194304 5654031 140733405819712 140733405817608 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 180319 155068 142 357 0 179959 0
Current children cumulated CPU time (s) 1720.79
Current children cumulated vsize (KiB) 856184

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.15 3/181 25819
/proc/meminfo: memFree=27903656/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=721276 CPUtime=1763.16 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 100298 0 0 0 176278 38 0 0 20 0 1 0 278682977 738586624 155580 33554432000 4194304 5654031 140733405819712 140733405817608 4232817 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 180319 155580 142 357 0 179959 0
Current children cumulated CPU time (s) 1780.78
Current children cumulated vsize (KiB) 856184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.00 2.01 2.14 3/181 25819
/proc/meminfo: memFree=27898852/32873844 swapFree=6856/6856
[pid=25723] ppid=25721 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25723/stat : 25723 (npSolver-pbo-It) S 25721 25723 24682 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278681107 9367552 275 33554432000 4194304 5064252 140737056047152 140737056046064 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25723/statm: 2287 275 233 213 0 72 0
[pid=25724] ppid=25723 vsize=125760 CPUtime=17.62 cores=0,2,4,6
/proc/25724/stat : 25724 (npSolver-pbo) S 25723 25723 24682 0 -1 4202496 23951 83811 0 0 447 247 1031 37 20 0 1 0 278681107 128778240 23814 33554432000 4194304 5992684 140735707891216 140735707877048 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/25724/statm: 31440 23814 190 440 0 30996 0
[pid=25732] ppid=25724 vsize=721276 CPUtime=1782.47 cores=0,2,4,6
/proc/25732/stat : 25732 (glucosInc) R 25724 25723 24682 0 -1 4202496 100321 0 0 0 178209 38 0 0 20 0 1 0 278682977 738586624 155603 33554432000 4194304 5654031 140733405819712 140733405807528 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25732/statm: 180319 155603 142 357 0 179959 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 856184

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.62
CPU time (s): 1800.12
CPU user time (s): 1796.88
CPU system time (s): 3.24451
CPU usage (%): 99.9172
Max. virtual memory (cumulated for all children) (KiB): 983488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.88
system time used= 3.24451
maximum resident set size= 761876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 708040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1283
involuntary context switches= 1881

runsolver used 10.4154 second user time and 14.6608 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 15:32:42
IDJOB=3697816
IDBENCH=92662
IDSOLVER=2275
FILE ID=node144/3697816-1338125562
RUNJOBID= node144-1338121665-24698
PBS_JOBID= 14624480
Free space on /tmp= 71304 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_4_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697816-1338125562/watcher-3697816-1338125562 -o /tmp/evaluation-result-3697816-1338125562/solver-3697816-1338125562 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697816-1338125562.opb 471373772 HOME HOME

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

MD5SUM BENCH= 28aef98ecae5ad7c0bc1921f6d6032a5
RANDOM SEED=471373772

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:        28164176 kB
Buffers:          349920 kB
Cached:          2796968 kB
SwapCached:            0 kB
Active:          1703736 kB
Inactive:        2166384 kB
Active(anon):     724696 kB
Inactive(anon):        0 kB
Active(file):     979040 kB
Inactive(file):  2166384 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             19892 kB
Writeback:             0 kB
AnonPages:        729000 kB
Mapped:            15648 kB
Shmem:               200 kB
Slab:             698324 kB
SReclaimable:     139848 kB
SUnreclaim:       558476 kB
KernelStack:        1464 kB
PageTables:         5448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     987084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    577536 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= 71184 MiB
End job on node144 at 2012-05-27 16:02:44