Trace number 3276167

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 4691.99 4691.84

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1222.87
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1
4691.92/4691.83	s UNSATISFIABLE
4691.92/4691.83	solver [2] clasp 1.3.6 answered
4691.92/4691.83	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-3276167-1303662083/watcher-3276167-1303662083 -o /tmp/evaluation-result-3276167-1303662083/solver-3276167-1303662083 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3276167-1303662083.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 6.00 5.90 4.72 4/180 29989
/proc/meminfo: memFree=14187712/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 498 0 0 0 0 0 0 0 23 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 4498383273625354500 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0

[startup+0.0280801 s]
/proc/loadavg: 6.00 5.90 4.72 4/180 29989
/proc/meminfo: memFree=14187712/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101075 s]
/proc/loadavg: 6.00 5.90 4.72 4/180 29989
/proc/meminfo: memFree=14187712/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301036 s]
/proc/loadavg: 6.00 5.90 4.72 4/180 29989
/proc/meminfo: memFree=14187712/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 23 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550123398922240 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700959 s]
/proc/loadavg: 6.00 5.90 4.72 4/180 29989
/proc/meminfo: memFree=14187712/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550673154736128 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50082 s]
/proc/loadavg: 6.00 5.90 4.72 7/184 29993
/proc/meminfo: memFree=14171824/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631551085471596544 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=31080 CPUtime=0.54 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 3007 0 0 0 54 0 0 0 25 0 1 0 556438971 31825920 2370 33554432000 4194304 4587354 140736182670544 18446744073709551615 4250322 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 7770 2370 327 96 0 4332 0
[pid=29991] ppid=29989 vsize=16376 CPUtime=0.42 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 1660 0 0 0 42 0 0 0 25 0 1 0 556438971 16769024 1452 33554432000 4194304 4785740 140733811423856 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 4094 1452 340 145 0 1139 0
[pid=29992] ppid=29989 vsize=454240 CPUtime=0.51 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 932 0 0 0 51 0 0 0 25 0 1 0 556438971 465141760 829 33554432000 134512640 134534564 4291171344 18446744073709551615 134524554 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113560 829 91 6 0 112226 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 520020

[startup+3.10051 s]
/proc/loadavg: 6.00 5.90 4.72 7/184 29993
/proc/meminfo: memFree=14168600/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550948032643072 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1153816 CPUtime=1.04 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 4885 0 0 0 104 0 0 0 25 0 1 0 556438971 1181507584 3387 33554432000 4194304 4587354 140736182670544 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 288454 3387 338 96 0 285016 0
[pid=29991] ppid=29989 vsize=17068 CPUtime=0.93 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 1837 0 0 0 93 0 0 0 25 0 1 0 556438971 17477632 1629 33554432000 4194304 4785740 140733811423856 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 4267 1629 340 145 0 1312 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=1.1 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 110 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134525904 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1644116

[startup+6.30092 s]
/proc/loadavg: 6.00 5.90 4.72 7/184 29993
/proc/meminfo: memFree=14163008/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631551222910550016 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1150364 CPUtime=2.14 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 5792 0 0 0 214 0 0 0 25 0 1 0 556438971 1177972736 3299 33554432000 4194304 4587354 140736182670544 18446744073709551615 4388368 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 287591 3299 338 96 0 284153 0
[pid=29991] ppid=29989 vsize=18032 CPUtime=2.02 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 2067 0 0 0 202 0 0 0 25 0 1 0 556438971 18464768 1859 33554432000 4194304 4785740 140733811423856 18446744073709551615 4549586 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 4508 1859 340 145 0 1553 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=2.11 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 211 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1641628

