Trace number 3753979

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 (fixed)? (TO) 1800.08 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-85-80--soft-0-100-0.wbo
MD5SUM4b3e4ac9b9f8acc38ac61fe906d48ca6
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.371943
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6800
Total number of constraints165
Number of soft constraints165
Number of constraints which are clauses85
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint85
Top cost 7728
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 7727
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.06	c run usual solver
0.00/0.33	o 1238
0.00/0.33	c current bound: 619
3.55/3.95	o 91
3.55/3.95	c current bound: 45
5.85/5.96	o 44
5.85/5.96	c current bound: 22
1800.08/1800.51	c error: unexpected solver exit code
1800.08/1800.51	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-3753979-1339193050/watcher-3753979-1339193050 -o /tmp/evaluation-result-3753979-1339193050/solver-3753979-1339193050 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3753979-1339193050.wbo 2024991263 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8119
/proc/meminfo: memFree=31476624/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (runsolver) D 8117 8119 4737 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 385429390 12095488 50 33554432000 4194304 5436572 140736017110560 140736017106856 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/8119/statm: 2953 50 31 304 0 2645 0

[startup+0.0345939 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8119
/proc/meminfo: memFree=31476624/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100315 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8119
/proc/meminfo: memFree=31476624/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30018 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8119
/proc/meminfo: memFree=31476624/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700274 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8119
/proc/meminfo: memFree=31476624/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8133
/proc/meminfo: memFree=31392996/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=0.41 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4056 6854 0 0 15 4 21 1 20 0 1 0 385429390 21422080 4687 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4687 166 443 0 4783 0
[pid=8132] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8132/stat : 8132 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385429435 9367552 267 33554432000 4194304 5064252 140735446415808 140735446414720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8132/statm: 2287 267 226 213 0 72 0
[pid=8133] ppid=8132 vsize=68752 CPUtime=1.04 cores=0,2,4,6
/proc/8133/stat : 8133 (glucose) R 8132 8119 4737 0 -1 4202496 13623 0 0 0 102 2 0 0 20 0 1 0 385429435 70402048 14667 33554432000 4194304 5208918 140736464590656 140736464589064 4211620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8133/statm: 17188 14667 95 248 0 16937 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 107968

[startup+3.10034 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 8133
/proc/meminfo: memFree=31387660/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=0.41 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4056 6854 0 0 15 4 21 1 20 0 1 0 385429390 21422080 4687 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4687 166 443 0 4783 0
[pid=8132] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8132/stat : 8132 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385429435 9367552 267 33554432000 4194304 5064252 140735446415808 140735446414720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8132/statm: 2287 267 226 213 0 72 0
[pid=8133] ppid=8132 vsize=68752 CPUtime=2.64 cores=0,2,4,6
/proc/8133/stat : 8133 (glucose) R 8132 8119 4737 0 -1 4202496 13623 0 0 0 262 2 0 0 20 0 1 0 385429435 70402048 14667 33554432000 4194304 5208918 140736464590656 140736464589064 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8133/statm: 17188 14667 95 248 0 16937 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 107968

[startup+6.30026 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 8140
/proc/meminfo: memFree=31440608/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 30068

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 8147
/proc/meminfo: memFree=31404516/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=66804 CPUtime=6.72 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 5654 0 0 0 670 2 0 0 20 0 1 0 385429986 68407296 12732 33554432000 4194304 5208918 140736540029920 140736540027768 4222526 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 16701 12732 96 248 0 16450 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 106020

[startup+25.5004 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 8147
/proc/meminfo: memFree=31375608/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=146872 CPUtime=19.52 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 9421 0 0 0 1946 6 0 0 20 0 1 0 385429986 150396928 30549 33554432000 4194304 5208918 140736540029920 140736540028072 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 36718 30549 96 248 0 36467 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 186088

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 8147
/proc/meminfo: memFree=31322380/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=146872 CPUtime=45.11 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 12828 0 0 0 4499 12 0 0 20 0 1 0 385429986 150396928 36183 33554432000 4194304 5208918 140736540029920 140736540028072 4211632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 36718 36183 96 248 0 36467 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 186088

[startup+102.307 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 8147
/proc/meminfo: memFree=31350616/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=116052 CPUtime=96.32 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 19492 0 0 0 9605 27 0 0 20 0 1 0 385429986 118837248 24862 33554432000 4194304 5208918 140736540029920 140736540028008 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 29013 24862 96 248 0 28762 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 155268

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 8147
/proc/meminfo: memFree=31255504/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=116052 CPUtime=156.29 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 24629 0 0 0 15592 37 0 0 20 0 1 0 385429986 118837248 24350 33554432000 4194304 5208918 140736540029920 140736540028008 4211897 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 29013 24350 96 248 0 28762 0
Current children cumulated CPU time (s) 162.23

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

/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 74408 0 0 0 141372 230 0 0 20 0 1 0 385429986 285028352 49353 33554432000 4194304 5208918 140736540029920 140736540028008 4229386 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 69587 49353 96 248 0 69336 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 317564

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8210
/proc/meminfo: memFree=30979760/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=625532 CPUtime=1476 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 75499 0 0 0 147365 235 0 0 20 0 1 0 385429986 640544768 107674 33554432000 4194304 5208918 140736540029920 140736540028072 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 156383 107674 96 248 0 156132 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 664748

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8211
/proc/meminfo: memFree=31066508/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=410608 CPUtime=1535.98 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 76784 0 0 0 153357 241 0 0 20 0 1 0 385429986 420462592 75719 33554432000 4194304 5208918 140736540029920 140736540028072 4229734 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 102652 75719 96 248 0 102401 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 449824

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8214
/proc/meminfo: memFree=30810612/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=625532 CPUtime=1595.97 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 77407 0 0 0 159353 244 0 0 20 0 1 0 385429986 640544768 133063 33554432000 4194304 5208918 140736540029920 140736540028072 4229512 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 156383 133063 96 248 0 156132 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 664748

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8214
/proc/meminfo: memFree=30989416/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=410608 CPUtime=1655.96 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 78372 0 0 0 165345 251 0 0 20 0 1 0 385429986 420462592 99482 33554432000 4194304 5208918 140736540029920 140736540028072 4229517 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 102652 99482 96 248 0 102401 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 449824

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8214
/proc/meminfo: memFree=31055060/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=410608 CPUtime=1715.95 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 80158 0 0 0 171337 258 0 0 20 0 1 0 385429986 420462592 75719 33554432000 4194304 5208918 140736540029920 140736540028072 4211670 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 102652 75719 96 248 0 102401 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 449824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8214
/proc/meminfo: memFree=30784228/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=625532 CPUtime=1775.94 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 80786 0 0 0 177333 261 0 0 20 0 1 0 385429986 640544768 135111 33554432000 4194304 5208918 140736540029920 140736540028072 4229311 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 156383 135111 96 248 0 156132 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 664748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8215
/proc/meminfo: memFree=31144936/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=278348 CPUtime=1794.14 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 81225 0 0 0 179149 265 0 0 20 0 1 0 385429986 285028352 63177 33554432000 4194304 5208918 140736540029920 140736540028072 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 69587 63177 96 248 0 69336 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 317564

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8215
/proc/meminfo: memFree=31144936/32873844 swapFree=6904/6904
[pid=8119] ppid=8117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8119/stat : 8119 (npSolver-wbo-I.) S 8117 8119 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385429390 9367552 275 33554432000 4194304 5064252 140733977583648 140733977582560 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8119/statm: 2287 275 233 213 0 72 0
[pid=8121] ppid=8119 vsize=20920 CPUtime=5.94 cores=0,2,4,6
/proc/8121/stat : 8121 (npSolver-wbo) S 8119 8119 4737 0 -1 4202496 4600 32257 0 0 16 5 551 22 20 0 1 0 385429390 21422080 4688 33554432000 4194304 6006132 140735843569040 140735843560448 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8121/statm: 5230 4688 167 443 0 4783 0
[pid=8146] ppid=8121 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8146/stat : 8146 (satsolver.sh) S 8121 8119 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385429986 9367552 266 33554432000 4194304 5064252 140736421597536 140736421596448 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8146/statm: 2287 266 226 213 0 72 0
[pid=8147] ppid=8146 vsize=278348 CPUtime=1794.14 cores=0,2,4,6
/proc/8147/stat : 8147 (glucose) R 8146 8119 4737 0 -1 4202496 81225 0 0 0 179149 265 0 0 20 0 1 0 385429986 285028352 63177 33554432000 4194304 5208918 140736540029920 140736540028072 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8147/statm: 69587 63177 96 248 0 69336 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 317564

Child status: 0

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

Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1797.16
CPU system time (s): 2.92
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 794976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.67514
system time used= 0.279957
maximum resident set size= 59640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37833
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 441
involuntary context switches= 46

runsolver used 4.14437 second user time and 8.43272 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-09 00:04:10
IDJOB=3753979
IDBENCH=79176
IDSOLVER=2338
FILE ID=node140/3753979-1339193050
RUNJOBID= node140-1339183585-6002
PBS_JOBID= 14643808
Free space on /tmp= 70652 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-85-80--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753979-1339193050/watcher-3753979-1339193050 -o /tmp/evaluation-result-3753979-1339193050/solver-3753979-1339193050 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3753979-1339193050.wbo 2024991263 HOME HOME

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

MD5SUM BENCH= 4b3e4ac9b9f8acc38ac61fe906d48ca6
RANDOM SEED=2024991263

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31476516 kB
Buffers:          251016 kB
Cached:           140396 kB
SwapCached:         2140 kB
Active:           488484 kB
Inactive:          29664 kB
Active(anon):     120660 kB
Inactive(anon):     4980 kB
Active(file):     367824 kB
Inactive(file):    24684 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67100240 kB
Dirty:              8524 kB
Writeback:             0 kB
AnonPages:        146444 kB
Mapped:             9896 kB
Shmem:                 0 kB
Slab:             722004 kB
SReclaimable:     163592 kB
SUnreclaim:       558412 kB
KernelStack:        1504 kB
PageTables:         4092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     273644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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= 70632 MiB
End job on node140 at 2012-06-09 00:34:10