Trace number 3371397

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
Plingeling 587f (fixed)UNSAT 577.916 145.321

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

577.88/145.32	s UNSATISFIABLE

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: 961)

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-3371397-1305422265/watcher-3371397-1305422265 -o /tmp/evaluation-result-3371397-1305422265/solver-3371397-1305422265 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371397-1305422265.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 8.04 7.94 7.90 6/354 23554
/proc/meminfo: memFree=23857340/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=12400 CPUtime=0 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) R 23552 23554 22319 0 -1 4202496 1178 1251 0 0 0 0 0 0 23 0 1 0 653823271 12697600 1108 33554432000 4194304 4417452 140736950415216 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23554/statm: 3100 1108 148 55 0 986 0

[startup+0.0921249 s]
/proc/loadavg: 8.04 7.94 7.90 6/354 23554
/proc/meminfo: memFree=23857340/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=28368 CPUtime=0.08 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) R 23552 23554 22319 0 -1 4202496 5241 1251 0 0 8 0 0 0 23 0 1 0 653823271 29048832 5117 33554432000 4194304 4417452 140736950415216 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23554/statm: 7092 5117 149 55 0 4978 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28368

[startup+0.10112 s]
/proc/loadavg: 8.04 7.94 7.90 6/354 23554
/proc/meminfo: memFree=23857340/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=28368 CPUtime=0.09 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) R 23552 23554 22319 0 -1 4202496 5241 1251 0 0 9 0 0 0 23 0 1 0 653823271 29048832 5117 33554432000 4194304 4417452 140736950415216 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23554/statm: 7092 5117 149 55 0 4978 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28368

[startup+0.301082 s]
/proc/loadavg: 8.04 7.94 7.90 6/354 23554
/proc/meminfo: memFree=23857340/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=81188 CPUtime=0.29 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) R 23552 23554 22319 0 -1 4202496 17770 1251 0 0 27 2 0 0 24 0 1 0 653823271 83136512 17630 33554432000 4194304 4417452 140736950415216 18446744073709551615 254500385885 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/23554/statm: 20297 17656 149 55 0 18183 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81188

[startup+0.700942 s]
/proc/loadavg: 8.04 7.94 7.90 6/354 23554
/proc/meminfo: memFree=23857340/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=226104 CPUtime=1.08 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 43503 1251 0 0 103 5 0 0 25 0 5 0 653823271 231530496 28107 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 56526 28107 169 55 0 54412 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 226104

[startup+1.50078 s]
/proc/loadavg: 8.04 7.94 7.90 9/359 23564
/proc/meminfo: memFree=23699440/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=234544 CPUtime=4.27 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 49470 1251 0 0 421 6 0 0 25 0 5 0 653823271 240173056 30218 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 58636 30218 173 55 0 56522 0
[pid=23554/tid=23561] ppid=23552 vsize=234544 CPUtime=0.92 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 6447 1251 0 0 92 0 0 0 25 0 5 0 653823327 240173056 30218 33554432000 4194304 4417452 140736950415216 18446744073709551615 4287606 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=234544 CPUtime=0.91 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 6429 1251 0 0 91 0 0 0 25 0 5 0 653823327 240173056 30218 33554432000 4194304 4417452 140736950415216 18446744073709551615 4285054 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=234544 CPUtime=0.92 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 4185 1251 0 0 92 0 0 0 25 0 5 0 653823327 240173056 30218 33554432000 4194304 4417452 140736950415216 18446744073709551615 4287492 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=234544 CPUtime=0.93 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 4589 1251 0 0 93 0 0 0 25 0 5 0 653823327 240173056 30218 33554432000 4194304 4417452 140736950415216 18446744073709551615 4232623 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 234544