[startup+12.7007 s]
/proc/loadavg: 6.00 5.90 4.74 7/184 29993
/proc/meminfo: memFree=14160792/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631549711082061824 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1154548 CPUtime=4.24 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 6987 0 0 0 424 0 0 0 25 0 1 0 556438971 1182257152 3333 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 288637 3333 338 96 0 285199 0
[pid=29991] ppid=29989 vsize=19184 CPUtime=4.13 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 2329 0 0 0 413 0 0 0 25 0 1 0 556438971 19644416 2121 33554432000 4194304 4785740 140733811423856 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 4796 2121 340 145 0 1841 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=4.3 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 430 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1646964

[startup+25.5004 s]
/proc/loadavg: 6.00 5.90 4.75 7/184 29994
/proc/meminfo: memFree=14153852/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550535715782656 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1160052 CPUtime=8.53 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 10827 0 0 0 853 0 0 0 25 0 1 0 556438971 1187893248 5754 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 290013 5754 339 96 0 286575 0
[pid=29991] ppid=29989 vsize=20456 CPUtime=8.42 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 2655 0 0 0 842 0 0 0 25 0 1 0 556438971 20946944 2447 33554432000 4194304 4785740 140733811423856 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 5114 2447 340 145 0 2159 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=8.52 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 852 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1653740

[startup+51.1006 s]
/proc/loadavg: 6.00 5.91 4.78 7/184 29994
/proc/meminfo: memFree=14148604/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631549161326247936 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1159536 CPUtime=17.04 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 12783 0 0 0 1703 1 0 0 25 0 1 0 556438971 1187364864 5749 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 289884 5749 339 96 0 286446 0
[pid=29991] ppid=29989 vsize=22024 CPUtime=16.93 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 3030 0 0 0 1693 0 0 0 25 0 1 0 556438971 22552576 2822 33554432000 4194304 4785740 140733811423856 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 5506 2822 340 145 0 2551 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=17.1 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 1710 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1654792

[startup+102.307 s]
/proc/loadavg: 6.00 5.92 4.85 7/184 29996
/proc/meminfo: memFree=14149092/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631549298765201408 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1165480 CPUtime=34.14 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 19058 0 0 0 3411 3 0 0 25 0 1 0 556438971 1193451520 5873 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238522 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 291370 5873 339 96 0 287932 0
[pid=29991] ppid=29989 vsize=24592 CPUtime=34.01 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 3633 0 0 0 3401 0 0 0 25 0 1 0 556438971 25182208 3425 33554432000 4194304 4785740 140733811423856 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 6148 3425 340 145 0 3193 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=34.13 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 3413 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1663304

[startup+162.301 s]
/proc/loadavg: 6.04 5.95 4.92 7/184 29997
/proc/meminfo: memFree=14137668/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631549573643108352 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1161368 CPUtime=54.13 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 24624 0 0 0 5410 3 0 0 25 0 1 0 556438971 1189240832 7241 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 290342 7241 339 96 0 286904 0
[pid=29991] ppid=29989 vsize=26940 CPUtime=54.01 cores=1

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

/proc/29991/statm: 14387 11011 340 145 0 11432 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=1534.17 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 153417 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134528600 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 1718612

[startup+4662.3 s]
/proc/loadavg: 3.00 3.15 4.12 4/175 30149
/proc/meminfo: memFree=14170044/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550673154736128 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1187832 CPUtime=1554.18 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 260564 0 0 0 155363 55 0 0 25 0 1 0 556438971 1216339968 14349 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 296958 14349 339 96 0 293520 0
[pid=29991] ppid=29989 vsize=57260 CPUtime=1554.07 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 11219 0 0 0 155406 1 0 0 25 0 1 0 556438971 58634240 10954 33554432000 4194304 4785740 140733811423856 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 14315 10954 340 145 0 11360 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=1554.17 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 155417 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 1718324

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

