Trace number 3371392

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 1152.32 289.189

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

running on 4 cores: 1,3,5,7

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.07 8.09 8.00 6/370 7202
/proc/meminfo: memFree=17386952/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=10200 CPUtime=0 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) R 7200 7202 6932 0 -1 4202496 628 1257 0 0 0 0 0 0 25 0 1 0 732449332 10444800 557 33554432000 4194304 4417452 140733821870448 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/7202/statm: 2550 557 148 55 0 436 0

[startup+0.0211469 s]
/proc/loadavg: 8.07 8.09 8.00 6/370 7202
/proc/meminfo: memFree=17386952/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=13280 CPUtime=0.01 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) R 7200 7202 6932 0 -1 4202496 1415 1257 0 0 1 0 0 0 25 0 1 0 732449332 13598720 1344 33554432000 4194304 4417452 140733821870448 18446744073709551615 4264909 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/7202/statm: 3320 1344 149 55 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13280

[startup+0.101146 s]
/proc/loadavg: 8.07 8.09 8.00 6/370 7202
/proc/meminfo: memFree=17386952/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=27600 CPUtime=0.09 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) R 7200 7202 6932 0 -1 4202496 5007 1257 0 0 9 0 0 0 25 0 1 0 732449332 28262400 4924 33554432000 4194304 4417452 140733821870448 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/7202/statm: 6900 4924 149 55 0 4786 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27600

[startup+0.301102 s]
/proc/loadavg: 8.07 8.09 8.00 6/370 7202
/proc/meminfo: memFree=17386952/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=64232 CPUtime=0.29 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) R 7200 7202 6932 0 -1 4202496 14165 1257 0 0 28 1 0 0 25 0 1 0 732449332 65773568 14082 33554432000 4194304 4417452 140733821870448 18446744073709551615 4227889 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/7202/statm: 16058 14082 149 55 0 13944 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64232

[startup+0.701003 s]
/proc/loadavg: 8.07 8.09 8.00 6/370 7202
/proc/meminfo: memFree=17386952/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=198388 CPUtime=1.82 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 31127 1257 0 0 179 3 0 0 25 0 5 0 732449332 203149312 21026 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 49597 21026 173 55 0 47483 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 198388

[startup+1.50087 s]
/proc/loadavg: 8.07 8.09 8.00 9/375 7212
/proc/meminfo: memFree=17303260/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=188764 CPUtime=5 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 38067 1257 0 0 496 4 0 0 25 0 5 0 732449332 193294336 19841 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 47191 19841 173 55 0 45077 0
[pid=7202/tid=7209] ppid=7200 vsize=188764 CPUtime=1.17 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 4206 1257 0 0 117 0 0 0 25 0 5 0 732449365 193294336 19841 33554432000 4194304 4417452 140733821870448 18446744073709551615 4234249 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=188764 CPUtime=1.17 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 4124 1257 0 0 117 0 0 0 25 0 5 0 732449365 193294336 19841 33554432000 4194304 4417452 140733821870448 18446744073709551615 4302131 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=188764 CPUtime=1.17 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 9392 1257 0 0 116 1 0 0 25 0 5 0 732449365 193294336 19841 33554432000 4194304 4417452 140733821870448 18446744073709551615 4270897 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=188764 CPUtime=1.16 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 2072 1257 0 0 116 0 0 0 25 0 5 0 732449365 193294336 19841 33554432000 4194304 4417452 140733821870448 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 188764

[startup+3.1006 s]
/proc/loadavg: 8.07 8.09 8.00 9/375 7212
/proc/meminfo: memFree=17307104/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=188592 CPUtime=11.39 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 44088 1257 0 0 1134 5 0 0 25 0 5 0 732449332 193118208 18582 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 47148 18582 178 55 0 45034 0
[pid=7202/tid=7209] ppid=7200 vsize=188592 CPUtime=2.76 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 6131 1257 0 0 276 0 0 0 25 0 5 0 732449365 193118208 18582 33554432000 4194304 4417452 140733821870448 18446744073709551615 4346490 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=188592 CPUtime=2.76 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 5148 1257 0 0 276 0 0 0 25 0 5 0 732449365 193118208 18582 33554432000 4194304 4417452 140733821870448 18446744073709551615 4346245 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=188592 CPUtime=2.77 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 12463 1257 0 0 275 2 0 0 25 0 5 0 732449365 193118208 18582 33554432000 4194304 4417452 140733821870448 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=188592 CPUtime=2.75 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 2073 1257 0 0 275 0 0 0 25 0 5 0 732449365 193118208 18582 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 188592

