Trace number 3191917

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 668.164 668.138

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1880985555-004.UNKNOWN.cnf
MD5SUMa1e34b50698b079e87a3cad9c76615ca
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.7579
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

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

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 9.00 9.21 9.87 8/196 2989
/proc/meminfo: memFree=15424472/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=0 cores=5,7
/proc/2989/stat : 2989 (ppfolio) R 2987 2989 2307 0 -1 4202496 486 0 0 0 0 0 0 0 19 0 1 0 365619963 18763776 391 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476515221 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/2989/statm: 4581 391 343 23 0 91 0

[startup+0.019506 s]
/proc/loadavg: 9.00 9.21 9.87 8/196 2989
/proc/meminfo: memFree=15424472/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=0 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 501 0 0 0 0 0 0 0 19 0 1 0 365619963 18763776 393 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 3109977714430279940 0 0 17 7 0 0 0
/proc/2989/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100485 s]
/proc/loadavg: 9.00 9.21 9.87 8/196 2989
/proc/meminfo: memFree=15424472/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=0 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 502 0 0 0 0 0 0 0 20 0 1 0 365619963 18763776 393 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/2989/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300446 s]
/proc/loadavg: 9.00 9.21 9.87 8/196 2989
/proc/meminfo: memFree=15424472/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=0 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 502 0 0 0 0 0 0 0 18 0 1 0 365619963 18763776 393 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/2989/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700375 s]
/proc/loadavg: 9.00 9.21 9.87 8/196 2989
/proc/meminfo: memFree=15424472/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=0 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 365619963 18763776 393 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 5631550673154736128 0 0 17 7 0 0 0
/proc/2989/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50121 s]
/proc/loadavg: 9.00 9.21 9.87 11/200 2993
/proc/meminfo: memFree=15419372/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=0 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 365619963 18763776 393 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 5631550810593689600 0 0 17 7 0 0 0
/proc/2989/statm: 4581 393 345 23 0 91 0
[pid=2990] ppid=2989 vsize=430848 CPUtime=0.49 cores=5
/proc/2990/stat : 2990 (cryptominisat) R 2989 2989 2307 0 -1 4202496 1554 0 0 0 49 0 0 0 20 0 1 0 365619963 441188352 871 33554432000 4194304 4587354 140734807310608 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2990/statm: 107712 871 326 96 0 104274 0
[pid=2991] ppid=2989 vsize=13644 CPUtime=0.44 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 862 0 0 0 44 0 0 0 20 0 1 0 365619964 13971456 754 33554432000 4194304 4785740 140737401194608 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 3411 754 340 145 0 456 0
[pid=2992] ppid=2989 vsize=452392 CPUtime=0.54 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 384 0 0 0 54 0 0 0 24 0 1 0 365619964 463249408 281 33554432000 134512640 134534564 4293132528 18446744073709551615 134524580 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 113098 281 91 6 0 111764 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 915208

[startup+3.10091 s]
/proc/loadavg: 9.00 9.21 9.87 11/200 2993
/proc/meminfo: memFree=15414536/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=0 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 502 0 0 0 0 0 0 0 15 0 1 0 365619963 18763776 393 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 5631549161326247936 0 0 17 7 0 0 0
/proc/2989/statm: 4581 393 345 23 0 91 0
[pid=2990] ppid=2989 vsize=431120 CPUtime=1.04 cores=5
/proc/2990/stat : 2990 (cryptominisat) R 2989 2989 2307 0 -1 4202496 1986 0 0 0 104 0 0 0 21 0 1 0 365619963 441466880 1039 33554432000 4194304 4587354 140734807310608 18446744073709551615 4231856 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/2990/statm: 107780 1039 330 96 0 104342 0
[pid=2991] ppid=2989 vsize=13916 CPUtime=0.99 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 940 0 0 0 99 0 0 0 21 0 1 0 365619964 14249984 832 33554432000 4194304 4785740 140737401194608 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 3479 832 340 145 0 524 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=1.04 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 104 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134528404 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 919580

[startup+6.3003 s]
/proc/loadavg: 9.08 9.22 9.87 11/200 2993
/proc/meminfo: memFree=15406752/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=14528 CPUtime=2.07 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 1083 0 0 0 207 0 0 0 25 0 1 0 365619964 14876672 975 33554432000 4194304 4785740 140737401194608 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 3632 975 340 145 0 677 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=2.14 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 214 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 489072

[startup+12.7011 s]
/proc/loadavg: 9.07 9.22 9.87 10/199 2993
/proc/meminfo: memFree=15412712/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=15576 CPUtime=5.27 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 1310 0 0 0 527 0 0 0 25 0 1 0 365619964 15949824 1202 33554432000 4194304 4785740 140737401194608 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 3894 1202 340 145 0 939 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=5.34 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 534 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 490120

