Trace number 3702560

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-quickBound? (TO) 1800.04 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_7_ic.opb
MD5SUMa68c99426915823baa7396c373ffb50a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
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 15865908633
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 15865908633
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.44	c run inc solver
0.00/0.44	c [INC SYSTEM] run initial solver
0.00/0.44	c [INC SYSTEM] preprocess with white file
3.77/3.84	c [INC SYSTEM] finished preprocessing in 3 s
3.77/3.84	c [INC SYSTEM] execute solver
1800.04/1800.41	c an unexpexted return value has been received, exit
1800.04/1800.41	s UNKNOWN

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-3702560-1338143198/watcher-3702560-1338143198 -o /tmp/evaluation-result-3702560-1338143198/solver-3702560-1338143198 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702560-1338143198.opb 1996437921 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: 1.99 1.96 1.98 3/182 13723
/proc/meminfo: memFree=31378980/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0

[startup+0.026172 s]
/proc/loadavg: 1.99 1.96 1.98 3/182 13723
/proc/meminfo: memFree=31378980/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 1.99 1.96 1.98 3/182 13723
/proc/meminfo: memFree=31378980/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300233 s]
/proc/loadavg: 1.99 1.96 1.98 3/182 13723
/proc/meminfo: memFree=31378980/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700226 s]
/proc/loadavg: 1.99 1.96 1.98 3/182 13723
/proc/meminfo: memFree=31378980/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 1.99 1.96 1.98 3/186 13741
/proc/meminfo: memFree=31254996/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=0.44 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6776 0 0 0 40 4 0 0 20 0 1 0 280445158 33509376 7630 33554432000 4194304 5992684 140737011217920 140737011212368 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7630 171 440 0 7737 0
[pid=13733] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13733/stat : 13733 (cp2_pre.sh) S 13724 13723 4091 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 280445203 9367552 276 33554432000 4194304 5064252 140737320009808 140737320008512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13733/statm: 2287 276 234 213 0 72 0
[pid=13734] ppid=13733 vsize=130628 CPUtime=1.03 cores=1,3,5,7
/proc/13734/stat : 13734 (coprocessor) R 13733 13723 4091 0 -1 4202496 23719 0 0 0 98 5 0 0 20 0 1 0 280445203 133763072 31666 33554432000 4194304 6586260 140736037043856 140736037040120 4756558 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/13734/statm: 32657 31666 182 584 0 32069 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 181648

[startup+3.10032 s]
/proc/loadavg: 1.99 1.96 1.98 3/184 13753
/proc/meminfo: memFree=31246156/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=0.44 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6776 0 0 0 40 4 0 0 20 0 1 0 280445158 33509376 7630 33554432000 4194304 5992684 140737011217920 140737011212368 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7630 171 440 0 7737 0
[pid=13733] ppid=13724 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13733/stat : 13733 (cp2_pre.sh) S 13724 13723 4091 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 280445203 9367552 276 33554432000 4194304 5064252 140737320009808 140737320008512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13733/statm: 2287 276 234 213 0 72 0
[pid=13734] ppid=13733 vsize=152104 CPUtime=2.63 cores=1,3,5,7
/proc/13734/stat : 13734 (coprocessor) R 13733 13723 4091 0 -1 4202496 27254 0 0 0 257 6 0 0 20 0 1 0 280445203 155754496 37245 33554432000 4194304 6586260 140736037043856 140736037039176 5599216 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/13734/statm: 38026 37245 192 584 0 37438 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 203124

[startup+6.30037 s]
/proc/loadavg: 1.99 1.96 1.98 3/185 13785
/proc/meminfo: memFree=31275128/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=79568 CPUtime=2.44 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 14662 0 0 0 241 3 0 0 20 0 1 0 280445542 81477632 15617 33554432000 4194304 5654031 140733929749696 140733929747480 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 19892 15617 140 357 0 19532 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 121440