[startup+6.30107 s]
/proc/loadavg: 8.07 8.09 8.00 9/375 7212
/proc/meminfo: memFree=17254468/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=235988 CPUtime=24.15 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 56676 1257 0 0 2408 7 0 0 25 0 5 0 732449332 241651712 30444 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 58997 30444 179 55 0 56883 0
[pid=7202/tid=7209] ppid=7200 vsize=235988 CPUtime=5.97 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 11738 1257 0 0 596 1 0 0 25 0 5 0 732449365 241651712 30444 33554432000 4194304 4417452 140733821870448 18446744073709551615 4272757 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=235988 CPUtime=5.97 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 9402 1257 0 0 596 1 0 0 25 0 5 0 732449365 241651712 30444 33554432000 4194304 4417452 140733821870448 18446744073709551615 4253198 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=235988 CPUtime=5.97 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 14513 1257 0 0 595 2 0 0 25 0 5 0 732449365 241651712 30444 33554432000 4194304 4417452 140733821870448 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=235988 CPUtime=5.91 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 2750 1257 0 0 591 0 0 0 25 0 5 0 732449365 241651712 30444 33554432000 4194304 4417452 140733821870448 18446744073709551615 4353636 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.15
Current children cumulated vsize (KiB) 235988

[startup+12.701 s]
/proc/loadavg: 8.06 8.09 8.00 9/375 7212
/proc/meminfo: memFree=17265800/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=217208 CPUtime=49.67 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 57362 1257 0 0 4960 7 0 0 25 0 5 0 732449332 222420992 25750 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 54302 25750 180 55 0 52188 0
[pid=7202/tid=7209] ppid=7200 vsize=217208 CPUtime=12.37 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 12035 1257 0 0 1236 1 0 0 25 0 5 0 732449365 222420992 25750 33554432000 4194304 4417452 140733821870448 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=217208 CPUtime=12.37 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 9743 1257 0 0 1236 1 0 0 25 0 5 0 732449365 222420992 25750 33554432000 4194304 4417452 140733821870448 18446744073709551615 4258488 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=217208 CPUtime=12.37 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 14561 1257 0 0 1235 2 0 0 25 0 5 0 732449365 222420992 25750 33554432000 4194304 4417452 140733821870448 18446744073709551615 4365130 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=217208 CPUtime=12.23 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 2750 1257 0 0 1223 0 0 0 25 0 5 0 732449365 222420992 25750 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.67
Current children cumulated vsize (KiB) 217208

[startup+25.5009 s]
/proc/loadavg: 8.12 8.10 8.01 9/375 7212
/proc/meminfo: memFree=17238160/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=213580 CPUtime=100.72 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 58292 1257 0 0 10064 8 0 0 25 0 5 0 732449332 218705920 24843 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 53395 24843 180 55 0 51281 0
[pid=7202/tid=7209] ppid=7200 vsize=213580 CPUtime=25.16 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 12300 1257 0 0 2515 1 0 0 25 0 5 0 732449365 218705920 24843 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=213580 CPUtime=25.16 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 10408 1257 0 0 2515 1 0 0 25 0 5 0 732449365 218705920 24843 33554432000 4194304 4417452 140733821870448 18446744073709551615 4248463 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=213580 CPUtime=25.17 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 14561 1257 0 0 2515 2 0 0 25 0 5 0 732449365 218705920 24843 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364442 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=213580 CPUtime=24.87 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 2750 1257 0 0 2487 0 0 0 25 0 5 0 732449365 218705920 24843 33554432000 4194304 4417452 140733821870448 18446744073709551615 4237338 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.72
Current children cumulated vsize (KiB) 213580

