Trace number 3715000

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.05 1827.42

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-blast-floppy1-7.ucl--soft-33-100-0.wbo
MD5SUM0513f373de819ad63cf76545ce499638
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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.051992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2913
Total number of constraints3105
Number of soft constraints2088
Number of constraints which are clauses2259
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints846
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 104380
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 104379
Biggest number in a constraint 6518
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 18803
Number of bits of the biggest sum of numbers15
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

53.18/53.38	c run usual solver
180.64/183.77	o 240
180.64/183.77	c fallback to adder encoding
272.34/275.42	o 238
272.34/275.42	c fallback to adder encoding
365.93/370.40	o 237
365.93/370.40	c fallback to adder encoding
499.54/506.00	o 236
499.54/506.00	c fallback to adder encoding
602.54/610.63	o 223
602.54/610.63	c fallback to adder encoding
710.83/720.02	o 222
710.83/720.02	c fallback to adder encoding
826.70/836.60	o 221
826.70/836.60	c fallback to adder encoding
956.74/969.37	o 220
956.74/969.37	c fallback to adder encoding
1047.74/1061.92	o 219
1047.74/1061.92	c fallback to adder encoding
1141.13/1157.39	o 191
1141.13/1157.39	c fallback to adder encoding
1267.24/1285.01	o 190
1267.24/1285.01	c fallback to adder encoding
1378.24/1397.12	o 189
1378.24/1397.12	c fallback to adder encoding
1460.46/1481.00	o 188
1460.46/1481.00	c fallback to adder encoding
1572.72/1595.02	o 187
1572.72/1595.02	c fallback to adder encoding
1649.45/1673.14	o 186
1649.45/1673.14	c fallback to adder encoding
1787.56/1812.91	o 184
1787.56/1812.91	c fallback to adder encoding
1800.05/1827.41	c error: unexpected solver exit code
1800.05/1827.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3715000-1338188207/watcher-3715000-1338188207 -o /tmp/evaluation-result-3715000-1338188207/solver-3715000-1338188207 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715000-1338188207.wbo 1229715712 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.03 2.05 2.01 3/179 8639
/proc/meminfo: memFree=30786136/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0

[startup+0.0918399 s]
/proc/loadavg: 2.03 2.05 2.01 3/179 8639
/proc/meminfo: memFree=30786136/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100264 s]
/proc/loadavg: 2.03 2.05 2.01 3/179 8639
/proc/meminfo: memFree=30786136/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300278 s]
/proc/loadavg: 2.03 2.05 2.01 3/179 8639
/proc/meminfo: memFree=30786136/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 2.03 2.05 2.01 3/179 8639
/proc/meminfo: memFree=30786136/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.03 2.05 2.01 3/181 8641
/proc/meminfo: memFree=30717004/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=134300 CPUtime=1.49 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) R 8639 8639 27229 0 -1 4202496 4669 0 0 0 146 3 0 0 20 0 1 0 284949229 137523200 26485 33554432000 4194304 5990268 140734520915616 140734520909912 4569535 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8640/statm: 33575 26485 143 439 0 33132 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143448

[startup+3.10027 s]
/proc/loadavg: 2.03 2.05 2.01 3/181 8641
/proc/meminfo: memFree=30638684/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=265372 CPUtime=3.09 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) R 8639 8639 27229 0 -1 4202496 5300 0 0 0 303 6 0 0 20 0 1 0 284949229 271740928 55157 33554432000 4194304 5990268 140734520915616 140734520909912 4567972 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8640/statm: 66343 55157 143 439 0 65900 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 274520

[startup+6.30027 s]
/proc/loadavg: 2.03 2.05 2.01 3/181 8641
/proc/meminfo: memFree=30400380/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=527516 CPUtime=6.29 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) R 8639 8639 27229 0 -1 4202496 6053 0 0 0 616 13 0 0 20 0 1 0 284949229 540176384 113525 33554432000 4194304 5990268 140734520915616 140734520909912 4521650 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8640/statm: 131879 113525 143 439 0 131436 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 536664

