Trace number 3697814

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_2_mh_ic.opb
MD5SUMae034981987dcf56811f1bb984859bc0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2217982
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 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14191811181
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14191811181
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.99/1.08	c run inc solver
0.99/1.08	c [INC SYSTEM] run initial solver
0.99/1.08	c [INC SYSTEM] preprocess with white file
6.07/6.14	c [INC SYSTEM] finished preprocessing in 5 s
6.07/6.14	c [INC SYSTEM] execute solver
14.35/14.45	c [INC SEARCH] formula is SAT
14.35/14.48	c [INC SYSTEM] solved the initial formula
14.56/14.63	c model valid
14.56/14.63	c current solution ok
17.04/17.14	o 220151253
17.04/17.14	c [INC SYSTEM] there exists a inc, kill it!
17.04/17.14	c write failed with 2
17.04/17.15	c [INC SEARCH] iteration: 0
17.04/17.15	c [INC BOUNDS] best value:220151278 search for 220151277
17.04/17.15	c [INC SYSTEM] create new solver instance
17.04/17.15	c [INC] encode full formula
17.04/17.15	c fallback to adder encoding
19.86/19.91	c set iterative enc to: adder
19.86/19.91	c set iterative enc to: none
20.26/20.35	c [INC SEARCH] isOptimum variable: 0

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-3697814-1338125365/watcher-3697814-1338125365 -o /tmp/evaluation-result-3697814-1338125365/solver-3697814-1338125365 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697814-1338125365.opb 1126983780 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.79 2.26 2.08 3/176 1729
/proc/meminfo: memFree=29029748/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0

[startup+0.0098519 s]
/proc/loadavg: 2.79 2.26 2.08 3/176 1729
/proc/meminfo: memFree=29029748/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100246 s]
/proc/loadavg: 2.79 2.26 2.08 3/176 1729
/proc/meminfo: memFree=29029748/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300233 s]
/proc/loadavg: 2.79 2.26 2.08 3/176 1729
/proc/meminfo: memFree=29029748/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700281 s]
/proc/loadavg: 2.79 2.26 2.08 3/176 1729
/proc/meminfo: memFree=29029748/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.79 2.26 2.08 3/178 1731
/proc/meminfo: memFree=28962000/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=99816 CPUtime=1.1 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 12230 0 0 0 99 11 0 0 20 0 1 0 278662406 102211584 17515 33554432000 4194304 5992684 140737003036496 140737003030944 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1730/statm: 24954 17515 171 440 0 24510 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 108964

[startup+3.10043 s]
/proc/loadavg: 2.79 2.26 2.08 3/180 1733
/proc/meminfo: memFree=28677632/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=99816 CPUtime=1.1 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 12230 0 0 0 99 11 0 0 20 0 1 0 278662406 102211584 17515 33554432000 4194304 5992684 140737003036496 140737003030944 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1730/statm: 24954 17515 171 440 0 24510 0
[pid=1732] ppid=1730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1732/stat : 1732 (cp2_pre.sh) S 1730 1729 1566 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 278662517 9367552 276 33554432000 4194304 5064252 140736253640720 140736253639424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1732/statm: 2287 276 234 213 0 72 0
[pid=1733] ppid=1732 vsize=318160 CPUtime=1.98 cores=1,3,5,7
/proc/1733/stat : 1733 (coprocessor) R 1732 1729 1566 0 -1 4202496 41106 0 0 0 187 11 0 0 20 0 1 0 278662518 325795840 71299 33554432000 4194304 6586260 140735008864256 140735008860584 5512150 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/1733/statm: 79540 71299 166 584 0 78952 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 436272

[startup+6.30036 s]
/proc/loadavg: 2.72 2.26 2.08 3/180 1733
/proc/meminfo: memFree=28536844/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=99816 CPUtime=6.12 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 12248 51246 0 0 99 11 476 26 20 0 1 0 278662406 102211584 17517 33554432000 4194304 5992684 140737003036496 140737003022760 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1730/statm: 24954 17517 173 440 0 24510 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 108964