[startup+3.10046 s]
/proc/loadavg: 8.04 7.94 7.90 9/359 23564
/proc/meminfo: memFree=23652444/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=258708 CPUtime=10.66 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 65633 1251 0 0 1057 9 0 0 25 0 5 0 653823271 264916992 42620 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 64677 42620 176 55 0 62563 0
[pid=23554/tid=23561] ppid=23552 vsize=258708 CPUtime=2.53 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 9519 1251 0 0 252 1 0 0 25 0 5 0 653823327 264916992 42620 33554432000 4194304 4417452 140736950415216 18446744073709551615 4255904 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=258708 CPUtime=2.5 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 13700 1251 0 0 248 2 0 0 25 0 5 0 653823327 264916992 42620 33554432000 4194304 4417452 140736950415216 18446744073709551615 254500389198 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=258708 CPUtime=2.52 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 10005 1251 0 0 251 1 0 0 25 0 5 0 653823327 264916992 42620 33554432000 4194304 4417452 140736950415216 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=258708 CPUtime=2.53 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 4589 1251 0 0 253 0 0 0 25 0 5 0 653823327 264916992 42620 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.66
Current children cumulated vsize (KiB) 258708

[startup+6.30082 s]
/proc/loadavg: 8.04 7.94 7.90 9/359 23564
/proc/meminfo: memFree=23589560/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=284036 CPUtime=23.43 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 76181 1251 0 0 2333 10 0 0 25 0 5 0 653823271 290852864 42609 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 71009 42609 179 55 0 68895 0
[pid=23554/tid=23561] ppid=23552 vsize=284036 CPUtime=5.72 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 12854 1251 0 0 571 1 0 0 25 0 5 0 653823327 290852864 42609 33554432000 4194304 4417452 140736950415216 18446744073709551615 4249519 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=284036 CPUtime=5.66 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 20910 1251 0 0 564 2 0 0 25 0 5 0 653823327 290852864 42609 33554432000 4194304 4417452 140736950415216 18446744073709551615 4272121 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=284036 CPUtime=5.72 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 10007 1251 0 0 571 1 0 0 25 0 5 0 653823327 290852864 42609 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=284036 CPUtime=5.73 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 4590 1251 0 0 573 0 0 0 25 0 5 0 653823327 290852864 42609 33554432000 4194304 4417452 140736950415216 18446744073709551615 4357436 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.43
Current children cumulated vsize (KiB) 284036

[startup+12.7006 s]
/proc/loadavg: 8.03 7.94 7.90 9/359 23564
/proc/meminfo: memFree=23634732/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=263652 CPUtime=48.96 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 82809 1251 0 0 4885 11 0 0 25 0 5 0 653823271 269979648 36851 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 65913 36851 180 55 0 63799 0
[pid=23554/tid=23561] ppid=23552 vsize=263652 CPUtime=12.13 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 14904 1251 0 0 1211 2 0 0 25 0 5 0 653823327 269979648 36851 33554432000 4194304 4417452 140736950415216 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=263652 CPUtime=11.99 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 23440 1251 0 0 1196 3 0 0 25 0 5 0 653823327 269979648 36851 33554432000 4194304 4417452 140736950415216 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=263652 CPUtime=12.12 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 10007 1251 0 0 1211 1 0 0 25 0 5 0 653823327 269979648 36851 33554432000 4194304 4417452 140736950415216 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=263652 CPUtime=12.13 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 6638 1251 0 0 1213 0 0 0 25 0 5 0 653823327 269979648 36851 33554432000 4194304 4417452 140736950415216 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.96
Current children cumulated vsize (KiB) 263652

[startup+25.501 s]
/proc/loadavg: 8.03 7.94 7.90 9/359 23564
/proc/meminfo: memFree=23661252/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=263252 CPUtime=100.01 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 83512 1251 0 0 9990 11 0 0 25 0 5 0 653823271 269570048 36751 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 65813 36751 180 55 0 63699 0
[pid=23554/tid=23561] ppid=23552 vsize=263252 CPUtime=24.93 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 15217 1251 0 0 2491 2 0 0 25 0 5 0 653823327 269570048 36751 33554432000 4194304 4417452 140736950415216 18446744073709551615 4339846 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=263252 CPUtime=24.65 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 23752 1251 0 0 2462 3 0 0 25 0 5 0 653823327 269570048 36751 33554432000 4194304 4417452 140736950415216 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=263252 CPUtime=24.92 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 10085 1251 0 0 2491 1 0 0 25 0 5 0 653823327 269570048 36751 33554432000 4194304 4417452 140736950415216 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=263252 CPUtime=24.93 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 6638 1251 0 0 2493 0 0 0 25 0 5 0 653823327 269570048 36751 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (KiB) 263252

