Trace number 3288663

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
ppfolio seqUNSAT 925.1 925.104

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark113.98
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 1 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 5
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 5
924.97/925.08	s UNSATISFIABLE
924.97/925.10	solver [1] cryptominisat 2.7.1 answered
924.97/925.10	Done

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3288663-1303770046/watcher-3288663-1303770046 -o /tmp/evaluation-result-3288663-1303770046/solver-3288663-1303770046 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3288663-1303770046.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.40 1.66 2.80 9/196 8166
/proc/meminfo: memFree=17570008/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 499 0 0 0 0 0 0 0 20 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 17073646744325030152 0 0 17 5 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0

[startup+0.0658121 s]
/proc/loadavg: 1.40 1.66 2.80 9/196 8166
/proc/meminfo: memFree=17570008/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763194538917888 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100804 s]
/proc/loadavg: 1.40 1.66 2.80 9/196 8166
/proc/meminfo: memFree=17570008/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763194538917888 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300772 s]
/proc/loadavg: 1.40 1.66 2.80 9/196 8166
/proc/meminfo: memFree=17570008/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763194538917888 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700705 s]
/proc/loadavg: 1.40 1.66 2.80 9/196 8166
/proc/meminfo: memFree=17570008/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763194538917888 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50055 s]
/proc/loadavg: 1.40 1.66 2.80 11/200 8170
/proc/meminfo: memFree=17208816/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=95824 CPUtime=0.5 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 15044 0 0 0 49 1 0 0 23 0 1 0 488602584 98123776 14246 33554432000 4194304 4587354 140733426060704 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 23956 14246 305 96 0 20518 0
[pid=8168] ppid=8166 vsize=83508 CPUtime=0.47 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 21742 0 0 0 45 2 0 0 24 0 1 0 488602584 85512192 17266 33554432000 4194304 4785740 140734960989376 18446744073709551615 4495534 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 20877 17266 314 145 0 17922 0
[pid=8169] ppid=8166 vsize=463748 CPUtime=0.49 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 4713 0 0 0 48 1 0 0 25 0 1 0 488602584 474877952 4611 33554432000 134512640 134534564 4288526800 18446744073709551615 7640393 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 115937 4611 90 6 0 114603 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 661404

[startup+3.10026 s]
/proc/loadavg: 1.40 1.66 2.80 12/200 8170
/proc/meminfo: memFree=17073532/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=98332 CPUtime=1 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 15676 0 0 0 99 1 0 0 25 0 1 0 488602584 100691968 14878 33554432000 4194304 4587354 140733426060704 18446744073709551615 4238332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 24583 14878 305 96 0 21145 0
[pid=8168] ppid=8166 vsize=83508 CPUtime=0.99 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 21743 0 0 0 97 2 0 0 25 0 1 0 488602584 85512192 17267 33554432000 4194304 4785740 140734960989376 18446744073709551615 4495635 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 20877 17267 314 145 0 17922 0
[pid=8169] ppid=8166 vsize=507964 CPUtime=1.07 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 17282 0 0 0 105 2 0 0 25 0 1 0 488602584 520155136 17179 33554432000 134512640 134534564 4288526800 18446744073709551615 134524527 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 126991 17179 91 6 0 125657 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 708128

[startup+6.30069 s]
/proc/loadavg: 2.40 1.86 2.86 13/206 8179
/proc/meminfo: memFree=16368568/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698764019172638720 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=182340 CPUtime=2.1 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 36674 0 0 0 206 4 0 0 25 0 1 0 488602584 186716160 35672 33554432000 4194304 4587354 140733426060704 18446744073709551615 4388104 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 45585 35672 316 96 0 42147 0
[pid=8168] ppid=8166 vsize=88612 CPUtime=2.07 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 23013 0 0 0 205 2 0 0 25 0 1 0 488602584 90738688 18537 33554432000 4194304 4785740 140734960989376 18446744073709551615 271550198469 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 22153 18538 318 145 0 19198 0
[pid=8169] ppid=8166 vsize=507964 CPUtime=2.09 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 17282 0 0 0 207 2 0 0 25 0 1 0 488602584 520155136 17179 33554432000 134512640 134534564 4288526800 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 126991 17179 91 6 0 125657 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 797240