[startup+25.5006 s]
/proc/loadavg: 9.06 9.21 9.85 10/199 2993
/proc/meminfo: memFree=15408564/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=16660 CPUtime=11.67 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 1569 0 0 0 1167 0 0 0 25 0 1 0 365619964 17059840 1461 33554432000 4194304 4785740 140737401194608 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 4165 1461 340 145 0 1210 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=11.74 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 1174 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 491204

[startup+51.1007 s]
/proc/loadavg: 9.04 9.19 9.83 10/199 2994
/proc/meminfo: memFree=15415488/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=18036 CPUtime=24.48 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 1864 0 0 0 2448 0 0 0 25 0 1 0 365619964 18468864 1756 33554432000 4194304 4785740 140737401194608 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 4509 1756 341 145 0 1554 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=24.54 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 2454 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134530332 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 492580

[startup+102.307 s]
/proc/loadavg: 9.01 9.16 9.78 10/199 2996
/proc/meminfo: memFree=15412480/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=19724 CPUtime=50.09 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 2271 0 0 0 5009 0 0 0 25 0 1 0 365619964 20197376 2163 33554432000 4194304 4785740 140737401194608 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 4931 2163 341 145 0 1976 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=50.14 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 5014 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 494268

[startup+162.3 s]
/proc/loadavg: 9.00 9.13 9.73 10/199 2997
/proc/meminfo: memFree=15402284/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=21124 CPUtime=80.08 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 2583 0 0 0 8008 0 0 0 25 0 1 0 365619964 21630976 2475 33554432000 4194304 4785740 140737401194608 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 5281 2475 341 145 0 2326 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=80.14 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 8014 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 495668

[startup+222.301 s]
/proc/loadavg: 9.05 9.12 9.69 10/199 2999
/proc/meminfo: memFree=15407208/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=22348 CPUtime=110.08 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 2847 0 0 0 11008 0 0 0 25 0 1 0 365619964 22884352 2739 33554432000 4194304 4785740 140737401194608 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 5587 2739 341 145 0 2632 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=110.15 cores=5

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

/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 498912

[startup+462.301 s]
/proc/loadavg: 7.73 8.69 9.40 8/191 3089
/proc/meminfo: memFree=15509040/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=24876 CPUtime=230.06 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 3420 0 0 0 23006 0 0 0 25 0 1 0 365619964 25473024 3312 33554432000 4194304 4785740 140737401194608 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 6219 3312 341 145 0 3264 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=230.17 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 23017 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 499420

[startup+522.301 s]
/proc/loadavg: 7.30 8.39 9.25 8/191 3092
/proc/meminfo: memFree=15507016/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=25636 CPUtime=260.05 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 3574 0 0 0 26005 0 0 0 25 0 1 0 365619964 26251264 3466 33554432000 4194304 4785740 140737401194608 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 6409 3466 341 145 0 3454 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=260.18 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 26018 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 500180

[startup+582.301 s]
/proc/loadavg: 7.11 8.13 9.11 8/191 3093
/proc/meminfo: memFree=15504604/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=26648 CPUtime=290.05 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 3794 0 0 0 29005 0 0 0 25 0 1 0 365619964 27287552 3686 33554432000 4194304 4785740 140737401194608 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 6662 3686 341 145 0 3707 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=290.19 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 29019 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 501192

[startup+642.301 s]
/proc/loadavg: 5.98 7.65 8.88 6/183 3117
/proc/meminfo: memFree=15541092/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=26900 CPUtime=320.04 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 3904 0 0 0 32004 0 0 0 25 0 1 0 365619964 27545600 3796 33554432000 4194304 4785740 140737401194608 18446744073709551615 4277703 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 6725 3796 341 145 0 3770 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=320.2 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 32020 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134530342 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 501444

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

[startup+652.701 s]
/proc/loadavg: 5.83 7.56 8.84 6/183 3117
/proc/meminfo: memFree=15539340/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=26900 CPUtime=325.24 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 3911 0 0 0 32524 0 0 0 25 0 1 0 365619964 27545600 3803 33554432000 4194304 4785740 140737401194608 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 6725 3803 341 145 0 3770 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=325.39 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 32539 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 652.69
Current children cumulated vsize (KiB) 501444

[startup+659.1 s]
/proc/loadavg: 5.70 7.47 8.79 6/183 3117
/proc/meminfo: memFree=15540332/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=26900 CPUtime=328.44 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 3914 0 0 0 32844 0 0 0 25 0 1 0 365619964 27545600 3806 33554432000 4194304 4785740 140737401194608 18446744073709551615 4546139 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 6725 3806 341 145 0 3770 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=328.59 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 32859 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134530641 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 659.09
Current children cumulated vsize (KiB) 501444

