Trace number 3701821

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (TO) 1800.1 1801.32

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=53-P1=37-P2=29-P3=83-P4=23-P5=67-B.opb
MD5SUMfeb866c77c1922bd09324402c14b21f3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.044992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables105
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)245
Sum of products size (including duplicates)490
Number of different products245
Sum of products size490

Solver Data

11.18/11.26	c run usual solver
1609.95/1610.55	c model valid
1609.95/1610.55	c current solution ok
1619.24/1619.88	o 61
1619.24/1619.88	c current bound: 30
1800.10/1801.31	c error: unexpected solver exit code
1800.10/1801.31	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-3701821-1338073642/watcher-3701821-1338073642 -o /tmp/evaluation-result-3701821-1338073642/solver-3701821-1338073642 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701821-1338073642.opb 1417175088 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.14 2.17 2.07 3/179 15346
/proc/meminfo: memFree=27642300/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0

[startup+0.008456 s]
/proc/loadavg: 2.14 2.17 2.07 3/179 15346
/proc/meminfo: memFree=27642300/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100256 s]
/proc/loadavg: 2.14 2.17 2.07 3/179 15346
/proc/meminfo: memFree=27642300/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 2.14 2.17 2.07 3/179 15346
/proc/meminfo: memFree=27642300/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700223 s]
/proc/loadavg: 2.14 2.17 2.07 3/179 15346
/proc/meminfo: memFree=27642300/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.14 2.17 2.07 3/181 15348
/proc/meminfo: memFree=27620440/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=34896 CPUtime=1.48 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) R 15346 15346 10843 0 -1 4202496 2990 0 0 0 148 0 0 0 20 0 1 0 273488713 35733504 8073 33554432000 4194304 5992684 140736870362720 140736870357832 4569817 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15347/statm: 8724 8073 147 440 0 8280 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44044

[startup+3.10026 s]
/proc/loadavg: 2.14 2.17 2.07 3/181 15348
/proc/meminfo: memFree=27597416/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=67664 CPUtime=3.08 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) R 15346 15346 10843 0 -1 4202496 3532 0 0 0 307 1 0 0 20 0 1 0 273488713 69287936 15753 33554432000 4194304 5992684 140736870362720 140736870358184 4524999 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15347/statm: 16916 15753 147 440 0 16472 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76812

[startup+6.30026 s]
/proc/loadavg: 2.21 2.19 2.07 3/181 15348
/proc/meminfo: memFree=27531396/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=133200 CPUtime=6.29 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) R 15346 15346 10843 0 -1 4202496 4106 0 0 0 625 4 0 0 20 0 1 0 273488713 136396800 31625 33554432000 4194304 5992684 140736870362720 140736870357832 4809197 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15347/statm: 33300 31625 147 440 0 32856 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142348

[startup+12.7004 s]
/proc/loadavg: 2.20 2.18 2.07 3/183 15350
/proc/meminfo: memFree=26959440/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=376332 CPUtime=11.24 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 14608 0 0 0 1077 47 0 0 20 0 1 0 273488713 385363968 89836 33554432000 4194304 5992684 140736870362720 140736870356752 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15347/statm: 94083 89836 164 440 0 93639 0
[pid=15349] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15349/stat : 15349 (cp2_pre.sh) S 15347 15346 10843 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 273489839 9367552 276 33554432000 4194304 5064252 140735912107168 140735912105872 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15349/statm: 2287 276 234 213 0 72 0
[pid=15350] ppid=15349 vsize=132124 CPUtime=1.43 cores=1,3,5,7
/proc/15350/stat : 15350 (coprocessor) R 15349 15346 10843 0 -1 4202496 28072 0 0 0 136 7 0 0 20 0 1 0 273489839 135294976 31668 33554432000 4194304 6586260 140734427447152 140734427443912 5732400 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/15350/statm: 33031 31669 137 584 0 32443 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 526752

