Trace number 3697812

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 1801.72

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_0_mh_ic.opb
MD5SUMd1abf7b4963ec923523ad7cbca6393af
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4905751
Best CPU time to get the best result obtained on this benchmark1800.04
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 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 18442352201
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 18442352201
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.05	c run inc solver
0.99/1.05	c [INC SYSTEM] run initial solver
0.99/1.05	c [INC SYSTEM] preprocess with white file
5.62/5.81	c [INC SYSTEM] finished preprocessing in 4 s
5.62/5.81	c [INC SYSTEM] execute solver
11.92/12.18	c [INC SEARCH] formula is SAT
12.02/12.21	c [INC SYSTEM] solved the initial formula
12.12/12.37	c model valid
12.12/12.37	c current solution ok
14.49/14.72	o 283085075
14.49/14.72	c [INC SYSTEM] there exists a inc, kill it!
14.49/14.72	c write failed with 2
14.49/14.73	c [INC SEARCH] iteration: 0
14.49/14.73	c [INC BOUNDS] best value:283085100 search for 283085099
14.49/14.73	c [INC SYSTEM] create new solver instance
14.49/14.73	c [INC] encode full formula
14.49/14.73	c fallback to adder encoding
17.33/17.55	c set iterative enc to: adder
17.33/17.55	c set iterative enc to: none
17.76/19.00	c [INC SEARCH] isOptimum variable: 0
1800.05/1801.71	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.05/1801.71	s UNKNOWN
1800.05/1801.71	c [INC SYSTEM] there exists a inc, kill it!
1800.05/1801.71	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-3697812-1338126116/watcher-3697812-1338126116 -o /tmp/evaluation-result-3697812-1338126116/solver-3697812-1338126116 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697812-1338126116.opb 498626338 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.49 2.88 2.87 3/179 10879
/proc/meminfo: memFree=28080344/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0

[startup+0.0956229 s]
/proc/loadavg: 3.49 2.88 2.87 3/179 10879
/proc/meminfo: memFree=28080344/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100123 s]
/proc/loadavg: 3.49 2.88 2.87 3/179 10879
/proc/meminfo: memFree=28080344/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 3.49 2.88 2.87 3/179 10879
/proc/meminfo: memFree=28080344/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700278 s]
/proc/loadavg: 3.49 2.88 2.87 3/179 10879
/proc/meminfo: memFree=28080344/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/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.37 2.87 2.86 3/181 10881
/proc/meminfo: memFree=27995152/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=99816 CPUtime=1.07 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 12248 0 0 0 97 10 0 0 20 0 1 0 278740170 102211584 17533 33554432000 4194304 5992684 140733578871728 140733578866176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 24954 17533 171 440 0 24510 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 108964

[startup+3.10041 s]
/proc/loadavg: 3.37 2.87 2.86 3/183 10883
/proc/meminfo: memFree=27718712/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=99816 CPUtime=1.07 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 12248 0 0 0 97 10 0 0 20 0 1 0 278740170 102211584 17533 33554432000 4194304 5992684 140733578871728 140733578866176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 24954 17533 171 440 0 24510 0
[pid=10882] ppid=10880 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10882/stat : 10882 (cp2_pre.sh) S 10880 10879 10269 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278740277 9367552 277 33554432000 4194304 5064252 140735747996976 140735747995680 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10882/statm: 2287 277 234 213 0 72 0
[pid=10883] ppid=10882 vsize=327996 CPUtime=2.01 cores=0,2,4,6
/proc/10883/stat : 10883 (coprocessor) R 10882 10879 10269 0 -1 4202496 42739 0 0 0 192 9 0 0 20 0 1 0 278740278 335867904 79575 33554432000 4194304 6586260 140735763246784 140735763242936 4767945 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/10883/statm: 81999 79575 176 584 0 81411 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 446108

[startup+6.30027 s]
/proc/loadavg: 3.37 2.87 2.86 3/183 10883
/proc/meminfo: memFree=27579768/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=99816 CPUtime=5.63 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 12265 51140 0 0 97 10 434 22 20 0 1 0 278740170 102211584 17535 33554432000 4194304 5992684 140733578871728 140733578857992 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 24954 17535 173 440 0 24510 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 108964

[startup+12.7003 s]
/proc/loadavg: 3.31 2.87 2.86 3/181 10885
/proc/meminfo: memFree=27819512/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=113748 CPUtime=6.17 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) R 10879 10879 10269 0 -1 4202496 14779 51140 0 0 121 40 434 22 20 0 1 0 278740170 116477952 21025 33554432000 4194304 5992684 140733578871728 140733578857992 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 28437 21025 180 440 0 27993 0
[pid=10885] ppid=10880 vsize=175344 CPUtime=6.35 cores=0,2,4,6
/proc/10885/stat : 10885 (glucosInc) S 10880 10879 10269 0 -1 4202496 33141 0 0 0 628 7 0 0 20 0 1 0 278740751 179552256 39963 33554432000 4194304 5654031 140733569234960 140733569233272 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10885/statm: 43836 39963 146 357 0 43476 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 298240

