Trace number 3715487

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.01 1800.32

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
scens/normalized-scen06-16_wcsp.wbo
MD5SUMee2a7941708829c599959db851b73ff3
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark25577
Best CPU time to get the best result obtained on this benchmark1800.53
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2410
Total number of constraints293522
Number of soft constraints293422
Number of constraints which are clauses293422
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint28
Top cost 255194
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 54015430
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.49/1.53	c run usual solver
7.88/7.92	o 95269
7.88/7.92	c starting approximation
7.88/7.92	c factor = 2
7.88/7.92	c factor still to low - shrinking to 83862.1
7.88/7.92	c approx number of clauses: 1e+06
7.88/7.93	c current bound: 47634
7.88/7.93	c factor to high for quickBound
7.88/7.93	c finished approximation
7.88/7.93	c fallback to adder encoding
1800.01/1800.31	c error: unexpected solver exit code
1800.01/1800.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-3715487-1338255031/watcher-3715487-1338255031 -o /tmp/evaluation-result-3715487-1338255031/solver-3715487-1338255031 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715487-1338255031.wbo 1357287672 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.07 1.70 2.08 3/178 29154
/proc/meminfo: memFree=27574532/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0

[startup+0.054387 s]
/proc/loadavg: 1.07 1.70 2.08 3/178 29154
/proc/meminfo: memFree=27574532/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 1.07 1.70 2.08 3/178 29154
/proc/meminfo: memFree=27574532/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300185 s]
/proc/loadavg: 1.07 1.70 2.08 3/178 29154
/proc/meminfo: memFree=27574532/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70023 s]
/proc/loadavg: 1.07 1.70 2.08 3/178 29154
/proc/meminfo: memFree=27574532/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 1.07 1.70 2.08 3/180 29156
/proc/meminfo: memFree=27537108/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=43116 CPUtime=1.49 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) R 29154 29154 24197 0 -1 4202496 6662 0 0 0 147 2 0 0 20 0 1 0 291629084 44150784 7153 33554432000 4194304 5990268 140734500998928 140734500994504 4547760 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 10779 7153 142 439 0 10336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52264

[startup+3.10033 s]
/proc/loadavg: 1.07 1.70 2.08 3/184 29160
/proc/meminfo: memFree=27358428/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=54400 CPUtime=1.99 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 8470 0 0 0 159 40 0 0 20 0 1 0 291629084 55705600 9982 33554432000 4194304 5990268 140734500998928 140734500992080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 13600 9982 150 439 0 13157 0
[pid=29159] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29159/stat : 29159 (cp2_pre.sh) S 29155 29154 24197 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 291629284 9367552 277 33554432000 4194304 5064252 140736019825024 140736019823728 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29159/statm: 2287 277 234 213 0 72 0
[pid=29160] ppid=29159 vsize=157312 CPUtime=1.09 cores=1,3,5,7
/proc/29160/stat : 29160 (coprocessor) R 29159 29154 24197 0 -1 4202496 25847 0 0 0 105 4 0 0 20 0 1 0 291629284 161087488 37902 33554432000 4194304 6586260 140734291081216 140734291077080 5599484 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/29160/statm: 39328 37902 190 584 0 38740 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 230008

[startup+6.3003 s]
/proc/loadavg: 1.14 1.70 2.08 3/182 29167
/proc/meminfo: memFree=27338580/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=54400 CPUtime=1.99 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 8470 0 0 0 159 40 0 0 20 0 1 0 291629084 55705600 9982 33554432000 4194304 5990268 140734500998928 140734500992080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 13600 9982 150 439 0 13157 0
[pid=29159] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29159/stat : 29159 (cp2_pre.sh) S 29155 29154 24197 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 291629284 9367552 277 33554432000 4194304 5064252 140736019825024 140736019823728 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29159/statm: 2287 277 234 213 0 72 0
[pid=29160] ppid=29159 vsize=160612 CPUtime=4.29 cores=1,3,5,7
/proc/29160/stat : 29160 (coprocessor) R 29159 29154 24197 0 -1 4202496 26676 0 0 0 425 4 0 0 20 0 1 0 291629284 164466688 38731 33554432000 4194304 6586260 140734291081216 140734291076808 5599263 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/29160/statm: 40153 38731 190 584 0 39565 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 233308

[startup+12.7003 s]
/proc/loadavg: 1.21 1.71 2.08 3/180 29176
/proc/meminfo: memFree=26365940/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=832056 CPUtime=12.68 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) R 29154 29154 24197 0 -1 4202496 66904 46471 0 0 628 97 531 12 20 0 1 0 291629084 852025344 145644 33554432000 4194304 5990268 140734500998928 140734500991272 4521673 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 208014 145644 179 439 0 207571 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 841204

[startup+25.5002 s]
/proc/loadavg: 1.38 1.72 2.07 3/180 29176
/proc/meminfo: memFree=24329832/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2404920 CPUtime=25.48 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) R 29154 29154 24197 0 -1 4202496 69144 46471 0 0 1871 134 531 12 20 0 1 0 291629084 2462638080 376044 33554432000 4194304 5990268 140734500998928 140734500991272 4523175 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 601230 376044 179 439 0 600787 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2414068