[startup+51.1006 s]
/proc/loadavg: 7.78 8.03 7.98 9/375 7323
/proc/meminfo: memFree=18035368/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=228712 CPUtime=202.82 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 64530 1257 0 0 20273 9 0 0 25 0 5 0 732449332 234201088 28632 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 57178 28632 180 55 0 55064 0
[pid=7202/tid=7209] ppid=7200 vsize=228712 CPUtime=50.76 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 12617 1257 0 0 5075 1 0 0 25 0 5 0 732449365 234201088 28632 33554432000 4194304 4417452 140733821870448 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=228712 CPUtime=50.76 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 10422 1257 0 0 5075 1 0 0 25 0 5 0 732449365 234201088 28632 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=228712 CPUtime=50.77 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 18225 1257 0 0 5074 3 0 0 25 0 5 0 732449365 234201088 28632 33554432000 4194304 4417452 140733821870448 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=228712 CPUtime=50.17 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 4993 1257 0 0 5017 0 0 0 25 0 5 0 732449365 234201088 28632 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.82
Current children cumulated vsize (KiB) 228712

[startup+102.314 s]
/proc/loadavg: 7.91 8.02 7.98 9/375 7325
/proc/meminfo: memFree=18001040/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=248680 CPUtime=407.06 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 72010 1257 0 0 40696 10 0 0 25 0 5 0 732449332 254648320 33624 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 62170 33624 180 55 0 60056 0
[pid=7202/tid=7209] ppid=7200 vsize=248680 CPUtime=101.99 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 15317 1257 0 0 10197 2 0 0 25 0 5 0 732449365 254648320 33624 33554432000 4194304 4417452 140733821870448 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=248680 CPUtime=101.98 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 12578 1257 0 0 10196 2 0 0 25 0 5 0 732449365 254648320 33624 33554432000 4194304 4417452 140733821870448 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=248680 CPUtime=101.98 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 18749 1257 0 0 10195 3 0 0 25 0 5 0 732449365 254648320 33624 33554432000 4194304 4417452 140733821870448 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=248680 CPUtime=100.77 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 7093 1257 0 0 10077 0 0 0 25 0 5 0 732449365 254648320 33624 33554432000 4194304 4417452 140733821870448 18446744073709551615 4353568 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.06
Current children cumulated vsize (KiB) 248680

[startup+162.301 s]
/proc/loadavg: 8.02 8.03 7.99 9/375 7361
/proc/meminfo: memFree=17906732/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=280372 CPUtime=646.31 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 105031 1257 0 0 64616 15 0 0 25 0 5 0 732449332 287100928 41547 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 70093 41547 180 55 0 67979 0
[pid=7202/tid=7209] ppid=7200 vsize=280372 CPUtime=161.97 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 27072 1257 0 0 16193 4 0 0 25 0 5 0 732449365 287100928 41547 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=280372 CPUtime=161.97 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 28936 1257 0 0 16193 4 0 0 25 0 5 0 732449365 287100928 41547 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=280372 CPUtime=161.96 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 21237 1257 0 0 16193 3 0 0 25 0 5 0 732449365 287100928 41547 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=280372 CPUtime=160.06 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 9513 1257 0 0 16005 1 0 0 25 0 5 0 732449365 287100928 41547 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.31
Current children cumulated vsize (KiB) 280372

[startup+222.301 s]
/proc/loadavg: 8.10 8.05 8.00 9/375 7363
/proc/meminfo: memFree=17819244/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=303132 CPUtime=885.59 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 135225 1257 0 0 88541 18 0 0 25 0 5 0 732449332 310407168 47237 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 75783 47237 180 55 0 73669 0
[pid=7202/tid=7209] ppid=7200 vsize=303132 CPUtime=221.97 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 36422 1257 0 0 22192 5 0 0 25 0 5 0 732449365 310407168 47237 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=303132 CPUtime=221.97 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 39037 1257 0 0 22192 5 0 0 25 0 5 0 732449365 310407168 47237 33554432000 4194304 4417452 140733821870448 18446744073709551615 4365962 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=303132 CPUtime=221.96 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 24078 1257 0 0 22193 3 0 0 25 0 5 0 732449365 310407168 47237 33554432000 4194304 4417452 140733821870448 18446744073709551615 4353531 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=303132 CPUtime=219.35 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 17415 1257 0 0 21933 2 0 0 25 0 5 0 732449365 310407168 47237 33554432000 4194304 4417452 140733821870448 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 885.59
Current children cumulated vsize (KiB) 303132