[startup+12.7003 s]
/proc/loadavg: 2.02 2.05 2.01 3/181 8641
/proc/meminfo: memFree=29471292/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2132572 CPUtime=12.69 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) R 8639 8639 27229 0 -1 4202496 13681 0 0 0 1210 59 0 0 20 0 1 0 284949229 2183753728 327777 33554432000 4194304 5990268 140734520915616 140734520911496 4523230 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8640/statm: 533143 327777 145 439 0 532700 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2141720

[startup+25.5003 s]
/proc/loadavg: 2.02 2.05 2.00 3/181 8641
/proc/meminfo: memFree=29471548/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2132572 CPUtime=25.48 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) R 8639 8639 27229 0 -1 4202496 13681 0 0 0 2489 59 0 0 20 0 1 0 284949229 2183753728 327777 33554432000 4194304 5990268 140734520915616 140734520911496 5042510 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8640/statm: 533143 327777 145 439 0 532700 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2141720

[startup+51.1003 s]
/proc/loadavg: 2.01 2.04 2.00 3/181 8642
/proc/meminfo: memFree=29322168/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2132572 CPUtime=51.08 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) R 8639 8639 27229 0 -1 4202496 13758 0 0 0 5046 62 0 0 20 0 1 0 284949229 2183753728 367201 33554432000 4194304 5990268 140734520915616 140734520911496 4696933 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8640/statm: 533143 367201 145 439 0 532700 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2141720

[startup+102.307 s]
/proc/loadavg: 2.09 2.06 2.01 3/183 8654
/proc/meminfo: memFree=25878516/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2132572 CPUtime=96.54 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) S 8639 8639 27229 0 -1 4202496 14466 25968 0 0 5144 183 4073 254 20 0 1 0 284949229 2183753728 371306 33554432000 4194304 5990268 140734520915616 140734520909856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 9 0 0
/proc/8640/statm: 533143 371306 154 439 0 532700 0
[pid=8653] ppid=8640 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8653/stat : 8653 (satsolver.sh) S 8640 8639 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284958957 9367552 266 33554432000 4194304 5064252 140734641508080 140734641506992 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8653/statm: 2287 266 226 213 0 72 0
[pid=8654] ppid=8653 vsize=3605036 CPUtime=5.01 cores=0,2,4,6
/proc/8654/stat : 8654 (glucose) R 8653 8639 27229 0 -1 4202496 188147 0 0 0 410 91 0 0 20 0 1 0 284958957 3691556864 658686 33554432000 4194304 5208918 140734810928816 140734809878312 4221600 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8654/statm: 901259 658686 69 248 0 901008 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 5755904

[startup+162.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/181 8658
/proc/meminfo: memFree=27793256/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2219752 CPUtime=159.32 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) R 8639 8639 27229 0 -1 4202496 21971 439601 0 0 5762 2407 7268 495 20 0 1 0 284949229 2273026048 393104 33554432000 4194304 5990268 140734520915616 140734520908920 5177872 0 0 4096 0 0 0 0 17 4 0 0 233 0 0
/proc/8640/statm: 554938 393104 157 439 0 554495 0
Current children cumulated CPU time (s) 159.32
Current children cumulated vsize (KiB) 2228900

[startup+222.3 s]
/proc/loadavg: 2.18 2.08 2.01 3/184 8671
/proc/meminfo: memFree=23821112/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2219756 CPUtime=180.85 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) S 8639 8639 27229 0 -1 4202496 24536 440115 0 0 6117 4075 7269 624 20 0 1 0 284949229 2273030144 393114 33554432000 4194304 5990268 140734520915616 140734520907040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 237 0 0
/proc/8640/statm: 554939 393114 166 439 0 554496 0
[pid=8660] ppid=8640 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8660/stat : 8660 (satsolver.sh) S 8640 8639 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284967619 9367552 267 33554432000 4194304 5064252 140734384114336 140734384113248 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 2287 267 226 213 0 72 0
[pid=8661] ppid=8660 vsize=4949704 CPUtime=38.37 cores=0,2,4,6
/proc/8661/stat : 8661 (glucose) R 8660 8639 27229 0 -1 4202496 370503 0 0 0 3691 146 0 0 20 0 1 0 284967620 5068496896 934776 33554432000 4194304 5208918 140734743694400 140734743692248 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8661/statm: 1237426 934776 103 248 0 1237175 0
Current children cumulated CPU time (s) 219.22
Current children cumulated vsize (KiB) 7187756