[startup+51.1005 s]
/proc/loadavg: 2.03 1.84 2.10 3/183 29180
/proc/meminfo: memFree=15284704/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29179/stat : 29179 (satsolver.sh) S 29155 29154 24197 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291633100 9367552 267 33554432000 4194304 5064252 140733672786560 140733672785472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29179/statm: 2287 267 226 213 0 72 0
[pid=29180] ppid=29179 vsize=2719428 CPUtime=10.91 cores=1,3,5,7
/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 217332 0 0 0 1006 85 0 0 20 0 1 0 291633101 2784694272 567914 33554432000 4194304 5208918 140733958745968 140733957695368 4465602 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 679857 567914 70 248 0 679606 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 4909036

[startup+102.3 s]
/proc/loadavg: 2.71 2.07 2.17 3/183 29180
/proc/meminfo: memFree=13309640/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29179/stat : 29179 (satsolver.sh) S 29155 29154 24197 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291633100 9367552 267 33554432000 4194304 5064252 140733672786560 140733672785472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29179/statm: 2287 267 226 213 0 72 0
[pid=29180] ppid=29179 vsize=4654512 CPUtime=62.11 cores=1,3,5,7
/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 494820 0 0 0 6014 197 0 0 20 0 1 0 291633101 4766220288 1057667 33554432000 4194304 5208918 140733958745968 140733958744104 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 1163628 1057667 104 248 0 1163377 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 6844120

[startup+162.307 s]
/proc/loadavg: 2.26 2.06 2.16 3/183 29180
/proc/meminfo: memFree=13312752/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29179/stat : 29179 (satsolver.sh) S 29155 29154 24197 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291633100 9367552 267 33554432000 4194304 5064252 140733672786560 140733672785472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29179/statm: 2287 267 226 213 0 72 0
[pid=29180] ppid=29179 vsize=4654512 CPUtime=122.11 cores=1,3,5,7
/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 494820 0 0 0 12014 197 0 0 20 0 1 0 291633101 4766220288 1057667 33554432000 4194304 5208918 140733958745968 140733958744104 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 1163628 1057667 104 248 0 1163377 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 6844120

[startup+222.3 s]
/proc/loadavg: 2.09 2.04 2.15 3/183 29181
/proc/meminfo: memFree=13312752/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 499547 0 0 0 137993 198 0 0 20 0 1 0 291633101 4769021952 1058316 33554432000 4194304 5208918 140733958745968 140733958743848 4229280 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 1164312 1058316 104 248 0 1164061 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 6846856