[startup+282.301 s]
/proc/loadavg: 8.23 8.09 8.01 10/375 7365
/proc/meminfo: memFree=17766000/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=311948 CPUtime=1124.9 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 166076 1257 0 0 112467 23 0 0 25 0 5 0 732449332 319434752 49473 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 77987 49473 180 55 0 75873 0
[pid=7202/tid=7209] ppid=7200 vsize=311948 CPUtime=281.97 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 36434 1257 0 0 28192 5 0 0 25 0 5 0 732449365 319434752 49473 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=311948 CPUtime=281.97 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 50161 1257 0 0 28191 6 0 0 25 0 5 0 732449365 319434752 49473 33554432000 4194304 4417452 140733821870448 18446744073709551615 4286440 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=311948 CPUtime=281.96 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 31390 1257 0 0 28191 5 0 0 25 0 5 0 732449365 319434752 49473 33554432000 4194304 4417452 140733821870448 18446744073709551615 4237354 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=311948 CPUtime=278.64 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 29818 1257 0 0 27861 3 0 0 25 0 5 0 732449365 319434752 49473 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1124.9
Current children cumulated vsize (KiB) 311948

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

[startup+284.701 s]
/proc/loadavg: 8.22 8.09 8.01 9/375 7365
/proc/meminfo: memFree=17785096/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=305712 CPUtime=1134.47 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 166604 1257 0 0 113424 23 0 0 25 0 5 0 732449332 313049088 47914 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 76428 47914 180 55 0 74314 0
[pid=7202/tid=7209] ppid=7200 vsize=305712 CPUtime=284.37 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 36434 1257 0 0 28432 5 0 0 25 0 5 0 732449365 313049088 47914 33554432000 4194304 4417452 140733821870448 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=305712 CPUtime=284.36 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 50346 1257 0 0 28430 6 0 0 25 0 5 0 732449365 313049088 47914 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=305712 CPUtime=284.36 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 31547 1257 0 0 28431 5 0 0 25 0 5 0 732449365 313049088 47914 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=305712 CPUtime=281.01 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 30004 1257 0 0 28098 3 0 0 25 0 5 0 732449365 313049088 47914 33554432000 4194304 4417452 140733821870448 18446744073709551615 4365954 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1134.47
Current children cumulated vsize (KiB) 305712

[startup+286.3 s]
/proc/loadavg: 8.22 8.09 8.01 10/375 7365
/proc/meminfo: memFree=17790800/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=298356 CPUtime=1140.84 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 166813 1257 0 0 114061 23 0 0 25 0 5 0 732449332 305516544 46075 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 74589 46075 180 55 0 72475 0
[pid=7202/tid=7209] ppid=7200 vsize=298356 CPUtime=285.97 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 36434 1257 0 0 28592 5 0 0 25 0 5 0 732449365 305516544 46075 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=298356 CPUtime=285.96 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 50346 1257 0 0 28590 6 0 0 25 0 5 0 732449365 305516544 46075 33554432000 4194304 4417452 140733821870448 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=298356 CPUtime=285.96 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 31756 1257 0 0 28591 5 0 0 25 0 5 0 732449365 305516544 46075 33554432000 4194304 4417452 140733821870448 18446744073709551615 4236784 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=298356 CPUtime=282.59 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 30004 1257 0 0 28256 3 0 0 25 0 5 0 732449365 305516544 46075 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1140.84
Current children cumulated vsize (KiB) 298356