[startup+12.7003 s]
/proc/loadavg: 1.99 1.96 1.98 3/185 13862
/proc/meminfo: memFree=31297236/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=80096 CPUtime=8.83 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 15020 0 0 0 880 3 0 0 20 0 1 0 280445542 82018304 16486 33554432000 4194304 5654031 140733929749696 140733929737512 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 20024 16486 140 357 0 19664 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 121968

[startup+25.5004 s]
/proc/loadavg: 1.99 1.96 1.98 3/185 14012
/proc/meminfo: memFree=31303024/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=81200 CPUtime=21.64 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 15279 0 0 0 2160 4 0 0 20 0 1 0 280445542 83148800 17256 33554432000 4194304 5654031 140733929749696 140733929747592 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 20300 17256 140 357 0 19940 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 123072

[startup+51.1003 s]
/proc/loadavg: 1.99 1.96 1.98 3/185 14306
/proc/meminfo: memFree=31302776/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=82036 CPUtime=47.24 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 16417 0 0 0 4719 5 0 0 20 0 1 0 280445542 84004864 17219 33554432000 4194304 5654031 140733929749696 140733929747720 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 20509 17219 142 357 0 20149 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 123908

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.98 3/185 14908
/proc/meminfo: memFree=31249812/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=131588 CPUtime=98.42 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 18224 0 0 0 9836 6 0 0 20 0 1 0 280445542 134746112 30386 33554432000 4194304 5654031 140733929749696 140733929737512 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 32897 30386 142 357 0 32537 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 173460

[startup+162.3 s]
/proc/loadavg: 2.41 2.08 2.02 3/185 15614
/proc/meminfo: memFree=31247184/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=131588 CPUtime=158.4 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 18233 0 0 0 15834 6 0 0 20 0 1 0 280445542 134746112 30959 33554432000 4194304 5654031 140733929749696 140733929737512 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 32897 30959 142 357 0 32537 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 173460

[startup+222.3 s]
/proc/loadavg: 2.63 2.21 2.06 3/186 16334
/proc/meminfo: memFree=31246700/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=131588 CPUtime=218.39 cores=1,3,5,7

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

/proc/loadavg: 1.00 1.03 1.34 2/175 17196
/proc/meminfo: memFree=31288960/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=150556 CPUtime=1298.21 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 31844 0 0 0 129792 29 0 0 20 0 1 0 280445542 154169344 32910 33554432000 4194304 5654031 140733929749696 140733929747784 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 37639 32910 142 357 0 37279 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 192428

