Trace number 3191158

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 parUNSAT 2261.15 754.203

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S384085843-009.UNKNOWN.cnf
MD5SUM420ae9a699afd6f172f364b156d160ff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark363.335
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

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 4 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	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
2261.15/754.20	s UNSATISFIABLE
2261.15/754.20	solver [5] march_hi 2009 answered
2261.15/754.20	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-3191158-1304062680/watcher-3191158-1304062680 -o /tmp/evaluation-result-3191158-1304062680/solver-3191158-1304062680 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191158-1304062680.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.97 9.14 8.92 6/182 22876
/proc/meminfo: memFree=22408832/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 517865084 18763776 389 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 7463616737594834943 0 0 17 4 0 0 0
/proc/22876/statm: 4581 389 341 23 0 91 0

[startup+1.1677 s]
/proc/loadavg: 8.97 9.14 8.92 6/182 22876
/proc/meminfo: memFree=22408832/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 517865084 18763776 389 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 7463616737594834943 0 0 17 4 0 0 0
/proc/22876/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.26768 s]
/proc/loadavg: 8.97 9.14 8.92 6/182 22876
/proc/meminfo: memFree=22408832/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517865084 18763776 389 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 7463616737594834943 0 0 17 4 0 0 0
/proc/22876/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.30067 s]
/proc/loadavg: 8.97 9.14 8.92 6/182 22876
/proc/meminfo: memFree=22408832/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517865084 18763776 389 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 7463616737594834943 0 0 17 4 0 0 0
/proc/22876/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.46764 s]
/proc/loadavg: 8.97 9.14 8.92 6/182 22876
/proc/meminfo: memFree=22408832/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517865084 18763776 389 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 7463616737594834943 0 0 17 4 0 0 0
/proc/22876/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50063 s]
/proc/loadavg: 8.97 9.14 8.92 6/182 22876
/proc/meminfo: memFree=22408832/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517865084 18763776 389 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 7463616737594834943 0 0 17 4 0 0 0
/proc/22876/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10033 s]
/proc/loadavg: 8.97 9.14 8.92 11/188 22882
/proc/meminfo: memFree=22385968/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.63 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 0 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=15136 CPUtime=3.09 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 1201 0 0 0 309 0 0 0 25 0 1 0 517865084 15499264 1093 33554432000 4194304 4785740 140736352111568 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 3784 1093 340 145 0 829 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=1.94 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 194 0 0 0 21 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134529385 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=7592 CPUtime=3.09 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 1921 0 0 0 309 0 0 0 25 0 1 0 517865084 7774208 1092 33554432000 4194304 4352236 140734730545184 18446744073709551615 4328725 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 1898 1092 127 39 0 978 0
[pid=22881] ppid=22876 vsize=7856 CPUtime=1.13 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1188 0 0 0 113 0 0 0 25 0 1 0 517865084 8044544 480 33554432000 4194304 4331988 140734680944208 18446744073709551615 4308765 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 505268

[startup+6.30071 s]
/proc/loadavg: 8.98 9.13 8.92 10/187 22882
/proc/meminfo: memFree=22392668/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.63 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 0 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=15888 CPUtime=6.29 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 1383 0 0 0 629 0 0 0 25 0 1 0 517865084 16269312 1275 33554432000 4194304 4785740 140736352111568 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 3972 1275 340 145 0 1017 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=3.54 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 354 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=10028 CPUtime=6.28 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 3170 0 0 0 628 0 0 0 25 0 1 0 517865084 10268672 1701 33554432000 4194304 4352236 140734730545184 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 2507 1701 127 39 0 1587 0
[pid=22881] ppid=22876 vsize=7856 CPUtime=2.72 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1188 0 0 0 272 0 0 0 25 0 1 0 517865084 8044544 480 33554432000 4194304 4331988 140734680944208 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 21.46
Current children cumulated vsize (KiB) 508456

[startup+12.7005 s]
/proc/loadavg: 8.98 9.13 8.92 11/187 22882
/proc/meminfo: memFree=22387728/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.63 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 0 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=17316 CPUtime=12.69 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 1712 0 0 0 1269 0 0 0 25 0 1 0 517865084 17731584 1604 33554432000 4194304 4785740 140736352111568 18446744073709551615 4549029 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 4329 1604 340 145 0 1374 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=6.72 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 672 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134530160 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=10416 CPUtime=12.69 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 4739 0 0 0 1268 1 0 0 25 0 1 0 517865084 10665984 1798 33554432000 4194304 4352236 140734730545184 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 2604 1798 127 39 0 1684 0
[pid=22881] ppid=22876 vsize=7856 CPUtime=5.91 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1188 0 0 0 591 0 0 0 25 0 1 0 517865084 8044544 480 33554432000 4194304 4331988 140734680944208 18446744073709551615 4237398 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 40.64
Current children cumulated vsize (KiB) 510272