[startup+282.3 s]
/proc/loadavg: 2.14 2.08 2.01 3/184 8701
/proc/meminfo: memFree=25068680/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2213652 CPUtime=272.52 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) S 8639 8639 27229 0 -1 4202496 34009 863919 0 0 6264 4091 15879 1018 20 0 1 0 284949229 2266779648 390246 33554432000 4194304 5990268 140734520915616 140734520907040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 272 0 0
/proc/8640/statm: 553413 390246 166 439 0 552970 0
[pid=8700] ppid=8640 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8700/stat : 8700 (satsolver.sh) S 8640 8639 27229 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284976820 9367552 267 33554432000 4194304 5064252 140733995016048 140733995014960 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8700/statm: 2287 267 226 213 0 72 0
[pid=8701] ppid=8700 vsize=3618632 CPUtime=5.05 cores=0,2,4,6
/proc/8701/stat : 8701 (glucose) R 8700 8639 27229 0 -1 4202496 193316 0 0 0 416 89 0 0 20 0 1 0 284976820 3705479168 664163 33554432000 4194304 5208918 140734218125888 140734217075288 4465602 0 0 4096 0 0 0 0 17 2 0 0 131 0 0
/proc/8701/statm: 904658 664164 69 248 0 904407 0
Current children cumulated CPU time (s) 277.57

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

/proc/8770/stat : 8770 (satsolver.sh) S 8640 8639 27229 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285077782 9367552 266 33554432000 4194304 5064252 140735396069584 140735396068496 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8770/statm: 2287 266 226 213 0 72 0
[pid=8771] ppid=8770 vsize=5087012 CPUtime=76.05 cores=0,2,4,6
/proc/8771/stat : 8771 (glucose) R 8770 8639 27229 0 -1 4202496 406634 0 0 0 7461 144 0 0 20 0 1 0 285077782 5209100288 982756 33554432000 4194304 5208918 140737457654144 140737457652088 4229528 0 0 4096 0 0 0 0 17 4 0 0 69 0 0
/proc/8771/statm: 1271753 982756 103 248 0 1271502 0
Current children cumulated CPU time (s) 1343.45
Current children cumulated vsize (KiB) 7318960

[startup+1422.31 s]
/proc/loadavg: 2.24 2.18 2.10 3/184 8781
/proc/meminfo: memFree=23762984/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2213652 CPUtime=1378.42 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) S 8639 8639 27229 0 -1 4202496 123811 5117564 0 0 7696 4251 121037 4858 20 0 1 0 284949229 2266779648 390246 33554432000 4194304 5990268 140734520915616 140734520907040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 677 0 0
/proc/8640/statm: 553413 390246 166 439 0 552970 0
[pid=8780] ppid=8640 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8780/stat : 8780 (satsolver.sh) S 8640 8639 27229 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285089004 9367552 267 33554432000 4194304 5064252 140734106858832 140734106857744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8780/statm: 2287 267 226 213 0 72 0
[pid=8781] ppid=8780 vsize=4934976 CPUtime=23.19 cores=0,2,4,6
/proc/8781/stat : 8781 (glucose) R 8780 8639 27229 0 -1 4202496 365380 0 0 0 2178 141 0 0 20 0 1 0 285089005 5053415424 930814 33554432000 4194304 5208918 140734633778832 140734633776824 4229319 0 0 4096 0 0 0 0 17 4 0 0 134 0 0
/proc/8781/statm: 1233744 930814 95 248 0 1233493 0
Current children cumulated CPU time (s) 1401.61
Current children cumulated vsize (KiB) 7166924