[startup+12.7005 s]
/proc/loadavg: 3.17 2.03 2.91 13/206 8179
/proc/meminfo: memFree=15750520/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698764706367406080 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=207588 CPUtime=4.77 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 46826 0 0 0 472 5 0 0 20 0 1 0 488602584 212570112 38291 33554432000 4194304 4587354 140733426060704 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 51897 38291 327 96 0 48459 0
[pid=8168] ppid=8166 vsize=98348 CPUtime=3.9 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 27239 0 0 0 387 3 0 0 25 0 1 0 488602584 100708352 21312 33554432000 4194304 4785740 140734960989376 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 24587 21312 340 145 0 21632 0
[pid=8169] ppid=8166 vsize=507964 CPUtime=3.99 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 17282 0 0 0 397 2 0 0 25 0 1 0 488602584 520155136 17179 33554432000 134512640 134534564 4288526800 18446744073709551615 134524565 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 126991 17179 91 6 0 125657 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 832224

[startup+25.5012 s]
/proc/loadavg: 5.13 2.52 3.05 13/206 8179
/proc/meminfo: memFree=15401832/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698765256123219968 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=207588 CPUtime=9 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 47179 0 0 0 894 6 0 0 25 0 1 0 488602584 212570112 38632 33554432000 4194304 4587354 140733426060704 18446744073709551615 4248785 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 51897 38632 327 96 0 48459 0
[pid=8168] ppid=8166 vsize=98348 CPUtime=8.2 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 27239 0 0 0 817 3 0 0 25 0 1 0 488602584 100708352 21312 33554432000 4194304 4785740 140734960989376 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 24587 21312 340 145 0 21632 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=8.28 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 20781 0 0 0 825 3 0 0 25 0 1 0 488602584 533131264 20678 33554432000 134512640 134534564 4288526800 18446744073709551615 134522309 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 20678 95 6 0 128825 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 844896

[startup+51.1005 s]
/proc/loadavg: 7.32 3.25 3.28 12/205 8210
/proc/meminfo: memFree=16579528/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698764981245313024 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=207588 CPUtime=18.1 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 47187 0 0 0 1804 6 0 0 25 0 1 0 488602584 212570112 38640 33554432000 4194304 4587354 140733426060704 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 51897 38640 334 96 0 48459 0
[pid=8168] ppid=8166 vsize=98348 CPUtime=16.48 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 27239 0 0 0 1645 3 0 0 25 0 1 0 488602584 100708352 21312 33554432000 4194304 4785740 140734960989376 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 24587 21312 340 145 0 21632 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=16.49 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 1646 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 844896

[startup+102.307 s]
/proc/loadavg: 9.40 4.44 3.68 12/205 8211
/proc/meminfo: memFree=16475500/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698764706367406080 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=863280 CPUtime=35.2 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 49180 0 0 0 3514 6 0 0 25 0 1 0 488602584 883998720 40534 33554432000 4194304 4587354 140733426060704 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 215820 40534 335 96 0 212382 0
[pid=8168] ppid=8166 vsize=99068 CPUtime=33.49 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 27647 0 0 0 3346 3 0 0 25 0 1 0 488602584 101445632 21720 33554432000 4194304 4785740 140734960989376 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 24767 21720 340 145 0 21812 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=33.59 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 3356 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1501308

[startup+162.3 s]
/proc/loadavg: 10.41 5.63 4.14 12/205 8213
/proc/meminfo: memFree=16423152/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763744294731776 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=844144 CPUtime=55.2 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 50002 0 0 0 5513 7 0 0 25 0 1 0 488602584 864403456 38705 33554432000 4194304 4587354 140733426060704 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 211036 38705 335 96 0 207598 0
[pid=8168] ppid=8166 vsize=108628 CPUtime=53.49 cores=5

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

/proc/8168/statm: 40598 37042 340 145 0 37643 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=293.56 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 29353 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 1548684

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

[startup+895.901 s]
/proc/loadavg: 11.00 10.55 7.88 12/205 8233
/proc/meminfo: memFree=16168824/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763331977871360 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=847332 CPUtime=299.67 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 71432 0 0 0 29953 14 0 0 25 0 1 0 488602584 867667968 39604 33554432000 4194304 4587354 140733426060704 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 211833 39604 335 96 0 208395 0
[pid=8168] ppid=8166 vsize=162392 CPUtime=298.05 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 42969 0 0 0 29797 8 0 0 25 0 1 0 488602584 166289408 37042 33554432000 4194304 4785740 140734960989376 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 40598 37042 340 145 0 37643 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=298.15 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 29812 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 895.87
Current children cumulated vsize (KiB) 1548684