[startup+1482.31 s]
/proc/loadavg: 2.05 2.02 2.02 3/183 29191
/proc/meminfo: memFree=13308308/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29179/stat : 29179 (satsolver.sh) S 29155 29154 24197 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291633100 9367552 267 33554432000 4194304 5064252 140733672786560 140733672785472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29179/statm: 2287 267 226 213 0 72 0
[pid=29180] ppid=29179 vsize=4657248 CPUtime=1441.91 cores=1,3,5,7
/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 499547 0 0 0 143993 198 0 0 20 0 1 0 291633101 4769021952 1058316 33554432000 4194304 5208918 140733958745968 140733958743848 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 1164312 1058316 104 248 0 1164061 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 6846856

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/183 29191
/proc/meminfo: memFree=13308308/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29179/stat : 29179 (satsolver.sh) S 29155 29154 24197 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291633100 9367552 267 33554432000 4194304 5064252 140733672786560 140733672785472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29179/statm: 2287 267 226 213 0 72 0
[pid=29180] ppid=29179 vsize=4657248 CPUtime=1501.89 cores=1,3,5,7
/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 499547 0 0 0 149991 198 0 0 20 0 1 0 291633101 4769021952 1058316 33554432000 4194304 5208918 140733958745968 140733958743848 4228982 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 1164312 1058316 104 248 0 1164061 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 6846856

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 29191
/proc/meminfo: memFree=13308436/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29179/stat : 29179 (satsolver.sh) S 29155 29154 24197 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291633100 9367552 267 33554432000 4194304 5064252 140733672786560 140733672785472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29179/statm: 2287 267 226 213 0 72 0
[pid=29180] ppid=29179 vsize=4657248 CPUtime=1561.88 cores=1,3,5,7
/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 499547 0 0 0 155990 198 0 0 20 0 1 0 291633101 4769021952 1058316 33554432000 4194304 5208918 140733958745968 140733958743848 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 1164312 1058316 104 248 0 1164061 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 6846856

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29191
/proc/meminfo: memFree=13308560/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29179/stat : 29179 (satsolver.sh) S 29155 29154 24197 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291633100 9367552 267 33554432000 4194304 5064252 140733672786560 140733672785472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29179/statm: 2287 267 226 213 0 72 0
[pid=29180] ppid=29179 vsize=4657248 CPUtime=1621.87 cores=1,3,5,7
/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 499547 0 0 0 161989 198 0 0 20 0 1 0 291633101 4769021952 1058316 33554432000 4194304 5208918 140733958745968 140733958743848 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 1164312 1058316 104 248 0 1164061 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 6846856

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29192
/proc/meminfo: memFree=13308560/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29179/stat : 29179 (satsolver.sh) S 29155 29154 24197 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291633100 9367552 267 33554432000 4194304 5064252 140733672786560 140733672785472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29179/statm: 2287 267 226 213 0 72 0
[pid=29180] ppid=29179 vsize=4657248 CPUtime=1681.86 cores=1,3,5,7
/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 499547 0 0 0 167988 198 0 0 20 0 1 0 291633101 4769021952 1058316 33554432000 4194304 5208918 140733958745968 140733958743848 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 1164312 1058316 104 248 0 1164061 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 6846856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 29195
/proc/meminfo: memFree=13307744/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29179/stat : 29179 (satsolver.sh) S 29155 29154 24197 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291633100 9367552 267 33554432000 4194304 5064252 140733672786560 140733672785472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29179/statm: 2287 267 226 213 0 72 0
[pid=29180] ppid=29179 vsize=4657248 CPUtime=1741.85 cores=1,3,5,7
/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 499547 0 0 0 173987 198 0 0 20 0 1 0 291633101 4769021952 1058316 33554432000 4194304 5208918 140733958745968 140733958743848 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 1164312 1058316 104 248 0 1164061 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 6846856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 29195
/proc/meminfo: memFree=13308064/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29179/stat : 29179 (satsolver.sh) S 29155 29154 24197 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291633100 9367552 267 33554432000 4194304 5064252 140733672786560 140733672785472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29179/statm: 2287 267 226 213 0 72 0
[pid=29180] ppid=29179 vsize=4657248 CPUtime=1759.86 cores=1,3,5,7
/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 499547 0 0 0 175788 198 0 0 20 0 1 0 291633101 4769021952 1058316 33554432000 4194304 5208918 140733958745968 140733958743848 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 1164312 1058316 104 248 0 1164061 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 6846856

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 29195
/proc/meminfo: memFree=13308064/32873648 swapFree=6864/6864
[pid=29154] ppid=29152 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29154/stat : 29154 (npSolver-wbo-It) S 29152 29154 24197 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291629083 9367552 275 33554432000 4194304 5064252 140735937825152 140735937824064 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29154/statm: 2287 275 233 213 0 72 0
[pid=29155] ppid=29154 vsize=2171312 CPUtime=40.15 cores=1,3,5,7
/proc/29155/stat : 29155 (npSolver-wbo) S 29154 29154 24197 0 -1 4202496 71116 46471 0 0 3028 444 531 12 20 0 1 0 291629084 2223423488 529643 33554432000 4194304 5990268 140734500998928 140734500990352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29155/statm: 542828 529643 180 439 0 542385 0
[pid=29179] ppid=29155 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29179/stat : 29179 (satsolver.sh) S 29155 29154 24197 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291633100 9367552 267 33554432000 4194304 5064252 140733672786560 140733672785472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29179/statm: 2287 267 226 213 0 72 0
[pid=29180] ppid=29179 vsize=4657248 CPUtime=1759.86 cores=1,3,5,7
/proc/29180/stat : 29180 (glucose) R 29179 29154 24197 0 -1 4202496 499547 0 0 0 175788 198 0 0 20 0 1 0 291633101 4769021952 1058316 33554432000 4194304 5208918 140733958745968 140733958743848 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29180/statm: 1164312 1058316 104 248 0 1164061 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 6846856

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29154 and gives
#  childrusage.ru_utime.tv_sec=35
#  childrusage.ru_utime.tv_usec=603587
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=574304
# CPU time returned by wait4() is 40.1779
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.32
CPU time (s): 1800.01
CPU user time (s): 1793.47
CPU system time (s): 6.54
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 8251908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6036
system time used= 4.5743
maximum resident set size= 4179016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4177944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 566
involuntary context switches= 59

runsolver used 7.11192 second user time and 14.2758 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-29 03:30:31
IDJOB=3715487
IDBENCH=79569
IDSOLVER=2297
FILE ID=node120/3715487-1338255031
RUNJOBID= node120-1338255030-29126
PBS_JOBID= 14624650
Free space on /tmp= 71488 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-16_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715487-1338255031/watcher-3715487-1338255031 -o /tmp/evaluation-result-3715487-1338255031/solver-3715487-1338255031 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715487-1338255031.wbo 1357287672 HOME HOME

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

MD5SUM BENCH= ee2a7941708829c599959db851b73ff3
RANDOM SEED=1357287672

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        27574796 kB
Buffers:          524396 kB
Cached:          3834584 kB
SwapCached:          636 kB
Active:          1220316 kB
Inactive:        3152556 kB
Active(anon):       3036 kB
Inactive(anon):    12532 kB
Active(file):    1217280 kB
Inactive(file):  3140024 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             30548 kB
Writeback:             0 kB
AnonPages:         23660 kB
Mapped:            14420 kB
Shmem:               120 kB
Slab:             786616 kB
SReclaimable:     230672 kB
SUnreclaim:       555944 kB
KernelStack:        1432 kB
PageTables:         4336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     126004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 68056 MiB
End job on node120 at 2012-05-29 04:00:31