[startup+1482.3 s]
/proc/loadavg: 2.15 2.16 2.09 3/181 8888
/proc/meminfo: memFree=27732944/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2213652 CPUtime=1460.71 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) S 8639 8639 27229 0 -1 4202496 132792 5536963 0 0 7836 4267 128675 5293 20 0 1 0 284949229 2266779648 390246 33554432000 4194304 5990268 140734520915616 140734520907040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 724 0 0
/proc/8640/statm: 553413 390246 166 439 0 552970 0
Current children cumulated CPU time (s) 1460.71
Current children cumulated vsize (KiB) 2222800

[startup+1542.3 s]
/proc/loadavg: 2.24 2.19 2.10 3/183 8946
/proc/meminfo: memFree=24155744/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2213652 CPUtime=1460.71 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) S 8639 8639 27229 0 -1 4202496 132792 5536963 0 0 7836 4267 128675 5293 20 0 1 0 284949229 2266779648 390246 33554432000 4194304 5990268 140734520915616 140734520907040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 724 0 0
/proc/8640/statm: 553413 390246 166 439 0 552970 0
[pid=8889] ppid=8640 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (satsolver.sh) S 8640 8639 27229 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285097389 9367552 267 33554432000 4194304 5064252 140736780482608 140736780481520 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8889/statm: 2287 267 226 213 0 72 0
[pid=8890] ppid=8889 vsize=4957948 CPUtime=59.27 cores=0,2,4,6
/proc/8890/stat : 8890 (glucose) R 8889 8639 27229 0 -1 4202496 370790 0 0 0 5791 136 0 0 20 0 1 0 285097390 5076938752 937456 33554432000 4194304 5208918 140733721286000 140733721283944 4228924 0 0 4096 0 0 0 0 17 4 0 0 140 0 0
/proc/8890/statm: 1239487 937456 103 248 0 1239236 0
Current children cumulated CPU time (s) 1519.98
Current children cumulated vsize (KiB) 7189896

[startup+1602.3 s]
/proc/loadavg: 2.23 2.18 2.10 3/183 9053
/proc/meminfo: memFree=24985820/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2213652 CPUtime=1572.9 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) S 8639 8639 27229 0 -1 4202496 141762 5962784 0 0 7977 4282 139348 5683 20 0 1 0 284949229 2266779648 390246 33554432000 4194304 5990268 140734520915616 140734520907040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 765 0 0
/proc/8640/statm: 553413 390246 166 439 0 552970 0
[pid=9052] ppid=8640 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9052/stat : 9052 (satsolver.sh) S 8640 8639 27229 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285108786 9367552 266 33554432000 4194304 5064252 140733368423072 140733368421984 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9052/statm: 2287 266 226 213 0 72 0
[pid=9053] ppid=9052 vsize=3717720 CPUtime=5.66 cores=0,2,4,6
/proc/9053/stat : 9053 (glucose) R 9052 8639 27229 0 -1 4202496 215004 0 0 0 470 96 0 0 20 0 1 0 285108786 3806945280 702852 33554432000 4194304 5208918 140734762122544 140734761071944 4237298 0 0 4096 0 0 0 0 17 4 0 0 104 0 0
/proc/9053/statm: 929430 702853 69 248 0 929179 0
Current children cumulated CPU time (s) 1578.56
Current children cumulated vsize (KiB) 5949668