[startup+908.701 s]
/proc/loadavg: 11.00 10.57 7.92 9/197 8250
/proc/meminfo: memFree=16616992/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763331977871360 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=847332 CPUtime=303.96 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 71432 0 0 0 30382 14 0 0 25 0 1 0 488602584 867667968 39604 33554432000 4194304 4587354 140733426060704 18446744073709551615 4240994 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 211833 39604 335 96 0 208395 0
[pid=8168] ppid=8166 vsize=162392 CPUtime=302.35 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 42985 0 0 0 30227 8 0 0 25 0 1 0 488602584 166289408 37058 33554432000 4194304 4785740 140734960989376 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 40598 37058 340 145 0 37643 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=302.36 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 30233 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 908.67
Current children cumulated vsize (KiB) 1548684

[startup+915.1 s]
/proc/loadavg: 10.54 10.48 7.92 9/196 8250
/proc/meminfo: memFree=16613840/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763331977871360 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=847332 CPUtime=306.07 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 71432 0 0 0 30593 14 0 0 25 0 1 0 488602584 867667968 39604 33554432000 4194304 4587354 140733426060704 18446744073709551615 4239320 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 211833 39604 335 96 0 208395 0
[pid=8168] ppid=8166 vsize=162392 CPUtime=304.45 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 42986 0 0 0 30437 8 0 0 25 0 1 0 488602584 166289408 37059 33554432000 4194304 4785740 140734960989376 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 40598 37059 340 145 0 37643 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=304.55 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 30452 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 915.07
Current children cumulated vsize (KiB) 1548684

[startup+921.5 s]
/proc/loadavg: 10.33 10.44 7.92 9/196 8250
/proc/meminfo: memFree=16605128/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763331977871360 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=857568 CPUtime=308.25 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 73180 0 0 0 30811 14 0 0 25 0 1 0 488602584 878149632 41342 33554432000 4194304 4587354 140733426060704 18446744073709551615 4237609 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 214392 41342 335 96 0 210954 0
[pid=8168] ppid=8166 vsize=162392 CPUtime=306.56 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 42988 0 0 0 30648 8 0 0 25 0 1 0 488602584 166289408 37061 33554432000 4194304 4785740 140734960989376 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 40598 37061 340 145 0 37643 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=306.65 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 30662 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134528880 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 921.46
Current children cumulated vsize (KiB) 1558920

[startup+923.101 s]
/proc/loadavg: 10.33 10.44 7.92 9/196 8250
/proc/meminfo: memFree=16603888/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763331977871360 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=857568 CPUtime=308.75 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 73232 0 0 0 30861 14 0 0 25 0 1 0 488602584 878149632 41393 33554432000 4194304 4587354 140733426060704 18446744073709551615 4443514 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 214392 41393 335 96 0 210954 0
[pid=8168] ppid=8166 vsize=162532 CPUtime=307.15 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 43002 0 0 0 30707 8 0 0 25 0 1 0 488602584 166432768 37075 33554432000 4194304 4785740 140734960989376 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 40633 37075 340 145 0 37678 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=307.16 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 30713 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 923.06
Current children cumulated vsize (KiB) 1559060

[startup+923.901 s]
/proc/loadavg: 10.33 10.44 7.92 9/196 8250
/proc/meminfo: memFree=16603276/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763331977871360 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=857568 CPUtime=309.05 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 73251 0 0 0 30891 14 0 0 25 0 1 0 488602584 878149632 41411 33554432000 4194304 4587354 140733426060704 18446744073709551615 4238499 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 214392 41411 335 96 0 210954 0
[pid=8168] ppid=8166 vsize=162532 CPUtime=307.37 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 43003 0 0 0 30729 8 0 0 25 0 1 0 488602584 166432768 37076 33554432000 4194304 4785740 140734960989376 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 40633 37076 340 145 0 37678 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=307.45 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 30742 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 923.87
Current children cumulated vsize (KiB) 1559060