[startup+25.5003 s]
/proc/loadavg: 3.11 2.84 2.85 3/182 10889
/proc/meminfo: memFree=27117340/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=627448 CPUtime=6.48 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 95912 0 0 0 619 29 0 0 20 0 1 0 278742070 642506752 147974 33554432000 4194304 5654031 140735581017616 140735581015400 4232800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 156862 147974 141 357 0 156502 0
Current children cumulated CPU time (s) 24.25
Current children cumulated vsize (KiB) 762360

[startup+51.1003 s]
/proc/loadavg: 2.79 2.79 2.83 3/182 10889
/proc/meminfo: memFree=27121492/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=629824 CPUtime=32.07 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 96842 0 0 0 3178 29 0 0 20 0 1 0 278742070 644939776 148904 33554432000 4194304 5654031 140735581017616 140735581015400 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 157456 148904 141 357 0 157096 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 764736

[startup+102.307 s]
/proc/loadavg: 2.31 2.65 2.78 3/181 10889
/proc/meminfo: memFree=27107700/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=713004 CPUtime=83.27 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 98160 0 0 0 8297 30 0 0 20 0 1 0 278742070 730116096 151237 33554432000 4194304 5654031 140735581017616 140735581015400 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 178251 151237 142 357 0 177891 0
Current children cumulated CPU time (s) 101.04
Current children cumulated vsize (KiB) 847916

[startup+162.3 s]
/proc/loadavg: 2.11 2.53 2.73 3/181 10889
/proc/meminfo: memFree=27107580/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=714456 CPUtime=143.23 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 98563 0 0 0 14292 31 0 0 20 0 1 0 278742070 731602944 152107 33554432000 4194304 5654031 140735581017616 140735581015400 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 178614 152107 142 357 0 178254 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 849368

[startup+222.3 s]
/proc/loadavg: 2.04 2.43 2.68 3/181 10889
/proc/meminfo: memFree=27099232/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=715388 CPUtime=203.19 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 98990 0 0 0 20288 31 0 0 20 0 1 0 278742070 732557312 153009 33554432000 4194304 5654031 140735581017616 140735581005432 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 178847 153009 142 357 0 178487 0
Current children cumulated CPU time (s) 220.96
Current children cumulated vsize (KiB) 850300