[startup+1662.3 s]
/proc/loadavg: 2.15 2.17 2.10 3/184 9056
/proc/meminfo: memFree=27310084/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2213652 CPUtime=1636.91 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) S 8639 8639 27229 0 -1 4202496 141769 6370374 0 0 7977 4282 145562 5870 20 0 1 0 284949229 2266779648 390246 33554432000 4194304 5990268 140734520915616 140734520906528 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 765 0 0
/proc/8640/statm: 553413 390246 166 439 0 552970 0
[pid=9054] ppid=8640 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9054/stat : 9054 (cp2_post.sh) S 8640 8639 27229 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 285115294 9367552 266 33554432000 4194304 5064252 140737205999856 140737205998144 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9054/statm: 2287 266 225 213 0 72 0
[pid=9055] ppid=9054 vsize=4004 CPUtime=0.04 cores=0,2,4,6
/proc/9055/stat : 9055 (cat) S 9054 8639 27229 0 -1 4202496 217 0 0 0 0 4 0 0 20 0 1 0 285115295 4100096 122 33554432000 4194304 4236627 140735273863952 140735273863048 270118241760 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9055/statm: 1001 122 96 11 0 67 0
[pid=9056] ppid=9054 vsize=177936 CPUtime=1.62 cores=0,2,4,6
/proc/9056/stat : 9056 (coprocessor) R 9054 8639 27229 0 -1 4202496 5243 0 0 0 158 4 0 0 20 0 1 0 285115295 182206464 38368 33554432000 4194304 6586260 140733667783520 140733667780536 5732400 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/9056/statm: 44484 38368 145 584 0 43896 0
Current children cumulated CPU time (s) 1638.57
Current children cumulated vsize (KiB) 2413888

[startup+1722.3 s]
/proc/loadavg: 2.21 2.20 2.11 3/183 9060
/proc/meminfo: memFree=23866212/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2213652 CPUtime=1649.65 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) S 8639 8639 27229 0 -1 4202496 150731 6384649 0 0 8118 4296 146469 6082 20 0 1 0 284949229 2266779648 390246 33554432000 4194304 5990268 140734520915616 140734520907040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 824 0 0
/proc/8640/statm: 553413 390246 166 439 0 552970 0
[pid=9059] ppid=8640 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9059/stat : 9059 (satsolver.sh) S 8640 8639 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285116616 9367552 267 33554432000 4194304 5064252 140734607473104 140734607472016 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9059/statm: 2287 267 226 213 0 72 0
[pid=9060] ppid=9059 vsize=4953468 CPUtime=47.27 cores=0,2,4,6
/proc/9060/stat : 9060 (glucose) R 9059 8639 27229 0 -1 4202496 370139 0 0 0 4588 139 0 0 20 0 1 0 285116617 5072351232 936571 33554432000 4194304 5208918 140736391604256 140736391602200 4229319 0 0 4096 0 0 0 0 17 4 0 0 113 0 0
/proc/9060/statm: 1238367 936571 103 248 0 1238116 0
Current children cumulated CPU time (s) 1696.92
Current children cumulated vsize (KiB) 7185416