[startup+287.901 s]
/proc/loadavg: 8.20 8.08 8.01 10/375 7365
/proc/meminfo: memFree=17784600/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=301264 CPUtime=1147.23 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 167540 1257 0 0 114700 23 0 0 25 0 5 0 732449332 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 75316 46802 180 55 0 73202 0
[pid=7202/tid=7209] ppid=7200 vsize=301264 CPUtime=287.57 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 36434 1257 0 0 28752 5 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=301264 CPUtime=287.56 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 50716 1257 0 0 28750 6 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=301264 CPUtime=287.56 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 31756 1257 0 0 28751 5 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=301264 CPUtime=284.17 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 30361 1257 0 0 28414 3 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1147.23
Current children cumulated vsize (KiB) 301264

[startup+288.701 s]
/proc/loadavg: 8.20 8.08 8.01 10/375 7365
/proc/meminfo: memFree=17784352/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=301264 CPUtime=1150.42 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 167540 1257 0 0 115019 23 0 0 25 0 5 0 732449332 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 75316 46802 180 55 0 73202 0
[pid=7202/tid=7209] ppid=7200 vsize=301264 CPUtime=288.37 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 36434 1257 0 0 28832 5 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4358123 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=301264 CPUtime=288.36 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 50716 1257 0 0 28830 6 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=301264 CPUtime=288.36 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 31756 1257 0 0 28831 5 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4237317 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=301264 CPUtime=284.96 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 30361 1257 0 0 28493 3 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364380 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1150.42
Current children cumulated vsize (KiB) 301264

[startup+289.101 s]
/proc/loadavg: 8.20 8.08 8.01 10/375 7365
/proc/meminfo: memFree=17784352/32951124 swapFree=45193364/67111528
[pid=7202] ppid=7200 vsize=301264 CPUtime=1152.02 cores=1,3,5,7
/proc/7202/stat : 7202 (plingeling) S 7200 7202 6932 0 -1 4202496 167540 1257 0 0 115179 23 0 0 25 0 5 0 732449332 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/7202/statm: 75316 46802 180 55 0 73202 0
[pid=7202/tid=7209] ppid=7200 vsize=301264 CPUtime=288.77 cores=1,3,5,7
/proc/7202/task/7209/stat : 7209 (plingeling) R 7200 7202 6932 0 -1 4202560 36434 1257 0 0 28872 5 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7202/tid=7210] ppid=7200 vsize=301264 CPUtime=288.76 cores=1,3,5,7
/proc/7202/task/7210/stat : 7210 (plingeling) R 7200 7202 6932 0 -1 4202560 50716 1257 0 0 28870 6 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7202/tid=7211] ppid=7200 vsize=301264 CPUtime=288.76 cores=1,3,5,7
/proc/7202/task/7211/stat : 7211 (plingeling) R 7200 7202 6932 0 -1 4202560 31756 1257 0 0 28871 5 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7202/tid=7212] ppid=7200 vsize=301264 CPUtime=285.36 cores=1,3,5,7
/proc/7202/task/7212/stat : 7212 (plingeling) R 7200 7202 6932 0 -1 4202560 30361 1257 0 0 28533 3 0 0 25 0 5 0 732449365 308494336 46802 33554432000 4194304 4417452 140733821870448 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1152.02
Current children cumulated vsize (KiB) 301264

Child status: 20
Real time (s): 289.189
CPU time (s): 1152.32
CPU user time (s): 1152.07
CPU system time (s): 0.246962
CPU usage (%): 398.465
Max. virtual memory (cumulated for all children) (KiB): 334080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1152.07
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168801
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= 204
involuntary context switches= 8513

runsolver used 0.973851 second user time and 2.45963 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 03:16:27
IDJOB=3371392
IDBENCH=82469
IDSOLVER=1848
FILE ID=node118/3371392-1305422186
RUNJOBID= node118-1305419765-6951
PBS_JOBID= 13324586
Free space on /tmp= 73024 MiB

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

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=236091259

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.75
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.842
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.68
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.842
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.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17387224 kB
Buffers:        280828 kB
Cached:        4439884 kB
SwapCached:      22084 kB
Active:       12681844 kB
Inactive:      2577172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17387224 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:            4284 kB
Writeback:           0 kB
AnonPages:    10528748 kB
Mapped:          15428 kB
Slab:           149060 kB
PageTables:      91732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89543900 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= 73036 MiB
End job on node118 at 2011-05-15 03:21:16