[startup+662.301 s]
/proc/loadavg: 5.70 7.47 8.79 6/183 3117
/proc/meminfo: memFree=15539588/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=26900 CPUtime=330.04 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 3914 0 0 0 33004 0 0 0 25 0 1 0 365619964 27545600 3806 33554432000 4194304 4785740 140737401194608 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 6725 3806 341 145 0 3770 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=330.19 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 33019 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 662.29
Current children cumulated vsize (KiB) 501444

[startup+665.506 s]
/proc/loadavg: 5.64 7.43 8.77 6/183 3118
/proc/meminfo: memFree=15538960/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=26900 CPUtime=331.65 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 3930 0 0 0 33165 0 0 0 25 0 1 0 365619964 27545600 3822 33554432000 4194304 4785740 140737401194608 18446744073709551615 4287143 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 6725 3822 341 145 0 3770 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=331.79 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 33179 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 665.5
Current children cumulated vsize (KiB) 501444

[startup+667.101 s]
/proc/loadavg: 5.64 7.43 8.77 6/183 3118
/proc/meminfo: memFree=15538712/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=26900 CPUtime=332.44 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 3930 0 0 0 33244 0 0 0 25 0 1 0 365619964 27545600 3822 33554432000 4194304 4785740 140737401194608 18446744073709551615 4290497 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 6725 3822 341 145 0 3770 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=332.59 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 33259 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 667.09
Current children cumulated vsize (KiB) 501444

[startup+667.901 s]
/proc/loadavg: 5.64 7.43 8.77 6/183 3118
/proc/meminfo: memFree=15538588/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=26900 CPUtime=332.84 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 3930 0 0 0 33284 0 0 0 25 0 1 0 365619964 27545600 3822 33554432000 4194304 4785740 140737401194608 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 6725 3822 341 145 0 3770 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=332.99 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 33299 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 667.89
Current children cumulated vsize (KiB) 501444

[startup+668.101 s]
/proc/loadavg: 5.64 7.43 8.77 6/183 3118
/proc/meminfo: memFree=15538588/32950928 swapFree=67102716/67111528
[pid=2989] ppid=2987 vsize=18324 CPUtime=2.06 cores=5,7
/proc/2989/stat : 2989 (ppfolio) S 2987 2989 2307 0 -1 4202496 503 3768 0 0 0 0 206 0 15 0 1 0 365619963 18763776 394 33554432000 4194304 4287625 140735787090448 18446744073709551615 239476715023 0 0 4096 65536 4498900044090409217 0 0 17 7 0 0 0
/proc/2989/statm: 4581 394 346 23 0 91 0
[pid=2991] ppid=2989 vsize=26900 CPUtime=332.94 cores=5
/proc/2991/stat : 2991 (clasp) R 2989 2989 2307 0 -1 4202496 3930 0 0 0 33294 0 0 0 25 0 1 0 365619964 27545600 3822 33554432000 4194304 4785740 140737401194608 18446744073709551615 4312736 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2991/statm: 6725 3822 341 145 0 3770 0
[pid=2992] ppid=2989 vsize=456220 CPUtime=333.09 cores=5
/proc/2992/stat : 2992 (TNM) R 2989 2989 2307 0 -1 4202496 440 0 0 0 33309 0 0 0 25 0 1 0 365619964 467169280 337 33554432000 134512640 134534564 4293132528 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2992/statm: 114055 337 95 6 0 112721 0
Current children cumulated CPU time (s) 668.09
Current children cumulated vsize (KiB) 501444

Child status: 0
Real time (s): 668.138
CPU time (s): 668.164
CPU user time (s): 668.15
CPU system time (s): 0.013997
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 926348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 668.15
system time used= 0.013997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8676
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= 53
involuntary context switches= 14303

runsolver used 1.10883 second user time and 2.47362 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-11 18:43:49
IDJOB=3191917
IDBENCH=83048
IDSOLVER=1613
FILE ID=node148/3191917-1302540229
RUNJOBID= node148-1302536919-2328
PBS_JOBID= 12951121
Free space on /tmp= 70724 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1880985555-004.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191917-1302540229/watcher-3191917-1302540229 -o /tmp/evaluation-result-3191917-1302540229/solver-3191917-1302540229 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3191917-1302540229.cnf

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

MD5SUM BENCH= a1e34b50698b079e87a3cad9c76615ca
RANDOM SEED=1261400687

node148.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.854
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.70
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.854
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.854
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.854
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.854
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.854
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.854
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.854
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:      15424628 kB
Buffers:        611412 kB
Cached:       16292752 kB
SwapCached:       4908 kB
Active:        8316208 kB
Inactive:      8797244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15424628 kB
SwapTotal:    67111528 kB
SwapFree:     67102716 kB
Dirty:           10048 kB
Writeback:           0 kB
AnonPages:      206156 kB
Mapped:          17168 kB
Slab:           348148 kB
PageTables:       6400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2671948 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= 70736 MiB
End job on node148 at 2011-04-11 18:54:57