[startup+924.701 s]
/proc/loadavg: 10.33 10.44 7.92 9/196 8250
/proc/meminfo: memFree=16603276/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763331977871360 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=857568 CPUtime=309.27 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 73269 0 0 0 30913 14 0 0 25 0 1 0 488602584 878149632 41428 33554432000 4194304 4587354 140733426060704 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 214392 41428 335 96 0 210954 0
[pid=8168] ppid=8166 vsize=162532 CPUtime=307.65 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 43003 0 0 0 30757 8 0 0 25 0 1 0 488602584 166432768 37076 33554432000 4194304 4785740 140734960989376 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 40633 37076 340 145 0 37678 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=307.75 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 30772 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 924.67
Current children cumulated vsize (KiB) 1559060

[startup+924.901 s]
/proc/loadavg: 10.33 10.44 7.92 9/196 8250
/proc/meminfo: memFree=16603276/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763331977871360 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=857568 CPUtime=309.35 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 73276 0 0 0 30921 14 0 0 25 0 1 0 488602584 878149632 41434 33554432000 4194304 4587354 140733426060704 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 214392 41434 335 96 0 210954 0
[pid=8168] ppid=8166 vsize=162532 CPUtime=307.75 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 43003 0 0 0 30767 8 0 0 25 0 1 0 488602584 166432768 37076 33554432000 4194304 4785740 140734960989376 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 40633 37076 340 145 0 37678 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=307.76 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 30773 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 924.86
Current children cumulated vsize (KiB) 1559060

[startup+925.001 s]
/proc/loadavg: 10.15 10.40 7.92 9/196 8250
/proc/meminfo: memFree=16602780/32951124 swapFree=67111528/67111528
[pid=8166] ppid=8164 vsize=18324 CPUtime=0 cores=5,7
/proc/8166/stat : 8166 (ppfolio) S 8164 8166 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488602584 18763776 393 33554432000 4194304 4287625 140734050746448 18446744073709551615 271550557711 0 0 4096 65536 1698763331977871360 0 0 17 7 0 0 0
/proc/8166/statm: 4581 393 345 23 0 91 0
[pid=8167] ppid=8166 vsize=857568 CPUtime=309.37 cores=5
/proc/8167/stat : 8167 (cryptominisat) R 8166 8166 5962 0 -1 4202496 73278 0 0 0 30923 14 0 0 25 0 1 0 488602584 878149632 41436 33554432000 4194304 4587354 140733426060704 18446744073709551615 4236411 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8167/statm: 214392 41436 335 96 0 210954 0
[pid=8168] ppid=8166 vsize=162532 CPUtime=307.75 cores=5
/proc/8168/stat : 8168 (clasp) R 8166 8166 5962 0 -1 4202496 43003 0 0 0 30767 8 0 0 25 0 1 0 488602584 166432768 37076 33554432000 4194304 4785740 140734960989376 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8168/statm: 40633 37076 340 145 0 37678 0
[pid=8169] ppid=8166 vsize=520636 CPUtime=307.85 cores=5
/proc/8169/stat : 8169 (TNM) R 8166 8166 5962 0 -1 4202496 24309 0 0 0 30782 3 0 0 25 0 1 0 488602584 533131264 24206 33554432000 134512640 134534564 4288526800 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8169/statm: 130159 24206 95 6 0 128825 0
Current children cumulated CPU time (s) 924.97
Current children cumulated vsize (KiB) 1559060

Child status: 0
Real time (s): 925.104
CPU time (s): 925.1
CPU user time (s): 924.814
CPU system time (s): 0.285956
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 2226272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 924.814
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141124
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 173
involuntary context switches= 10473

runsolver used 1.47178 second user time and 3.59145 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-26 00:20:47
IDJOB=3288663
IDBENCH=82501
IDSOLVER=1613
FILE ID=node133/3288663-1303770046
RUNJOBID= node133-1303770046-8127
PBS_JOBID= 13157125
Free space on /tmp= 71504 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_unsat.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288663-1303770046/watcher-3288663-1303770046 -o /tmp/evaluation-result-3288663-1303770046/solver-3288663-1303770046 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3288663-1303770046.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=17668120

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6741.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17570784 kB
Buffers:       2174160 kB
Cached:       12540596 kB
SwapCached:          0 kB
Active:        8666320 kB
Inactive:      6150060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17570784 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          101536 kB
Writeback:           0 kB
AnonPages:      100712 kB
Mapped:          16448 kB
Slab:           499360 kB
PageTables:       5364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1176548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71524 MiB
End job on node133 at 2011-04-26 00:36:12