[startup+1782.3 s]
/proc/loadavg: 2.07 2.16 2.10 3/183 9060
/proc/meminfo: memFree=23647312/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2213652 CPUtime=1649.65 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) S 8639 8639 27229 0 -1 4202496 150731 6384649 0 0 8118 4296 146469 6082 20 0 1 0 284949229 2266779648 390246 33554432000 4194304 5990268 140734520915616 140734520907040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 824 0 0
/proc/8640/statm: 553413 390246 166 439 0 552970 0
[pid=9059] ppid=8640 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9059/stat : 9059 (satsolver.sh) S 8640 8639 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285116616 9367552 267 33554432000 4194304 5064252 140734607473104 140734607472016 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9059/statm: 2287 267 226 213 0 72 0
[pid=9060] ppid=9059 vsize=5102564 CPUtime=107.26 cores=0,2,4,6
/proc/9060/stat : 9060 (glucose) R 9059 8639 27229 0 -1 4202496 409555 0 0 0 10580 146 0 0 20 0 1 0 285116617 5225025536 989299 33554432000 4194304 5208918 140736391604256 140736391602200 4211019 0 0 4096 0 0 0 0 17 4 0 0 113 0 0
/proc/9060/statm: 1275641 989299 103 248 0 1275390 0
Current children cumulated CPU time (s) 1756.91
Current children cumulated vsize (KiB) 7334512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1827.4 s]
/proc/loadavg: 2.31 2.20 2.11 3/183 9067
/proc/meminfo: memFree=23871260/32873844 swapFree=6872/6872
[pid=8639] ppid=8637 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8639/stat : 8639 (npSolver-wbo-It) S 8637 8639 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284949228 9367552 274 33554432000 4194304 5064252 140735381212176 140735381211088 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8639/statm: 2287 274 233 213 0 72 0
[pid=8640] ppid=8639 vsize=2213652 CPUtime=1787.72 cores=0,2,4,6
/proc/8640/stat : 8640 (npSolver-wbo) S 8639 8639 27229 0 -1 4202496 159719 6807973 0 0 8258 4313 159723 6478 20 0 1 0 284949229 2266779648 390246 33554432000 4194304 5990268 140734520915616 140734520907040 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 862 0 0
/proc/8640/statm: 553413 390246 166 439 0 552970 0
[pid=9066] ppid=8640 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9066/stat : 9066 (satsolver.sh) S 8640 8639 27229 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285130571 9367552 266 33554432000 4194304 5064252 140736142373376 140736142372288 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9066/statm: 2287 266 226 213 0 72 0
[pid=9067] ppid=9066 vsize=4934844 CPUtime=12.33 cores=0,2,4,6
/proc/9067/stat : 9067 (glucose) R 9066 8639 27229 0 -1 4202496 364377 0 0 0 1098 135 0 0 20 0 1 0 285130572 5053280256 930802 33554432000 4194304 5208918 140736089415776 140736089413720 4229888 0 0 4096 0 0 0 0 17 4 0 0 163 0 0
/proc/9067/statm: 1233711 930802 94 248 0 1233460 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 7166792

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8639 and gives
#  childrusage.ru_utime.tv_sec=1679
#  childrusage.ru_utime.tv_usec=821628
#  childrusage.ru_stime.tv_sec=107
#  childrusage.ru_stime.tv_usec=929592
# CPU time returned by wait4() is 1787.75
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1827.42
CPU time (s): 1800.05
CPU user time (s): 1690.79
CPU system time (s): 109.26
CPU usage (%): 98.5023
Max. virtual memory (cumulated for all children) (KiB): 7369132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1679.82
system time used= 107.93
maximum resident set size= 3996936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6968668
page faults= 0
swaps= 0
block input operations= 120
block output operations= 41375696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 639316
involuntary context switches= 2567

runsolver used 2.94355 second user time and 7.72183 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 08:56:47
IDJOB=3715000
IDBENCH=79006
IDSOLVER=2296
FILE ID=node106/3715000-1338188207
RUNJOBID= node106-1338160071-27245
PBS_JOBID= 14624559
Free space on /tmp= 71244 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-floppy1-7.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715000-1338188207/watcher-3715000-1338188207 -o /tmp/evaluation-result-3715000-1338188207/solver-3715000-1338188207 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3715000-1338188207.wbo 1229715712 HOME HOME

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

MD5SUM BENCH= 0513f373de819ad63cf76545ce499638
RANDOM SEED=1229715712

node106.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.065
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.13
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.065
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.065
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.065
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.92
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.065
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		: 2667.065
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.065
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		: 2667.065
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:        30786664 kB
Buffers:          261944 kB
Cached:           636780 kB
SwapCached:            0 kB
Active:          1074440 kB
Inactive:         156568 kB
Active(anon):     323196 kB
Inactive(anon):    11256 kB
Active(file):     751244 kB
Inactive(file):   145312 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8548 kB
Writeback:             0 kB
AnonPages:        361048 kB
Mapped:            11468 kB
Shmem:               200 kB
Slab:             714940 kB
SReclaimable:     157104 kB
SUnreclaim:       557836 kB
KernelStack:        1520 kB
PageTables:         4668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     516112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 69636 MiB
End job on node106 at 2012-05-28 09:27:15