[startup+25.5004 s]
/proc/loadavg: 2.24 2.19 2.08 3/183 15350
/proc/meminfo: memFree=25988100/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=376332 CPUtime=11.24 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 14608 0 0 0 1077 47 0 0 20 0 1 0 273488713 385363968 89836 33554432000 4194304 5992684 140736870362720 140736870356752 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15347/statm: 94083 89836 164 440 0 93639 0
[pid=15349] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15349/stat : 15349 (cp2_pre.sh) S 15347 15346 10843 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 273489839 9367552 276 33554432000 4194304 5064252 140735912107168 140735912105872 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15349/statm: 2287 276 234 213 0 72 0
[pid=15350] ppid=15349 vsize=1107412 CPUtime=14.22 cores=1,3,5,7
/proc/15350/stat : 15350 (coprocessor) R 15349 15346 10843 0 -1 4202496 119062 0 0 0 1388 34 0 0 20 0 1 0 273489839 1133989888 261269 33554432000 4194304 6586260 140734427447152 140734427443176 4752181 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/15350/statm: 276853 261269 180 584 0 276265 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1502040

[startup+51.1005 s]
/proc/loadavg: 2.14 2.17 2.08 3/183 15353
/proc/meminfo: memFree=26499928/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=376332 CPUtime=40.76 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 14615 135204 0 0 1077 47 2861 91 20 0 1 0 273488713 385363968 89836 33554432000 4194304 5992684 140736870362720 140736870357840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15347/statm: 94083 89836 164 440 0 93639 0
[pid=15352] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15352/stat : 15352 (satsolver.sh) S 15347 15346 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273492819 9367552 267 33554432000 4194304 5064252 140736373428560 140736373427472 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15352/statm: 2287 267 226 213 0 72 0
[pid=15353] ppid=15352 vsize=681464 CPUtime=10.02 cores=1,3,5,7
/proc/15353/stat : 15353 (glucose) R 15352 15346 10843 0 -1 4202496 60893 0 0 0 983 19 0 0 20 0 1 0 273492819 697819136 135617 33554432000 4194304 5208918 140734129052288 140734129050136 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15353/statm: 170366 135617 94 248 0 170115 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 1076092

[startup+102.3 s]
/proc/loadavg: 2.06 2.14 2.07 3/183 15354
/proc/meminfo: memFree=26478860/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=376332 CPUtime=40.76 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 14615 135204 0 0 1077 47 2861 91 20 0 1 0 273488713 385363968 89836 33554432000 4194304 5992684 140736870362720 140736870357840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15347/statm: 94083 89836 164 440 0 93639 0
[pid=15352] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15352/stat : 15352 (satsolver.sh) S 15347 15346 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273492819 9367552 267 33554432000 4194304 5064252 140736373428560 140736373427472 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15352/statm: 2287 267 226 213 0 72 0
[pid=15353] ppid=15352 vsize=697224 CPUtime=61.22 cores=1,3,5,7
/proc/15353/stat : 15353 (glucose) R 15352 15346 10843 0 -1 4202496 65084 0 0 0 6102 20 0 0 20 0 1 0 273492819 713957376 140319 33554432000 4194304 5208918 140734129052288 140734129050136 4212757 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15353/statm: 174306 140319 103 248 0 174055 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 1091852

[startup+162.3 s]
/proc/loadavg: 2.02 2.11 2.06 3/184 15357
/proc/meminfo: memFree=26441396/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=376332 CPUtime=40.76 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 14615 135204 0 0 1077 47 2861 91 20 0 1 0 273488713 385363968 89836 33554432000 4194304 5992684 140736870362720 140736870357840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15347/statm: 94083 89836 164 440 0 93639 0
[pid=15352] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15352/stat : 15352 (satsolver.sh) S 15347 15346 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273492819 9367552 267 33554432000 4194304 5064252 140736373428560 140736373427472 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15352/statm: 2287 267 226 213 0 72 0
[pid=15353] ppid=15352 vsize=727252 CPUtime=121.21 cores=1,3,5,7
/proc/15353/stat : 15353 (glucose) R 15352 15346 10843 0 -1 4202496 72049 0 0 0 12099 22 0 0 20 0 1 0 273492819 744706048 148817 33554432000 4194304 5208918 140734129052288 140734129050136 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15353/statm: 181813 148817 103 248 0 181562 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 1121880