[startup+282.3 s]
/proc/loadavg: 2.01 2.35 2.64 3/181 10889
/proc/meminfo: memFree=27103580/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=27087652/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=732532 CPUtime=1282.98 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 102949 0 0 0 128261 37 0 0 20 0 1 0 278742070 750112768 155376 33554432000 4194304 5654031 140735581017616 140735581015704 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10889/statm: 183133 155376 142 357 0 182773 0
Current children cumulated CPU time (s) 1300.75
Current children cumulated vsize (KiB) 867444

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.18 3/181 10922
/proc/meminfo: memFree=27082192/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=732532 CPUtime=1342.97 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 103335 0 0 0 134259 38 0 0 20 0 1 0 278742070 750112768 156240 33554432000 4194304 5654031 140735581017616 140735581005432 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10889/statm: 183133 156240 142 357 0 182773 0
Current children cumulated CPU time (s) 1360.74
Current children cumulated vsize (KiB) 867444

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.16 3/181 10922
/proc/meminfo: memFree=27085700/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=732532 CPUtime=1402.96 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 103338 0 0 0 140258 38 0 0 20 0 1 0 278742070 750112768 156797 33554432000 4194304 5654031 140735581017616 140735581005432 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10889/statm: 183133 156797 142 357 0 182773 0
Current children cumulated CPU time (s) 1420.73
Current children cumulated vsize (KiB) 867444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/181 10969
/proc/meminfo: memFree=27119892/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=732532 CPUtime=1462.92 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 103376 0 0 0 146254 38 0 0 20 0 1 0 278742070 750112768 157309 33554432000 4194304 5654031 140735581017616 140735581005432 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 183133 157309 142 357 0 182773 0
Current children cumulated CPU time (s) 1480.69
Current children cumulated vsize (KiB) 867444

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/180 10969
/proc/meminfo: memFree=27122316/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=732532 CPUtime=1522.9 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 103391 0 0 0 152252 38 0 0 20 0 1 0 278742070 750112768 157309 33554432000 4194304 5654031 140735581017616 140735581005432 4232800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 183133 157309 142 357 0 182773 0
Current children cumulated CPU time (s) 1540.67
Current children cumulated vsize (KiB) 867444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/181 10972
/proc/meminfo: memFree=27123080/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=732532 CPUtime=1582.89 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 103393 0 0 0 158251 38 0 0 20 0 1 0 278742070 750112768 158333 33554432000 4194304 5654031 140735581017616 140735581005432 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 183133 158333 142 357 0 182773 0
Current children cumulated CPU time (s) 1600.66
Current children cumulated vsize (KiB) 867444

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.12 3/181 10972
/proc/meminfo: memFree=27119108/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=732532 CPUtime=1642.89 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 103394 0 0 0 164250 39 0 0 20 0 1 0 278742070 750112768 158845 33554432000 4194304 5654031 140735581017616 140735581005432 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 183133 158845 142 357 0 182773 0
Current children cumulated CPU time (s) 1660.66
Current children cumulated vsize (KiB) 867444

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.12 3/182 10975
/proc/meminfo: memFree=27104424/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=732532 CPUtime=1702.88 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 103434 0 0 0 170249 39 0 0 20 0 1 0 278742070 750112768 159907 33554432000 4194304 5654031 140735581017616 140735581005432 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 183133 159907 142 357 0 182773 0
Current children cumulated CPU time (s) 1720.65
Current children cumulated vsize (KiB) 867444

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.11 3/181 10975
/proc/meminfo: memFree=27108348/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=732532 CPUtime=1762.87 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 103664 0 0 0 176248 39 0 0 20 0 1 0 278742070 750112768 160648 33554432000 4194304 5654031 140735581017616 140735581005432 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 183133 160648 142 357 0 182773 0
Current children cumulated CPU time (s) 1780.64
Current children cumulated vsize (KiB) 867444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.05 2.03 2.11 3/181 10975
/proc/meminfo: memFree=27106300/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=732532 CPUtime=1782.28 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 103665 0 0 0 178189 39 0 0 20 0 1 0 278742070 750112768 161160 33554432000 4194304 5654031 140735581017616 140735581005432 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 183133 161160 142 357 0 182773 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867444

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.7 s]
/proc/loadavg: 2.05 2.03 2.11 3/181 10975
/proc/meminfo: memFree=27106300/32873844 swapFree=7620/7620
[pid=10879] ppid=10877 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10879/stat : 10879 (npSolver-pbo-It) S 10877 10879 10269 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278740169 9367552 275 33554432000 4194304 5064252 140736243963888 140736243962800 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10879/statm: 2287 275 233 213 0 72 0
[pid=10880] ppid=10879 vsize=125764 CPUtime=17.77 cores=0,2,4,6
/proc/10880/stat : 10880 (npSolver-pbo) S 10879 10879 10269 0 -1 4202496 24422 85319 0 0 430 242 1063 42 20 0 1 0 278740170 128782336 24071 33554432000 4194304 5992684 140733578871728 140733578857560 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10880/statm: 31441 24071 190 440 0 30997 0
[pid=10889] ppid=10880 vsize=732532 CPUtime=1782.28 cores=0,2,4,6
/proc/10889/stat : 10889 (glucosInc) R 10880 10879 10269 0 -1 4202496 103665 0 0 0 178189 39 0 0 20 0 1 0 278742070 750112768 161160 33554432000 4194304 5654031 140735581017616 140735581005432 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10889/statm: 183133 161160 142 357 0 182773 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867444

Child status: 0
Real time (s): 1801.72
CPU time (s): 1800.08
CPU user time (s): 1796.83
CPU system time (s): 3.2515
CPU usage (%): 99.909
Max. virtual memory (cumulated for all children) (KiB): 997672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.83
system time used= 3.2515
maximum resident set size= 789652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213785
page faults= 0
swaps= 0
block input operations= 16
block output operations= 723000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1281
involuntary context switches= 2403

runsolver used 2.57361 second user time and 7.29789 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 15:41:56
IDJOB=3697812
IDBENCH=92674
IDSOLVER=2275
FILE ID=node107/3697812-1338126116
RUNJOBID= node107-1338123064-10285
PBS_JOBID= 14624494
Free space on /tmp= 71512 MiB

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

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

MD5SUM BENCH= d1abf7b4963ec923523ad7cbca6393af
RANDOM SEED=498626338

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.86
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.760
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:        28080892 kB
Buffers:          345380 kB
Cached:          3442916 kB
SwapCached:            0 kB
Active:          1023368 kB
Inactive:        2935328 kB
Active(anon):     172644 kB
Inactive(anon):        0 kB
Active(file):     850724 kB
Inactive(file):  2935328 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15040 kB
Writeback:           112 kB
AnonPages:        242896 kB
Mapped:            15876 kB
Shmem:               200 kB
Slab:             693832 kB
SReclaimable:     135264 kB
SUnreclaim:       558568 kB
KernelStack:        1512 kB
PageTables:         4684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     310780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71252 MiB
End job on node107 at 2012-05-27 16:11:58