[startup+4671.9 s]
/proc/loadavg: 3.00 3.15 4.11 4/175 30150
/proc/meminfo: memFree=14169420/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550673154736128 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1187832 CPUtime=1557.38 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 260779 0 0 0 155683 55 0 0 25 0 1 0 556438971 1216339968 14558 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 296958 14558 339 96 0 293520 0
[pid=29991] ppid=29989 vsize=57260 CPUtime=1557.27 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 11219 0 0 0 155726 1 0 0 25 0 1 0 556438971 58634240 10954 33554432000 4194304 4785740 140733811423856 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 14315 10954 340 145 0 11360 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=1557.37 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 155737 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 4672.02
Current children cumulated vsize (KiB) 1718324

[startup+4684.7 s]
/proc/loadavg: 3.00 3.14 4.09 4/175 30150
/proc/meminfo: memFree=14168204/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550673154736128 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1187832 CPUtime=1561.6 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 261058 0 0 0 156105 55 0 0 25 0 1 0 556438971 1216339968 14829 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 296958 14829 339 96 0 293520 0
[pid=29991] ppid=29989 vsize=57260 CPUtime=1561.55 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 11219 0 0 0 156154 1 0 0 25 0 1 0 556438971 58634240 10954 33554432000 4194304 4785740 140733811423856 18446744073709551615 4552974 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 14315 10954 340 145 0 11360 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=1561.67 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 156167 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 4684.82
Current children cumulated vsize (KiB) 1718324

[startup+4687.9 s]
/proc/loadavg: 3.00 3.14 4.09 4/175 30150
/proc/meminfo: memFree=14167996/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550673154736128 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1187832 CPUtime=1562.7 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 261121 0 0 0 156215 55 0 0 25 0 1 0 556438971 1216339968 14890 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 296958 14890 339 96 0 293520 0
[pid=29991] ppid=29989 vsize=57260 CPUtime=1562.57 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 11219 0 0 0 156256 1 0 0 25 0 1 0 556438971 58634240 10954 33554432000 4194304 4785740 140733811423856 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 14315 10954 340 145 0 11360 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=1562.75 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 156275 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 4688.02
Current children cumulated vsize (KiB) 1718324

[startup+4689.5 s]
/proc/loadavg: 3.00 3.14 4.09 4/175 30150
/proc/meminfo: memFree=14167872/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550673154736128 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1187832 CPUtime=1563.2 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 261149 0 0 0 156265 55 0 0 25 0 1 0 556438971 1216339968 14918 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 296958 14918 339 96 0 293520 0
[pid=29991] ppid=29989 vsize=57260 CPUtime=1563.15 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 11219 0 0 0 156314 1 0 0 25 0 1 0 556438971 58634240 10954 33554432000 4194304 4785740 140733811423856 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 14315 10954 340 145 0 11360 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=1563.27 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 156327 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 4689.62
Current children cumulated vsize (KiB) 1718324

[startup+4691.1 s]
/proc/loadavg: 3.00 3.14 4.08 4/175 30150
/proc/meminfo: memFree=14167748/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550673154736128 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1187832 CPUtime=1563.78 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 261180 0 0 0 156323 55 0 0 25 0 1 0 556438971 1216339968 14949 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 296958 14949 339 96 0 293520 0
[pid=29991] ppid=29989 vsize=57260 CPUtime=1563.67 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 11219 0 0 0 156366 1 0 0 25 0 1 0 556438971 58634240 10954 33554432000 4194304 4785740 140733811423856 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 14315 10954 340 145 0 11360 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=1563.77 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 156377 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 4691.22
Current children cumulated vsize (KiB) 1718324

[startup+4691.51 s]
/proc/loadavg: 3.00 3.14 4.08 4/175 30150
/proc/meminfo: memFree=14167624/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550673154736128 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1187832 CPUtime=1563.9 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 261188 0 0 0 156335 55 0 0 25 0 1 0 556438971 1216339968 14957 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 296958 14957 339 96 0 293520 0
[pid=29991] ppid=29989 vsize=57260 CPUtime=1563.77 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 11219 0 0 0 156376 1 0 0 25 0 1 0 556438971 58634240 10954 33554432000 4194304 4785740 140733811423856 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 14315 10954 340 145 0 11360 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=1563.95 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 156395 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 4691.62
Current children cumulated vsize (KiB) 1718324