[startup+51.1009 s]
/proc/loadavg: 8.02 7.94 7.90 9/359 23565
/proc/meminfo: memFree=23712008/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=262996 CPUtime=202.14 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 84107 1251 0 0 20203 11 0 0 25 0 5 0 653823271 269307904 36687 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 65749 36687 180 55 0 63635 0
[pid=23554/tid=23561] ppid=23552 vsize=262996 CPUtime=50.53 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 15481 1251 0 0 5051 2 0 0 25 0 5 0 653823327 269307904 36687 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=262996 CPUtime=49.97 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 24016 1251 0 0 4994 3 0 0 25 0 5 0 653823327 269307904 36687 33554432000 4194304 4417452 140736950415216 18446744073709551615 4321590 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=262996 CPUtime=50.52 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 10152 1251 0 0 5051 1 0 0 25 0 5 0 653823327 269307904 36687 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=262996 CPUtime=50.53 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 6638 1251 0 0 5053 0 0 0 25 0 5 0 653823327 269307904 36687 33554432000 4194304 4417452 140736950415216 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.14
Current children cumulated vsize (KiB) 262996

[startup+102.313 s]
/proc/loadavg: 8.00 7.95 7.91 9/359 23566
/proc/meminfo: memFree=23490864/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=277600 CPUtime=406.43 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 107225 1251 0 0 40628 15 0 0 25 0 5 0 653823271 284262400 40855 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 69400 40855 180 55 0 67286 0
[pid=23554/tid=23561] ppid=23552 vsize=277600 CPUtime=101.74 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 22942 1251 0 0 10171 3 0 0 25 0 5 0 653823327 284262400 40855 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=277600 CPUtime=100.63 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 27142 1251 0 0 10059 4 0 0 25 0 5 0 653823327 284262400 40855 33554432000 4194304 4417452 140736950415216 18446744073709551615 18446744073699066094 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=277600 CPUtime=101.74 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 20703 1251 0 0 10171 3 0 0 25 0 5 0 653823327 284262400 40855 33554432000 4194304 4417452 140736950415216 18446744073709551615 4264999 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=277600 CPUtime=101.74 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 8618 1251 0 0 10174 0 0 0 25 0 5 0 653823327 284262400 40855 33554432000 4194304 4417452 140736950415216 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 406.43
Current children cumulated vsize (KiB) 277600

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

[startup+127.901 s]
/proc/loadavg: 8.00 7.95 7.91 9/359 23567
/proc/meminfo: memFree=23416328/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=317860 CPUtime=508.51 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 122182 1251 0 0 50834 17 0 0 25 0 5 0 653823271 325488640 50920 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 79465 50920 180 55 0 77351 0
[pid=23554/tid=23561] ppid=23552 vsize=317860 CPUtime=127.33 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 26237 1251 0 0 12729 4 0 0 25 0 5 0 653823327 325488640 50920 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=317860 CPUtime=125.94 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 34375 1251 0 0 12589 5 0 0 25 0 5 0 653823327 325488640 50920 33554432000 4194304 4417452 140736950415216 18446744073709551615 4309920 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=317860 CPUtime=127.33 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 23491 1251 0 0 12730 3 0 0 25 0 5 0 653823327 325488640 50920 33554432000 4194304 4417452 140736950415216 18446744073709551615 4264911 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=317860 CPUtime=127.33 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 10259 1251 0 0 12732 1 0 0 25 0 5 0 653823327 325488640 50920 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 508.51
Current children cumulated vsize (KiB) 317860