[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 1.31 2/175 17196
/proc/meminfo: memFree=31291240/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=150556 CPUtime=1358.19 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 32768 0 0 0 135789 30 0 0 20 0 1 0 280445542 154169344 32398 33554432000 4194304 5654031 140733929749696 140733929747784 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 37639 32398 142 357 0 37279 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 192428

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 1.29 2/176 17199
/proc/meminfo: memFree=31296416/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=150556 CPUtime=1418.18 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 33360 0 0 0 141787 31 0 0 20 0 1 0 280445542 154169344 31051 33554432000 4194304 5654031 140733929749696 140733929747784 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 37639 31051 142 357 0 37279 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 192428

[startup+1482.3 s]
/proc/loadavg: 1.07 1.03 1.27 2/175 17199
/proc/meminfo: memFree=31295776/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=150556 CPUtime=1478.17 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 34538 0 0 0 147784 33 0 0 20 0 1 0 280445542 154169344 31295 33554432000 4194304 5654031 140733929749696 140733929747784 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 37639 31295 142 357 0 37279 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 192428

[startup+1542.3 s]
/proc/loadavg: 1.02 1.02 1.25 2/175 17200
/proc/meminfo: memFree=31295376/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=150556 CPUtime=1538.15 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 35526 0 0 0 153780 35 0 0 20 0 1 0 280445542 154169344 31347 33554432000 4194304 5654031 140733929749696 140733929747784 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 37639 31347 142 357 0 37279 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 192428

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.24 2/175 17200
/proc/meminfo: memFree=31293176/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=150556 CPUtime=1598.15 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 36470 0 0 0 159778 37 0 0 20 0 1 0 280445542 154169344 31886 33554432000 4194304 5654031 140733929749696 140733929747784 4216105 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 37639 31886 142 357 0 37279 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 192428

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/175 17200
/proc/meminfo: memFree=31296932/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=131588 CPUtime=1658.12 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 36829 0 0 0 165774 38 0 0 20 0 1 0 280445542 134746112 30820 33554432000 4194304 5654031 140733929749696 140733929747720 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 32897 30820 142 357 0 32537 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 173460

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/175 17200
/proc/meminfo: memFree=31280784/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=150556 CPUtime=1718.11 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 37408 0 0 0 171772 39 0 0 20 0 1 0 280445542 154169344 34958 33554432000 4194304 5654031 140733929749696 140733929747784 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 37639 34958 142 357 0 37279 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 192428

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/175 17200
/proc/meminfo: memFree=31282756/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=150556 CPUtime=1778.1 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 38320 0 0 0 177769 41 0 0 20 0 1 0 280445542 154169344 34446 33554432000 4194304 5654031 140733929749696 140733929747784 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 37639 34446 142 357 0 37279 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 192428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.00 1.00 1.18 2/175 17200
/proc/meminfo: memFree=31297000/32873844 swapFree=7112/7112
[pid=13723] ppid=13721 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (npSolver-pbo-It) S 13721 13723 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280445157 9367552 274 33554432000 4194304 5064252 140734382342416 140734382341328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13723/statm: 2287 274 233 213 0 72 0
[pid=13724] ppid=13723 vsize=32724 CPUtime=3.83 cores=1,3,5,7
/proc/13724/stat : 13724 (npSolver-pbo) S 13723 13723 4091 0 -1 4202496 6795 29012 0 0 40 4 327 12 20 0 1 0 280445158 33509376 7632 33554432000 4194304 5992684 140737011217920 140737011204184 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13724/statm: 8181 7632 173 440 0 7737 0
[pid=13767] ppid=13724 vsize=131588 CPUtime=1796.21 cores=1,3,5,7
/proc/13767/stat : 13767 (glucosInc) R 13724 13723 4091 0 -1 4202496 38669 0 0 0 179579 42 0 0 20 0 1 0 280445542 134746112 30820 33554432000 4194304 5654031 140733929749696 140733929747720 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13767/statm: 32897 30820 142 357 0 32537 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 173460

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1799.46
CPU system time (s): 0.58
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 222780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.67844
system time used= 0.170974
maximum resident set size= 154432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 55208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 13

runsolver used 3.60645 second user time and 9.72952 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 20:26:38
IDJOB=3702560
IDBENCH=92791
IDSOLVER=2278
FILE ID=node132/3702560-1338143198
RUNJOBID= node132-1338123012-4108
PBS_JOBID= 14624343
Free space on /tmp= 71624 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_7_ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702560-1338143198/watcher-3702560-1338143198 -o /tmp/evaluation-result-3702560-1338143198/solver-3702560-1338143198 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702560-1338143198.opb 1996437921 HOME HOME

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

MD5SUM BENCH= a68c99426915823baa7396c373ffb50a
RANDOM SEED=1996437921

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31379888 kB
Buffers:          388056 kB
Cached:           144808 kB
SwapCached:         2292 kB
Active:           571164 kB
Inactive:          51896 kB
Active(anon):      79272 kB
Inactive(anon):    11224 kB
Active(file):     491892 kB
Inactive(file):    40672 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103732 kB
Dirty:             15772 kB
Writeback:             0 kB
AnonPages:        206200 kB
Mapped:            12808 kB
Shmem:                 8 kB
Slab:             731488 kB
SReclaimable:     172404 kB
SUnreclaim:       559084 kB
KernelStack:        1520 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     212964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71620 MiB
End job on node132 at 2012-05-27 20:56:39