[startup+25.501 s]
/proc/loadavg: 9.06 9.14 8.93 10/187 22882
/proc/meminfo: memFree=22380184/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.63 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 0 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=19252 CPUtime=25.49 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 2158 0 0 0 2549 0 0 0 25 0 1 0 517865084 19714048 2050 33554432000 4194304 4785740 140736352111568 18446744073709551615 4287070 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 4813 2050 341 145 0 1858 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=13.05 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 1305 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=10928 CPUtime=25.49 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 7235 0 0 0 2548 1 0 0 25 0 1 0 517865084 11190272 1926 33554432000 4194304 4352236 140734730545184 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 2732 1926 127 39 0 1812 0
[pid=22881] ppid=22876 vsize=7856 CPUtime=12.31 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1188 0 0 0 1231 0 0 0 25 0 1 0 517865084 8044544 480 33554432000 4194304 4331988 140734680944208 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 78.97
Current children cumulated vsize (KiB) 512720

[startup+51.1011 s]
/proc/loadavg: 9.09 9.14 8.93 10/187 22883
/proc/meminfo: memFree=22384536/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.63 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 0 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=20752 CPUtime=51.09 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 2493 0 0 0 5109 0 0 0 25 0 1 0 517865084 21250048 2385 33554432000 4194304 4785740 140736352111568 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 5188 2385 341 145 0 2233 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=25.81 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 2581 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=15792 CPUtime=51.09 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 12387 0 0 0 5107 2 0 0 25 0 1 0 517865084 16171008 3142 33554432000 4194304 4352236 140734730545184 18446744073709551615 4328188 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 3948 3142 127 39 0 3028 0
[pid=22881] ppid=22876 vsize=8116 CPUtime=25 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1190 0 0 0 2500 0 0 0 25 0 1 0 517865084 8310784 482 33554432000 4194304 4331988 140734680944208 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 2029 482 174 34 0 471 0
Current children cumulated CPU time (s) 155.62
Current children cumulated vsize (KiB) 519344

[startup+102.306 s]
/proc/loadavg: 9.23 9.17 8.95 10/187 22884
/proc/meminfo: memFree=22364196/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.63 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 0 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=22944 CPUtime=102.29 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 3037 0 0 0 10229 0 0 0 25 0 1 0 517865084 23494656 2929 33554432000 4194304 4785740 140736352111568 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 5736 2929 341 145 0 2781 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=51.24 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 5124 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=18704 CPUtime=102.29 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 19647 0 0 0 10226 3 0 0 25 0 1 0 517865084 19152896 3870 33554432000 4194304 4352236 140734730545184 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 4676 3870 127 39 0 3756 0
[pid=22881] ppid=22876 vsize=8116 CPUtime=50.5 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1210 0 0 0 5050 0 0 0 25 0 1 0 517865084 8310784 502 33554432000 4194304 4331988 140734680944208 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 2029 502 174 34 0 471 0
Current children cumulated CPU time (s) 308.95
Current children cumulated vsize (KiB) 524448

[startup+162.301 s]

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

/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=31700 CPUtime=717.8 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 72847 0 0 0 71768 12 0 0 25 0 1 0 517865084 32460800 7119 33554432000 4194304 4352236 140734730545184 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 7925 7119 127 39 0 7005 0
[pid=22881] ppid=22876 vsize=9424 CPUtime=356.55 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1595 0 0 0 35655 0 0 0 25 0 1 0 517865084 9650176 843 33554432000 4194304 4331988 140734680944208 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 2356 843 175 34 0 798 0
Current children cumulated CPU time (s) 2152.15
Current children cumulated vsize (KiB) 548036

[startup+730.601 s]
/proc/loadavg: 9.14 9.16 9.04 11/187 22998
/proc/meminfo: memFree=22488788/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.65 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 2 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=32228 CPUtime=730.59 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 5137 0 0 0 73058 1 0 0 25 0 1 0 517865084 33001472 5029 33554432000 4194304 4785740 140736352111568 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 8057 5029 341 145 0 5102 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=363.69 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 36369 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=36052 CPUtime=730.61 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 73935 0 0 0 73049 12 0 0 25 0 1 0 517865084 36917248 8207 33554432000 4194304 4352236 140734730545184 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 9013 8207 127 39 0 8093 0
[pid=22881] ppid=22876 vsize=9424 CPUtime=362.94 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1605 0 0 0 36294 0 0 0 25 0 1 0 517865084 9650176 853 33554432000 4194304 4331988 140734680944208 18446744073709551615 4237038 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 2356 853 175 34 0 798 0
Current children cumulated CPU time (s) 2190.48
Current children cumulated vsize (KiB) 552388