[startup+134.3 s]
/proc/loadavg: 8.08 7.97 7.91 9/359 23567
/proc/meminfo: memFree=23520104/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=325104 CPUtime=534.04 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 126155 1251 0 0 53386 18 0 0 25 0 5 0 653823271 332906496 52731 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 81276 52731 180 55 0 79162 0
[pid=23554/tid=23561] ppid=23552 vsize=325104 CPUtime=133.73 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 28285 1251 0 0 13369 4 0 0 25 0 5 0 653823327 332906496 52731 33554432000 4194304 4417452 140736950415216 18446744073709551615 4353648 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=325104 CPUtime=132.26 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 36300 1251 0 0 13221 5 0 0 25 0 5 0 653823327 332906496 52731 33554432000 4194304 4417452 140736950415216 18446744073709551615 4365962 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=325104 CPUtime=133.73 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 23491 1251 0 0 13370 3 0 0 25 0 5 0 653823327 332906496 52731 33554432000 4194304 4417452 140736950415216 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=325104 CPUtime=133.73 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 10259 1251 0 0 13372 1 0 0 25 0 5 0 653823327 332906496 52731 33554432000 4194304 4417452 140736950415216 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 534.04
Current children cumulated vsize (KiB) 325104

[startup+140.701 s]
/proc/loadavg: 8.08 7.97 7.91 9/359 23567
/proc/meminfo: memFree=23525060/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=314296 CPUtime=559.62 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 128344 1251 0 0 55944 18 0 0 25 0 5 0 653823271 321839104 50061 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 78574 50061 180 55 0 76460 0
[pid=23554/tid=23561] ppid=23552 vsize=314296 CPUtime=140.14 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 28426 1251 0 0 14010 4 0 0 25 0 5 0 653823327 321839104 50061 33554432000 4194304 4417452 140736950415216 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=314296 CPUtime=138.6 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 38348 1251 0 0 13855 5 0 0 25 0 5 0 653823327 321839104 50061 33554432000 4194304 4417452 140736950415216 18446744073709551615 4253296 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=314296 CPUtime=140.14 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 23491 1251 0 0 14011 3 0 0 25 0 5 0 653823327 321839104 50061 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=314296 CPUtime=140.15 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 10259 1251 0 0 14014 1 0 0 25 0 5 0 653823327 321839104 50061 33554432000 4194304 4417452 140736950415216 18446744073709551615 4264926 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 559.62
Current children cumulated vsize (KiB) 314296

[startup+143.9 s]
/proc/loadavg: 8.07 7.97 7.91 9/359 23567
/proc/meminfo: memFree=23535204/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=306720 CPUtime=572.35 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 128499 1251 0 0 57217 18 0 0 25 0 5 0 653823271 314081280 48167 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 76680 48167 180 55 0 74566 0
[pid=23554/tid=23561] ppid=23552 vsize=306720 CPUtime=143.33 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 28426 1251 0 0 14329 4 0 0 25 0 5 0 653823327 314081280 48167 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=306720 CPUtime=141.76 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 38494 1251 0 0 14171 5 0 0 25 0 5 0 653823327 314081280 48167 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=306720 CPUtime=143.33 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 23500 1251 0 0 14330 3 0 0 25 0 5 0 653823327 314081280 48167 33554432000 4194304 4417452 140736950415216 18446744073709551615 4353653 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=306720 CPUtime=143.33 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 10259 1251 0 0 14332 1 0 0 25 0 5 0 653823327 314081280 48167 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364427 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 572.35
Current children cumulated vsize (KiB) 306720

[startup+144.7 s]
/proc/loadavg: 8.07 7.97 7.91 9/359 23567
/proc/meminfo: memFree=23535204/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=306720 CPUtime=575.53 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 128499 1251 0 0 57535 18 0 0 25 0 5 0 653823271 314081280 48167 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 76680 48167 180 55 0 74566 0
[pid=23554/tid=23561] ppid=23552 vsize=306720 CPUtime=144.13 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 28426 1251 0 0 14409 4 0 0 25 0 5 0 653823327 314081280 48167 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=306720 CPUtime=142.55 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 38494 1251 0 0 14250 5 0 0 25 0 5 0 653823327 314081280 48167 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364488 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=306720 CPUtime=144.13 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 23500 1251 0 0 14410 3 0 0 25 0 5 0 653823327 314081280 48167 33554432000 4194304 4417452 140736950415216 18446744073709551615 4277936 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=306720 CPUtime=144.13 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 10259 1251 0 0 14412 1 0 0 25 0 5 0 653823327 314081280 48167 33554432000 4194304 4417452 140736950415216 18446744073709551615 4366014 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 575.53
Current children cumulated vsize (KiB) 306720