[startup+4691.7 s]
/proc/loadavg: 3.00 3.14 4.08 4/175 30150
/proc/meminfo: memFree=14167624/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550673154736128 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1187832 CPUtime=1563.98 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 261194 0 0 0 156343 55 0 0 25 0 1 0 556438971 1216339968 14963 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 296958 14963 339 96 0 293520 0
[pid=29991] ppid=29989 vsize=57260 CPUtime=1563.87 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 11219 0 0 0 156386 1 0 0 25 0 1 0 556438971 58634240 10954 33554432000 4194304 4785740 140733811423856 18446744073709551615 4290616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 14315 10954 340 145 0 11360 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=1563.97 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 156397 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 4691.82
Current children cumulated vsize (KiB) 1718324

[startup+4691.8 s]
/proc/loadavg: 3.00 3.14 4.08 4/175 30150
/proc/meminfo: memFree=14167624/32950928 swapFree=67111528/67111528
[pid=29989] ppid=29987 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29989/stat : 29989 (ppfolio) S 29987 29989 28715 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 556438970 18763776 394 33554432000 4194304 4287625 140735838345600 18446744073709551615 251367566863 0 0 4096 65536 5631550673154736128 0 0 17 3 0 0 0
/proc/29989/statm: 4581 394 345 23 0 91 0
[pid=29990] ppid=29989 vsize=1187832 CPUtime=1564 cores=1
/proc/29990/stat : 29990 (cryptominisat) R 29989 29989 28715 0 -1 4202496 261195 0 0 0 156345 55 0 0 25 0 1 0 556438971 1216339968 14964 33554432000 4194304 4587354 140736182670544 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29990/statm: 296958 14964 339 96 0 293520 0
[pid=29991] ppid=29989 vsize=57260 CPUtime=1563.87 cores=1
/proc/29991/stat : 29991 (clasp) R 29989 29989 28715 0 -1 4202496 11219 0 0 0 156386 1 0 0 25 0 1 0 556438971 58634240 10954 33554432000 4194304 4785740 140733811423856 18446744073709551615 4290616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29991/statm: 14315 10954 340 145 0 11360 0
[pid=29992] ppid=29989 vsize=454908 CPUtime=1564.05 cores=1
/proc/29992/stat : 29992 (TNM) R 29989 29989 28715 0 -1 4202496 1278 0 0 0 156405 0 0 0 25 0 1 0 556438971 465825792 1175 33554432000 134512640 134534564 4291171344 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29992/statm: 113727 1175 95 6 0 112393 0
Current children cumulated CPU time (s) 4691.92
Current children cumulated vsize (KiB) 1718324

Child status: 0
Real time (s): 4691.84
CPU time (s): 4691.99
CPU user time (s): 4691.4
CPU system time (s): 0.58991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 9378364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4691.4
system time used= 0.58991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274229
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= 239
involuntary context switches= 49679

runsolver used 7.45887 second user time and 17.9843 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-24 18:21:23
IDJOB=3276167
IDBENCH=85793
IDSOLVER=1639
FILE ID=node113/3276167-1303662083
RUNJOBID= node113-1303660890-29875
PBS_JOBID= 13150735
Free space on /tmp= 71136 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276167-1303662083/watcher-3276167-1303662083 -o /tmp/evaluation-result-3276167-1303662083/solver-3276167-1303662083 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3276167-1303662083.cnf

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=495479501

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14187992 kB
Buffers:       1844820 kB
Cached:       16190376 kB
SwapCached:          0 kB
Active:       10442388 kB
Inactive:      7733788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14187992 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10656 kB
Writeback:           0 kB
AnonPages:      140344 kB
Mapped:          16772 kB
Slab:           523960 kB
PageTables:       4840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1260944 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= 71136 MiB
End job on node113 at 2011-04-24 19:39:35