[startup+12.7004 s]
/proc/loadavg: 2.66 2.25 2.08 3/179 1735
/proc/meminfo: memFree=28770860/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=99816 CPUtime=6.12 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 12248 51246 0 0 99 11 476 26 20 0 1 0 278662406 102211584 17517 33554432000 4194304 5992684 140737003036496 140737003022760 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1730/statm: 24954 17517 173 440 0 24510 0
[pid=1735] ppid=1730 vsize=174528 CPUtime=6.54 cores=1,3,5,7
/proc/1735/stat : 1735 (glucosInc) R 1730 1729 1566 0 -1 4202496 32884 0 0 0 644 10 0 0 20 0 1 0 278663021 178716672 39705 33554432000 4194304 5654031 140734209755664 140734209753448 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1735/statm: 43632 39705 140 357 0 43272 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 283492

[startup+25.5004 s]
/proc/loadavg: 2.52 2.24 2.08 3/179 1738
/proc/meminfo: memFree=28083696/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=622232 CPUtime=5.13 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 94643 0 0 0 483 30 0 0 20 0 1 0 278664442 637165568 144397 33554432000 4194304 5654031 140735375267056 140735375264664 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 155558 144397 131 357 0 155198 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 757144

[startup+51.1004 s]
/proc/loadavg: 2.40 2.23 2.08 3/180 1742
/proc/meminfo: memFree=28086048/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=637156 CPUtime=30.72 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 96429 0 0 0 3037 35 0 0 20 0 1 0 278664442 652447744 147716 33554432000 4194304 5654031 140735375267056 140735375254872 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 159289 147716 142 357 0 158929 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 772068

[startup+102.307 s]
/proc/loadavg: 2.17 2.20 2.08 3/179 1742
/proc/meminfo: memFree=28075508/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=637156 CPUtime=81.93 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 96942 0 0 0 8157 36 0 0 20 0 1 0 278664442 652447744 149251 33554432000 4194304 5654031 140735375267056 140735375254872 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 159289 149251 142 357 0 158929 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 772068

[startup+162.3 s]
/proc/loadavg: 2.06 2.16 2.07 3/179 1742
/proc/meminfo: memFree=28073132/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=637156 CPUtime=141.91 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 96951 0 0 0 14155 36 0 0 20 0 1 0 278664442 652447744 149251 33554432000 4194304 5654031 140735375267056 140735375254872 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 159289 149251 142 357 0 158929 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 772068

[startup+222.3 s]
/proc/loadavg: 2.08 2.14 2.07 3/179 1793
/proc/meminfo: memFree=28254448/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=637156 CPUtime=201.88 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 97090 0 0 0 20151 37 0 0 20 0 1 0 278664442 652447744 149352 33554432000 4194304 5654031 140735375267056 140735375254872 4232403 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 159289 149352 142 357 0 158929 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 772068