[startup+145.101 s]
/proc/loadavg: 8.07 7.97 7.91 9/359 23567
/proc/meminfo: memFree=23527020/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=306688 CPUtime=577.17 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 128499 1251 0 0 57699 18 0 0 25 0 5 0 653823271 314048512 48159 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 76672 48159 180 55 0 74558 0
[pid=23554/tid=23561] ppid=23552 vsize=306688 CPUtime=144.54 cores=0,2,4,6
/proc/23554/task/23561/stat : 23561 (plingeling) R 23552 23554 22319 0 -1 4202560 28426 1251 0 0 14450 4 0 0 25 0 5 0 653823327 314048512 48159 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23554/tid=23562] ppid=23552 vsize=306688 CPUtime=142.95 cores=0,2,4,6
/proc/23554/task/23562/stat : 23562 (plingeling) R 23552 23554 22319 0 -1 4202560 38494 1251 0 0 14290 5 0 0 25 0 5 0 653823327 314048512 48159 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364893 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23554/tid=23563] ppid=23552 vsize=306688 CPUtime=144.54 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 23500 1251 0 0 14451 3 0 0 25 0 5 0 653823327 314048512 48159 33554432000 4194304 4417452 140736950415216 18446744073709551615 4278038 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23554/tid=23564] ppid=23552 vsize=306688 CPUtime=144.55 cores=0,2,4,6
/proc/23554/task/23564/stat : 23564 (plingeling) R 23552 23554 22319 0 -1 4202560 10259 1251 0 0 14454 1 0 0 25 0 5 0 653823327 314048512 48159 33554432000 4194304 4417452 140736950415216 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 577.17
Current children cumulated vsize (KiB) 306688

[startup+145.301 s]
/proc/loadavg: 8.07 7.97 7.91 9/359 23567
/proc/meminfo: memFree=23527020/32950928 swapFree=45937192/67111528
[pid=23554] ppid=23552 vsize=306688 CPUtime=577.88 cores=0,2,4,6
/proc/23554/stat : 23554 (plingeling) S 23552 23554 22319 0 -1 4202496 128500 1251 0 0 57770 18 0 0 18 0 2 0 653823271 314048512 48160 33554432000 4194304 4417452 140736950415216 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/23554/statm: 76672 48160 181 55 0 74558 0
[pid=23554/tid=23563] ppid=23552 vsize=306688 CPUtime=144.73 cores=0,2,4,6
/proc/23554/task/23563/stat : 23563 (plingeling) R 23552 23554 22319 0 -1 4202560 23500 1251 0 0 14470 3 0 0 25 0 2 0 653823327 314048512 48160 33554432000 4194304 4417452 140736950415216 18446744073709551615 4277543 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 577.88
Current children cumulated vsize (KiB) 306688

Child status: 20
Real time (s): 145.321
CPU time (s): 577.916
CPU user time (s): 577.717
CPU system time (s): 0.198969
CPU usage (%): 397.683
Max. virtual memory (cumulated for all children) (KiB): 333296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 577.717
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129754
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= 140
involuntary context switches= 2634

runsolver used 0.466929 second user time and 1.12983 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 03:17:46
IDJOB=3371397
IDBENCH=82488
IDSOLVER=1848
FILE ID=node149/3371397-1305422265
RUNJOBID= node149-1305421638-23292
PBS_JOBID= 13324565
Free space on /tmp= 73560 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371397-1305422265/watcher-3371397-1305422265 -o /tmp/evaluation-result-3371397-1305422265/solver-3371397-1305422265 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371397-1305422265.cnf

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=923059459

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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	: 5332.73
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.806
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.82
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.806
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.75
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.806
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.82
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.806
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:     32950928 kB
MemFree:      23857504 kB
Buffers:        314488 kB
Cached:        3947968 kB
SwapCached:      19984 kB
Active:        6549332 kB
Inactive:      2248188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23857504 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            8164 kB
Writeback:           0 kB
AnonPages:     4527996 kB
Mapped:          14608 kB
Slab:           157784 kB
PageTables:      72124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80449988 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73560 MiB
End job on node149 at 2011-05-15 03:20:11