[startup+222.3 s]
/proc/loadavg: 2.01 2.09 2.06 3/183 15357
/proc/meminfo: memFree=26433696/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=376332 CPUtime=40.76 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 14615 135204 0 0 1077 47 2861 91 20 0 1 0 273488713 385363968 89836 33554432000 4194304 5992684 140736870362720 140736870357840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15347/statm: 94083 89836 164 440 0 93639 0
[pid=15352] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/15353/stat : 15353 (glucose) R 15352 15346 10843 0 -1 4202496 88229 0 0 0 138066 34 0 0 20 0 1 0 273492819 933416960 206543 33554432000 4194304 5208918 140734129052288 140734129048664 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15353/statm: 227885 206543 104 248 0 227634 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 1306168

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 15369
/proc/meminfo: memFree=26024828/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=376332 CPUtime=40.76 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 14615 135204 0 0 1077 47 2861 91 20 0 1 0 273488713 385363968 89836 33554432000 4194304 5992684 140736870362720 140736870357840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15347/statm: 94083 89836 164 440 0 93639 0
[pid=15352] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15352/stat : 15352 (satsolver.sh) S 15347 15346 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273492819 9367552 267 33554432000 4194304 5064252 140736373428560 140736373427472 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15352/statm: 2287 267 226 213 0 72 0
[pid=15353] ppid=15352 vsize=911540 CPUtime=1440.99 cores=1,3,5,7
/proc/15353/stat : 15353 (glucose) R 15352 15346 10843 0 -1 4202496 88230 0 0 0 144065 34 0 0 20 0 1 0 273492819 933416960 207055 33554432000 4194304 5208918 140734129052288 140734129048664 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15353/statm: 227885 207055 104 248 0 227634 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 1306168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15428
/proc/meminfo: memFree=27476460/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=376332 CPUtime=40.76 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 14615 135204 0 0 1077 47 2861 91 20 0 1 0 273488713 385363968 89836 33554432000 4194304 5992684 140736870362720 140736870357840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15347/statm: 94083 89836 164 440 0 93639 0
[pid=15352] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15352/stat : 15352 (satsolver.sh) S 15347 15346 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273492819 9367552 267 33554432000 4194304 5064252 140736373428560 140736373427472 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15352/statm: 2287 267 226 213 0 72 0
[pid=15353] ppid=15352 vsize=911540 CPUtime=1500.98 cores=1,3,5,7
/proc/15353/stat : 15353 (glucose) R 15352 15346 10843 0 -1 4202496 88232 0 0 0 150064 34 0 0 20 0 1 0 273492819 933416960 208079 33554432000 4194304 5208918 140734129052288 140734129048664 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15353/statm: 227885 208079 104 248 0 227634 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 1306168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15428
/proc/meminfo: memFree=27447480/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=376332 CPUtime=40.76 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 14615 135204 0 0 1077 47 2861 91 20 0 1 0 273488713 385363968 89836 33554432000 4194304 5992684 140736870362720 140736870357840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/15347/statm: 94083 89836 164 440 0 93639 0
[pid=15352] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15352/stat : 15352 (satsolver.sh) S 15347 15346 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273492819 9367552 267 33554432000 4194304 5064252 140736373428560 140736373427472 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15352/statm: 2287 267 226 213 0 72 0
[pid=15353] ppid=15352 vsize=911540 CPUtime=1560.97 cores=1,3,5,7
/proc/15353/stat : 15353 (glucose) R 15352 15346 10843 0 -1 4202496 88234 0 0 0 156063 34 0 0 20 0 1 0 273492819 933416960 209103 33554432000 4194304 5208918 140734129052288 140734129048664 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15353/statm: 227885 209103 104 248 0 227634 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 1306168

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 15436
/proc/meminfo: memFree=27497080/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=378324 CPUtime=1619.33 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 16437 231997 0 0 1260 767 159735 171 20 0 1 0 273488713 387403776 90251 33554432000 4194304 5992684 140736870362720 140736870355040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 62 0 0
/proc/15347/statm: 94581 90251 175 440 0 94137 0
[pid=15434] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15434/stat : 15434 (satsolver.sh) S 15347 15346 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273650763 9367552 266 33554432000 4194304 5064252 140737266274000 140737266272912 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15434/statm: 2287 266 226 213 0 72 0
[pid=15435] ppid=15434 vsize=689364 CPUtime=41.78 cores=1,3,5,7
/proc/15435/stat : 15435 (glucose) R 15434 15346 10843 0 -1 4202496 66053 0 0 0 4158 20 0 0 20 0 1 0 273650763 705908736 136102 33554432000 4194304 5208918 140737031797152 140737031795000 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15435/statm: 172341 136102 94 248 0 172090 0
Current children cumulated CPU time (s) 1661.11
Current children cumulated vsize (KiB) 1085984

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 15436
/proc/meminfo: memFree=27466580/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=378324 CPUtime=1619.33 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 16437 231997 0 0 1260 767 159735 171 20 0 1 0 273488713 387403776 90251 33554432000 4194304 5992684 140736870362720 140736870355040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 62 0 0
/proc/15347/statm: 94581 90251 175 440 0 94137 0
[pid=15434] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15434/stat : 15434 (satsolver.sh) S 15347 15346 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273650763 9367552 266 33554432000 4194304 5064252 140737266274000 140737266272912 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15434/statm: 2287 266 226 213 0 72 0
[pid=15435] ppid=15434 vsize=713896 CPUtime=101.77 cores=1,3,5,7
/proc/15435/stat : 15435 (glucose) R 15434 15346 10843 0 -1 4202496 72665 0 0 0 10155 22 0 0 20 0 1 0 273650763 731029504 143225 33554432000 4194304 5208918 140737031797152 140737031795000 4230128 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15435/statm: 178474 143225 103 248 0 178223 0
Current children cumulated CPU time (s) 1721.1
Current children cumulated vsize (KiB) 1110516

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 15436
/proc/meminfo: memFree=27459264/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=378324 CPUtime=1619.33 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 16437 231997 0 0 1260 767 159735 171 20 0 1 0 273488713 387403776 90251 33554432000 4194304 5992684 140736870362720 140736870355040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 62 0 0
/proc/15347/statm: 94581 90251 175 440 0 94137 0
[pid=15434] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15434/stat : 15434 (satsolver.sh) S 15347 15346 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273650763 9367552 266 33554432000 4194304 5064252 140737266274000 140737266272912 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15434/statm: 2287 266 226 213 0 72 0
[pid=15435] ppid=15434 vsize=716832 CPUtime=161.77 cores=1,3,5,7
/proc/15435/stat : 15435 (glucose) R 15434 15346 10843 0 -1 4202496 73589 0 0 0 16154 23 0 0 20 0 1 0 273650763 734035968 144660 33554432000 4194304 5208918 140737031797152 140737031794904 4212757 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15435/statm: 179208 144660 103 248 0 178957 0
Current children cumulated CPU time (s) 1781.1
Current children cumulated vsize (KiB) 1113452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 15436
/proc/meminfo: memFree=27458944/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=378324 CPUtime=1619.33 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 16437 231997 0 0 1260 767 159735 171 20 0 1 0 273488713 387403776 90251 33554432000 4194304 5992684 140736870362720 140736870355040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 62 0 0
/proc/15347/statm: 94581 90251 175 440 0 94137 0
[pid=15434] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15434/stat : 15434 (satsolver.sh) S 15347 15346 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273650763 9367552 266 33554432000 4194304 5064252 140737266274000 140737266272912 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15434/statm: 2287 266 226 213 0 72 0
[pid=15435] ppid=15434 vsize=716832 CPUtime=180.77 cores=1,3,5,7
/proc/15435/stat : 15435 (glucose) R 15434 15346 10843 0 -1 4202496 73600 0 0 0 18054 23 0 0 20 0 1 0 273650763 734035968 144671 33554432000 4194304 5208918 140737031797152 140737031794904 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15435/statm: 179208 144671 103 248 0 178957 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1113452

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 15436
/proc/meminfo: memFree=27458944/32873648 swapFree=6604/6604
[pid=15346] ppid=15344 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (npSolver-pbo.sh) S 15344 15346 10843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273488713 9367552 275 33554432000 4194304 5064252 140733611489904 140733611488816 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15346/statm: 2287 275 233 213 0 72 0
[pid=15347] ppid=15346 vsize=378324 CPUtime=1619.33 cores=1,3,5,7
/proc/15347/stat : 15347 (npSolver-pbo) S 15346 15346 10843 0 -1 4202496 16437 231997 0 0 1260 767 159735 171 20 0 1 0 273488713 387403776 90251 33554432000 4194304 5992684 140736870362720 140736870355040 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 62 0 0
/proc/15347/statm: 94581 90251 175 440 0 94137 0
[pid=15434] ppid=15347 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15434/stat : 15434 (satsolver.sh) S 15347 15346 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273650763 9367552 266 33554432000 4194304 5064252 140737266274000 140737266272912 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15434/statm: 2287 266 226 213 0 72 0
[pid=15435] ppid=15434 vsize=716832 CPUtime=180.77 cores=1,3,5,7
/proc/15435/stat : 15435 (glucose) R 15434 15346 10843 0 -1 4202496 73600 0 0 0 18054 23 0 0 20 0 1 0 273650763 734035968 144671 33554432000 4194304 5208918 140737031797152 140737031794904 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15435/statm: 179208 144671 103 248 0 178957 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1113452

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15346 and gives
#  childrusage.ru_utime.tv_sec=1609
#  childrusage.ru_utime.tv_usec=965248
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=393571
# CPU time returned by wait4() is 1619.36
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.32
CPU time (s): 1800.1
CPU user time (s): 1790.49
CPU system time (s): 9.61
CPU usage (%): 99.9325
Max. virtual memory (cumulated for all children) (KiB): 1653864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1609.97
system time used= 9.39357
maximum resident set size= 1195960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249413
page faults= 0
swaps= 0
block input operations= 16
block output operations= 1950544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2393
involuntary context switches= 1783