[startup+282.3 s]
/proc/loadavg: 2.06 2.13 2.07 3/179 1793
/proc/meminfo: memFree=28240644/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=28210536/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=723032 CPUtime=1341.64 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 100199 0 0 0 134117 47 0 0 20 0 1 0 278664442 740384768 155669 33554432000 4194304 5654031 140735375267056 140735375264840 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 180758 155669 142 357 0 180398 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 857944

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 1804
/proc/meminfo: memFree=28194836/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=723656 CPUtime=1401.63 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 100328 0 0 0 140116 47 0 0 20 0 1 0 278664442 741023744 156309 33554432000 4194304 5654031 140735375267056 140735375254872 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 180914 156309 142 357 0 180554 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 858568

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 1804
/proc/meminfo: memFree=28198596/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=723788 CPUtime=1461.61 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 100395 0 0 0 146114 47 0 0 20 0 1 0 278664442 741158912 156887 33554432000 4194304 5654031 140735375267056 140735375254872 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 180947 156887 142 357 0 180587 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 858700

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1804
/proc/meminfo: memFree=28191832/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=724052 CPUtime=1521.61 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 100455 0 0 0 152113 48 0 0 20 0 1 0 278664442 741429248 157458 33554432000 4194304 5654031 140735375267056 140735375254872 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 181013 157458 142 357 0 180653 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 858964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1807
/proc/meminfo: memFree=28221640/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=724184 CPUtime=1581.59 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 100495 0 0 0 158111 48 0 0 20 0 1 0 278664442 741564416 157492 33554432000 4194304 5654031 140735375267056 140735375264840 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 181046 157492 142 357 0 180686 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 859096

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1807
/proc/meminfo: memFree=28215572/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=724184 CPUtime=1641.57 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 100540 0 0 0 164109 48 0 0 20 0 1 0 278664442 741564416 157503 33554432000 4194304 5654031 140735375267056 140735375264840 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 181046 157503 142 357 0 180686 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 859096

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1807
/proc/meminfo: memFree=28217840/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=724316 CPUtime=1701.56 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 100569 0 0 0 170108 48 0 0 20 0 1 0 278664442 741699584 157532 33554432000 4194304 5654031 140735375267056 140735375264840 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 181079 157532 142 357 0 180719 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 859228

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 1807
/proc/meminfo: memFree=28211076/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=724456 CPUtime=1761.55 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 100607 0 0 0 176107 48 0 0 20 0 1 0 278664442 741842944 158081 33554432000 4194304 5654031 140735375267056 140735375254872 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 181114 158081 142 357 0 180754 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 859368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1807
/proc/meminfo: memFree=28208904/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=724592 CPUtime=1779.75 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 100635 0 0 0 177927 48 0 0 20 0 1 0 278664442 741982208 158620 33554432000 4194304 5654031 140735375267056 140735375254872 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 181148 158620 142 357 0 180788 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 859504

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1807
/proc/meminfo: memFree=28208904/32873852 swapFree=6856/6856
[pid=1729] ppid=1727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1729/stat : 1729 (npSolver-pbo-It) S 1727 1729 1566 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278662406 9367552 275 33554432000 4194304 5064252 140735411822704 140735411821616 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1729/statm: 2287 275 233 213 0 72 0
[pid=1730] ppid=1729 vsize=125764 CPUtime=20.32 cores=1,3,5,7
/proc/1730/stat : 1730 (npSolver-pbo) S 1729 1729 1566 0 -1 4202496 24099 85449 0 0 441 248 1293 50 20 0 1 0 278662406 128782336 24053 33554432000 4194304 5992684 140737003036496 140737003022328 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/1730/statm: 31441 24053 190 440 0 30997 0
[pid=1738] ppid=1730 vsize=724592 CPUtime=1779.75 cores=1,3,5,7
/proc/1738/stat : 1738 (glucosInc) R 1730 1729 1566 0 -1 4202496 100635 0 0 0 177927 48 0 0 20 0 1 0 278664442 741982208 158620 33554432000 4194304 5654031 140735375267056 140735375254872 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1738/statm: 181148 158620 142 357 0 180788 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 859504

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1729 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.07
CPU user time (s): 1796.61
CPU system time (s): 3.46
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 985192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 4.29135 second user time and 10.9033 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-27 15:29:25
IDJOB=3697814
IDBENCH=92653
IDSOLVER=2275
FILE ID=node128/3697814-1338125365
RUNJOBID= node128-1338123762-1585
PBS_JOBID= 14624501
Free space on /tmp= 71296 MiB

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

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

MD5SUM BENCH= ae034981987dcf56811f1bb984859bc0
RANDOM SEED=1126983780

node128.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.389
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.77
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.389
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.389
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.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        29030400 kB
Buffers:          405612 kB
Cached:          2236404 kB
SwapCached:          620 kB
Active:          1383732 kB
Inactive:        1595904 kB
Active(anon):     327408 kB
Inactive(anon):    12304 kB
Active(file):    1056324 kB
Inactive(file):  1583600 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67107296 kB
Dirty:             17160 kB
Writeback:             0 kB
AnonPages:        349660 kB
Mapped:            15624 kB
Shmem:               200 kB
Slab:             718996 kB
SReclaimable:     160908 kB
SUnreclaim:       558088 kB
KernelStack:        1440 kB
PageTables:         4720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     528792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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= 71024 MiB
End job on node128 at 2012-05-27 15:59:28