[startup+743.401 s]
/proc/loadavg: 9.12 9.16 9.04 11/187 22998
/proc/meminfo: memFree=22490896/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.65 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 2 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=32228 CPUtime=743.39 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 5138 0 0 0 74338 1 0 0 25 0 1 0 517865084 33001472 5030 33554432000 4194304 4785740 140736352111568 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 8057 5030 341 145 0 5102 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=370.09 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 37009 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=33748 CPUtime=743.4 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 74447 0 0 0 74328 12 0 0 25 0 1 0 517865084 34557952 7631 33554432000 4194304 4352236 140734730545184 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 8437 7631 127 39 0 7517 0
[pid=22881] ppid=22876 vsize=9424 CPUtime=369.28 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1615 0 0 0 36928 0 0 0 25 0 1 0 517865084 9650176 863 33554432000 4194304 4331988 140734680944208 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 2356 863 175 34 0 798 0
Current children cumulated CPU time (s) 2228.81
Current children cumulated vsize (KiB) 550084

[startup+749.8 s]
/proc/loadavg: 9.11 9.15 9.03 11/187 22999
/proc/meminfo: memFree=22488788/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.65 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 2 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=32420 CPUtime=749.79 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 5176 0 0 0 74978 1 0 0 25 0 1 0 517865084 33198080 5068 33554432000 4194304 4785740 140736352111568 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 8105 5068 341 145 0 5150 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=373.28 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 37328 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=35540 CPUtime=749.8 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 74895 0 0 0 74968 12 0 0 25 0 1 0 517865084 36392960 8079 33554432000 4194304 4352236 140734730545184 18446744073709551615 4329081 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 8885 8079 127 39 0 7965 0
[pid=22881] ppid=22876 vsize=9424 CPUtime=372.44 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1621 0 0 0 37244 0 0 0 25 0 1 0 517865084 9650176 869 33554432000 4194304 4331988 140734680944208 18446744073709551615 4287169 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 2356 869 175 34 0 798 0
Current children cumulated CPU time (s) 2247.96
Current children cumulated vsize (KiB) 552068

[startup+751.401 s]
/proc/loadavg: 9.10 9.15 9.03 11/187 22999
/proc/meminfo: memFree=22486680/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.65 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 2 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=32420 CPUtime=751.39 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 5176 0 0 0 75138 1 0 0 25 0 1 0 517865084 33198080 5068 33554432000 4194304 4785740 140736352111568 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 8105 5068 341 145 0 5150 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=374.07 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 37407 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=36052 CPUtime=751.4 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 75023 0 0 0 75128 12 0 0 25 0 1 0 517865084 36917248 8207 33554432000 4194304 4352236 140734730545184 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 9013 8207 127 39 0 8093 0
[pid=22881] ppid=22876 vsize=9424 CPUtime=373.24 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1623 0 0 0 37324 0 0 0 25 0 1 0 517865084 9650176 871 33554432000 4194304 4331988 140734680944208 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 2356 871 175 34 0 798 0
Current children cumulated CPU time (s) 2252.75
Current children cumulated vsize (KiB) 552580

[startup+753.001 s]
/proc/loadavg: 9.10 9.15 9.03 11/187 22999
/proc/meminfo: memFree=22489284/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.65 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 2 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=32420 CPUtime=752.99 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 5176 0 0 0 75298 1 0 0 25 0 1 0 517865084 33198080 5068 33554432000 4194304 4785740 140736352111568 18446744073709551615 4538909 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 8105 5068 341 145 0 5150 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=374.87 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 37487 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=31700 CPUtime=753 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 75023 0 0 0 75288 12 0 0 25 0 1 0 517865084 32460800 7119 33554432000 4194304 4352236 140734730545184 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 7925 7119 127 39 0 7005 0
[pid=22881] ppid=22876 vsize=10188 CPUtime=374.04 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1625 0 0 0 37404 0 0 0 25 0 1 0 517865084 10432512 873 33554432000 4194304 4331988 140734680944208 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 2547 873 175 34 0 989 0
Current children cumulated CPU time (s) 2257.55
Current children cumulated vsize (KiB) 548992