runsolver used 4.28435 second user time and 21.6927 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 01:07:22
IDJOB=3701821
IDBENCH=48073
IDSOLVER=2277
FILE ID=node148/3701821-1338073642
RUNJOBID= node148-1338052086-10860
PBS_JOBID= 14624389
Free space on /tmp= 71428 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=53-P1=37-P2=29-P3=83-P4=23-P5=67-B.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701821-1338073642/watcher-3701821-1338073642 -o /tmp/evaluation-result-3701821-1338073642/solver-3701821-1338073642 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701821-1338073642.opb 1417175088 HOME HOME

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

MD5SUM BENCH= feb866c77c1922bd09324402c14b21f3
RANDOM SEED=1417175088

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27643300 kB
Buffers:          298976 kB
Cached:          3006648 kB
SwapCached:          552 kB
Active:          1810072 kB
Inactive:        2590148 kB
Active(anon):    1084992 kB
Inactive(anon):    12332 kB
Active(file):     725080 kB
Inactive(file):  2577816 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108016 kB
Dirty:              8160 kB
Writeback:             0 kB
AnonPages:       1057376 kB
Mapped:            15148 kB
Shmem:                96 kB
Slab:             688504 kB
SReclaimable:     132780 kB
SUnreclaim:       555724 kB
KernelStack:        1536 kB
PageTables:         6432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71200 MiB
End job on node148 at 2012-05-27 01:37:24