[startup+753.801 s]
/proc/loadavg: 9.10 9.15 9.03 11/187 22999
/proc/meminfo: memFree=22488664/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.65 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 2 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=32420 CPUtime=753.79 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 5176 0 0 0 75378 1 0 0 25 0 1 0 517865084 33198080 5068 33554432000 4194304 4785740 140736352111568 18446744073709551615 4550400 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 8105 5068 341 145 0 5150 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=375.26 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 37526 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=31700 CPUtime=753.8 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 75023 0 0 0 75368 12 0 0 25 0 1 0 517865084 32460800 7119 33554432000 4194304 4352236 140734730545184 18446744073709551615 4329000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 7925 7119 127 39 0 7005 0
[pid=22881] ppid=22876 vsize=10188 CPUtime=374.44 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1626 0 0 0 37444 0 0 0 25 0 1 0 517865084 10432512 874 33554432000 4194304 4331988 140734680944208 18446744073709551615 4210502 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 2547 874 175 34 0 989 0
Current children cumulated CPU time (s) 2259.94
Current children cumulated vsize (KiB) 548992

[startup+754.201 s]
/proc/loadavg: 9.10 9.15 9.03 11/187 22999
/proc/meminfo: memFree=22488664/32950928 swapFree=67087032/67111528
[pid=22876] ppid=22874 vsize=18324 CPUtime=2.65 cores=0,2,4,6
/proc/22876/stat : 22876 (ppfolio) S 22874 22876 22182 0 -1 4202496 521 4564 0 0 0 2 263 0 15 0 1 0 517865084 18763776 390 33554432000 4194304 4287625 140736283671536 18446744073709551615 239476715023 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/22876/statm: 4581 390 342 23 0 91 0
[pid=22878] ppid=22876 vsize=32420 CPUtime=754.19 cores=4
/proc/22878/stat : 22878 (clasp) R 22876 22876 22182 0 -1 4202496 5176 0 0 0 75418 1 0 0 25 0 1 0 517865084 33198080 5068 33554432000 4194304 4785740 140736352111568 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22878/statm: 8105 5068 341 145 0 5150 0
[pid=22879] ppid=22876 vsize=456360 CPUtime=375.49 cores=6
/proc/22879/stat : 22879 (TNM) R 22876 22876 22182 0 -1 4202496 478 0 0 0 37549 0 0 0 25 0 1 0 517865084 467312640 375 33554432000 134512640 134534564 4292819312 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22879/statm: 114090 375 95 6 0 112756 0
[pid=22880] ppid=22876 vsize=31700 CPUtime=754.2 cores=2
/proc/22880/stat : 22880 (lingeling) R 22876 22876 22182 0 -1 4202496 75023 0 0 0 75408 12 0 0 25 0 1 0 517865084 32460800 7119 33554432000 4194304 4352236 140734730545184 18446744073709551615 4329265 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22880/statm: 7925 7119 127 39 0 7005 0
[pid=22881] ppid=22876 vsize=10188 CPUtime=374.62 cores=6
/proc/22881/stat : 22881 (march_hi) R 22876 22876 22182 0 -1 4202496 1626 0 0 0 37462 0 0 0 25 0 1 0 517865084 10432512 874 33554432000 4194304 4331988 140734680944208 18446744073709551615 239476694912 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22881/statm: 2547 874 175 34 0 989 0
Current children cumulated CPU time (s) 2261.15
Current children cumulated vsize (KiB) 548992

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22876 and gives
#  childrusage.ru_utime.tv_sec=1886
#  childrusage.ru_utime.tv_usec=406222
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=180972
# CPU time returned by wait4() is 1886.59
# while last known CPU time is 2261.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 754.203
CPU time (s): 2261.15
CPU user time (s): 2261
CPU system time (s): 0.15
CPU usage (%): 299.807
Max. virtual memory (cumulated for all children) (KiB): 13257544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1886.41
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85779
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= 812
involuntary context switches= 11559

runsolver used 1.12383 second user time and 2.98455 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 09:38:00
IDJOB=3191158
IDBENCH=82889
IDSOLVER=1612
FILE ID=node148/3191158-1304062680
RUNJOBID= node148-1304060708-22540
PBS_JOBID= 13170435
Free space on /tmp= 71424 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S384085843-009.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191158-1304062680/watcher-3191158-1304062680 -o /tmp/evaluation-result-3191158-1304062680/solver-3191158-1304062680 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191158-1304062680.cnf

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

MD5SUM BENCH= 420ae9a699afd6f172f364b156d160ff
RANDOM SEED=1054356755

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:      22408988 kB
Buffers:       2019100 kB
Cached:        7730296 kB
SwapCached:       3548 kB
Active:        1950180 kB
Inactive:      8028420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22408988 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           10188 kB
Writeback:           0 kB
AnonPages:      227040 kB
Mapped:          15916 kB
Slab:           499012 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   855656 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= 71416 MiB
End job on node148 at 2011-04-29 09:50:35