Trace number 3190906

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 par? (TO) 4800.28 1201.71

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1993071608-084-UNKNOWN.cnf
MD5SUM6a416a8eca39558555cbe083cf0c9cff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark591.01
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
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 540000
Number of clauses of size over 50

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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3190906-1304043641/watcher-3190906-1304043641 -o /tmp/evaluation-result-3190906-1304043641/solver-3190906-1304043641 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190906-1304043641.cnf 

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

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


[startup+0 s]
/proc/loadavg: 10.31 10.13 10.08 6/182 11951
/proc/meminfo: memFree=13864388/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0

[startup+1.86812 s]
/proc/loadavg: 10.31 10.13 10.08 6/182 11951
/proc/meminfo: memFree=13864388/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+2.06809 s]
/proc/loadavg: 10.31 10.13 10.08 6/182 11951
/proc/meminfo: memFree=13864388/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324
heavy processes:

[startup+2.27405 s]
/proc/loadavg: 10.31 10.13 10.08 11/188 11957
/proc/meminfo: memFree=13806932/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=824664 CPUtime=2.26 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 8185 0 0 0 225 1 0 0 21 0 1 0 515963908 844455936 4044 33554432000 4194304 4587354 140734045148048 18446744073709551615 4245162 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 206166 4044 327 96 0 202728 0
[pid=11953] ppid=11951 vsize=32104 CPUtime=2.26 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 5659 0 0 0 226 0 0 0 25 0 1 0 515963909 32874496 5364 33554432000 4194304 4785740 140737354432032 18446744073709551615 248089359045 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 8026 5364 340 145 0 5071 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=1.14 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 114 0 0 0 19 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=7620 CPUtime=2.26 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 1781 0 0 0 226 0 0 0 21 0 1 0 515963909 7802880 1072 33554432000 4194304 4352236 140736510417248 18446744073709551615 4328744 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 1905 1072 127 39 0 985 0
[pid=11956] ppid=11951 vsize=19092 CPUtime=1.1 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 7350 0 0 0 109 1 0 0 19 0 1 0 515963909 19550208 2355 33554432000 4194304 4331988 140737289840912 18446744073709551615 248089093830 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 4773 2355 174 34 0 3215 0
Current children cumulated CPU time (s) 9.02
Current children cumulated vsize (KiB) 1364260

[startup+2.47401 s]
/proc/loadavg: 10.31 10.13 10.08 11/188 11957
/proc/meminfo: memFree=13806932/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=824664 CPUtime=2.46 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 8490 0 0 0 245 1 0 0 22 0 1 0 515963908 844455936 4348 33554432000 4194304 4587354 140734045148048 18446744073709551615 4244539 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 206166 4348 327 96 0 202728 0
[pid=11953] ppid=11951 vsize=32500 CPUtime=2.46 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 5748 0 0 0 246 0 0 0 25 0 1 0 515963909 33280000 5453 33554432000 4194304 4785740 140737354432032 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 8125 5453 340 145 0 5170 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=1.24 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 124 0 0 0 19 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=7620 CPUtime=2.46 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 1781 0 0 0 246 0 0 0 22 0 1 0 515963909 7802880 1072 33554432000 4194304 4352236 140736510417248 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 1905 1072 127 39 0 985 0
[pid=11956] ppid=11951 vsize=19092 CPUtime=1.2 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 7350 0 0 0 119 1 0 0 19 0 1 0 515963909 19550208 2355 33554432000 4194304 4331988 140737289840912 18446744073709551615 4237360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 4773 2355 174 34 0 3215 0
Current children cumulated CPU time (s) 9.82
Current children cumulated vsize (KiB) 1364656

[startup+2.50101 s]
/proc/loadavg: 10.31 10.13 10.08 11/188 11957
/proc/meminfo: memFree=13806932/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=824664 CPUtime=2.49 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 8536 0 0 0 248 1 0 0 22 0 1 0 515963908 844455936 4393 33554432000 4194304 4587354 140734045148048 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 206166 4393 327 96 0 202728 0
[pid=11953] ppid=11951 vsize=32500 CPUtime=2.48 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 5748 0 0 0 248 0 0 0 25 0 1 0 515963909 33280000 5453 33554432000 4194304 4785740 140737354432032 18446744073709551615 4287042 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 8125 5453 340 145 0 5170 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=1.24 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 124 0 0 0 19 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=7620 CPUtime=2.49 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 1781 0 0 0 249 0 0 0 22 0 1 0 515963909 7802880 1072 33554432000 4194304 4352236 140736510417248 18446744073709551615 4295673 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 1905 1072 127 39 0 985 0
[pid=11956] ppid=11951 vsize=19092 CPUtime=1.23 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 7350 0 0 0 122 1 0 0 19 0 1 0 515963909 19550208 2355 33554432000 4194304 4331988 140737289840912 18446744073709551615 4265495 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 4773 2355 174 34 0 3215 0
Current children cumulated CPU time (s) 9.93
Current children cumulated vsize (KiB) 1364656

[startup+3.1009 s]
/proc/loadavg: 10.31 10.13 10.08 11/188 11957
/proc/meminfo: memFree=13803088/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=824872 CPUtime=3.09 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 10110 0 0 0 308 1 0 0 25 0 1 0 515963908 844668928 3698 33554432000 4194304 4587354 140734045148048 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 206218 3698 327 96 0 202780 0
[pid=11953] ppid=11951 vsize=32500 CPUtime=3.09 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 5748 0 0 0 309 0 0 0 25 0 1 0 515963909 33280000 5453 33554432000 4194304 4785740 140737354432032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 8125 5453 340 145 0 5170 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=1.54 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 154 0 0 0 20 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=8020 CPUtime=3.09 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 1876 0 0 0 309 0 0 0 25 0 1 0 515963909 8212480 1167 33554432000 4194304 4352236 140736510417248 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 2005 1167 127 39 0 1085 0
[pid=11956] ppid=11951 vsize=19092 CPUtime=1.53 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 7350 0 0 0 152 1 0 0 20 0 1 0 515963909 19550208 2355 33554432000 4194304 4331988 140737289840912 18446744073709551615 4299840 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 4773 2355 174 34 0 3215 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1365264

[startup+6.30034 s]
/proc/loadavg: 10.28 10.13 10.08 11/188 11957
/proc/meminfo: memFree=13748156/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=869148 CPUtime=6.29 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 22182 0 0 0 626 3 0 0 25 0 1 0 515963908 890007552 15758 33554432000 4194304 4587354 140734045148048 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 217287 15758 337 96 0 213849 0
[pid=11953] ppid=11951 vsize=37584 CPUtime=6.29 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 7005 0 0 0 628 1 0 0 25 0 1 0 515963909 38486016 6710 33554432000 4194304 4785740 140737354432032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 9396 6710 340 145 0 6441 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=3.14 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 314 0 0 0 25 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=8756 CPUtime=6.29 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 2060 0 0 0 629 0 0 0 25 0 1 0 515963909 8966144 1351 33554432000 4194304 4352236 140736510417248 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 2189 1351 127 39 0 1269 0
[pid=11956] ppid=11951 vsize=19092 CPUtime=3.11 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 7350 0 0 0 310 1 0 0 25 0 1 0 515963909 19550208 2355 33554432000 4194304 4331988 140737289840912 18446744073709551615 4263296 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 4773 2355 174 34 0 3215 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1415360

[startup+12.7012 s]
/proc/loadavg: 10.26 10.13 10.08 11/188 11957
/proc/meminfo: memFree=13784380/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=852200 CPUtime=12.68 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 32716 0 0 0 1264 4 0 0 25 0 1 0 515963908 872652800 10106 33554432000 4194304 4587354 140734045148048 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 213050 10106 337 96 0 209612 0
[pid=11953] ppid=11951 vsize=45600 CPUtime=12.69 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 8962 0 0 0 1267 2 0 0 25 0 1 0 515963909 46694400 8667 33554432000 4194304 4785740 140737354432032 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 11400 8667 340 145 0 8445 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=6.32 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 632 0 0 0 25 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=12088 CPUtime=12.68 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 3420 0 0 0 1268 0 0 0 25 0 1 0 515963909 12378112 2199 33554432000 4194304 4352236 140736510417248 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 3022 2199 127 39 0 2102 0
[pid=11956] ppid=11951 vsize=19092 CPUtime=6.3 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 7350 0 0 0 629 1 0 0 25 0 1 0 515963909 19550208 2355 33554432000 4194304 4331988 140737289840912 18446744073709551615 248089093845 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 4773 2355 174 34 0 3215 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1409760

[startup+25.501 s]
/proc/loadavg: 10.20 10.12 10.07 11/188 11958
/proc/meminfo: memFree=13719748/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=877128 CPUtime=25.49 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 46499 0 0 0 2541 8 0 0 25 0 1 0 515963908 898179072 17518 33554432000 4194304 4587354 140734045148048 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 219282 17518 337 96 0 215844 0

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

/proc/11956/statm: 14596 11595 175 34 0 13038 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 1739724

[startup+942.301 s]
/proc/loadavg: 10.14 10.17 10.11 11/188 12015
/proc/meminfo: memFree=13509200/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=1020548 CPUtime=942.29 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 506914 0 0 0 94075 154 0 0 25 0 1 0 515963908 1045041152 58452 33554432000 4194304 4587354 140734045148048 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 255137 58452 337 96 0 251699 0
[pid=11953] ppid=11951 vsize=162908 CPUtime=942.31 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 37393 0 0 0 94219 12 0 0 25 0 1 0 515963909 166817792 37098 33554432000 4194304 4785740 140737354432032 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 40727 37098 340 145 0 37772 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=468.57 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 46857 0 0 0 25 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=21452 CPUtime=942.31 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 28530 0 0 0 94227 4 0 0 25 0 1 0 515963909 21966848 4557 33554432000 4194304 4352236 140736510417248 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 5363 4557 127 39 0 4443 0
[pid=11956] ppid=11951 vsize=58384 CPUtime=468.59 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 17145 0 0 0 46852 7 0 0 25 0 1 0 515963909 59785216 12150 33554432000 4194304 4331988 140737289840912 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 14596 12150 175 34 0 13038 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 1744072

[startup+1002.3 s]
/proc/loadavg: 10.09 10.15 10.10 11/188 12017
/proc/meminfo: memFree=13399684/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=1015024 CPUtime=1002.29 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 533504 0 0 0 100062 167 0 0 25 0 1 0 515963908 1039384576 56780 33554432000 4194304 4587354 140734045148048 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 253756 56780 337 96 0 250318 0
[pid=11953] ppid=11951 vsize=165504 CPUtime=1002.31 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 38007 0 0 0 100219 12 0 0 25 0 1 0 515963909 169476096 37712 33554432000 4194304 4785740 140737354432032 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 41376 37712 340 145 0 38421 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=498.41 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 49841 0 0 0 25 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=17228 CPUtime=1002.31 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 28722 0 0 0 100227 4 0 0 25 0 1 0 515963909 17641472 3501 33554432000 4194304 4352236 140736510417248 18446744073709551615 4329300 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 4307 3501 127 39 0 3387 0
[pid=11956] ppid=11951 vsize=78760 CPUtime=498.43 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 17868 0 0 0 49835 8 0 0 25 0 1 0 515963909 80650240 12873 33554432000 4194304 4331988 140737289840912 18446744073709551615 248089093292 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 19690 12873 175 34 0 18132 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 1757296

[startup+1062.3 s]
/proc/loadavg: 10.07 10.13 10.10 11/188 12018
/proc/meminfo: memFree=13397440/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=1023388 CPUtime=1062.28 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 548622 0 0 0 106053 175 0 0 25 0 1 0 515963908 1047949312 51901 33554432000 4194304 4587354 140734045148048 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 255847 51901 337 96 0 252409 0
[pid=11953] ppid=11951 vsize=168088 CPUtime=1062.31 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 38609 0 0 0 106219 12 0 0 25 0 1 0 515963909 172122112 38314 33554432000 4194304 4785740 140737354432032 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 42022 38314 340 145 0 39067 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=528.26 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 52826 0 0 0 25 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=16972 CPUtime=1062.32 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 35986 0 0 0 106227 5 0 0 25 0 1 0 515963909 17379328 3437 33554432000 4194304 4352236 140736510417248 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 4243 3437 127 39 0 3323 0
[pid=11956] ppid=11951 vsize=78760 CPUtime=528.25 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 18416 0 0 0 52817 8 0 0 25 0 1 0 515963909 80650240 13421 33554432000 4194304 4331988 140737289840912 18446744073709551615 4263335 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 19690 13421 175 34 0 18132 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 1767988

[startup+1122.3 s]
/proc/loadavg: 10.10 10.14 10.09 11/188 12020
/proc/meminfo: memFree=13338888/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=1016376 CPUtime=1122.29 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 575683 0 0 0 112040 189 0 0 25 0 1 0 515963908 1040769024 58116 33554432000 4194304 4587354 140734045148048 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 254094 58116 337 96 0 250656 0
[pid=11953] ppid=11951 vsize=184308 CPUtime=1122.31 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 42553 0 0 0 112218 13 0 0 25 0 1 0 515963909 188731392 42258 33554432000 4194304 4785740 140737354432032 18446744073709551615 4278556 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 46077 42258 340 145 0 43122 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=558.07 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 55807 0 0 0 25 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=26316 CPUtime=1122.32 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 43442 0 0 0 112226 6 0 0 25 0 1 0 515963909 26947584 5773 33554432000 4194304 4352236 140736510417248 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 6579 5773 127 39 0 5659 0
[pid=11956] ppid=11951 vsize=78760 CPUtime=558.12 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 19116 0 0 0 55803 9 0 0 25 0 1 0 515963909 80650240 14121 33554432000 4194304 4331988 140737289840912 18446744073709551615 4299267 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 19690 14121 175 34 0 18132 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 1786540

[startup+1182.3 s]
/proc/loadavg: 10.14 10.14 10.09 11/188 12022
/proc/meminfo: memFree=13468700/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=1014580 CPUtime=1182.28 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 592310 0 0 0 118031 197 0 0 25 0 1 0 515963908 1038929920 53217 33554432000 4194304 4587354 140734045148048 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 253645 53217 337 96 0 250207 0
[pid=11953] ppid=11951 vsize=187364 CPUtime=1182.32 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 43200 0 0 0 118219 13 0 0 25 0 1 0 515963909 191860736 42905 33554432000 4194304 4785740 140737354432032 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 46841 42905 340 145 0 43886 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=587.95 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 58795 0 0 0 25 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=21452 CPUtime=1182.32 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 44498 0 0 0 118226 6 0 0 25 0 1 0 515963909 21966848 4557 33554432000 4194304 4352236 140736510417248 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 5363 4557 127 39 0 4443 0
[pid=11956] ppid=11951 vsize=78764 CPUtime=587.91 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 19689 0 0 0 58782 9 0 0 25 0 1 0 515963909 80654336 14694 33554432000 4194304 4331988 140737289840912 18446744073709551615 4226620 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 19691 14694 175 34 0 18133 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 1782940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.18 10.15 10.10 11/188 12022
/proc/meminfo: memFree=13452452/32950928 swapFree=67111528/67111528
[pid=11951] ppid=11949 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (ppfolio) S 11949 11951 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515963908 18763776 389 33554432000 4194304 4287625 140736936897120 18446744073709551615 248089718287 0 0 4096 65536 4539919112071020543 0 0 17 5 0 0 0
/proc/11951/statm: 4581 389 341 23 0 91 0
[pid=11952] ppid=11951 vsize=1014580 CPUtime=1201.68 cores=1
/proc/11952/stat : 11952 (cryptominisat) R 11951 11951 10696 0 -1 4202496 592337 0 0 0 119971 197 0 0 25 0 1 0 515963908 1038929920 53244 33554432000 4194304 4587354 140734045148048 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11952/statm: 253645 53244 337 96 0 250207 0
[pid=11953] ppid=11951 vsize=188848 CPUtime=1201.72 cores=5
/proc/11953/stat : 11953 (clasp) R 11951 11951 10696 0 -1 4202496 43530 0 0 0 120159 13 0 0 25 0 1 0 515963909 193380352 43235 33554432000 4194304 4785740 140737354432032 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/11953/statm: 47212 43235 340 145 0 44257 0
[pid=11954] ppid=11951 vsize=462456 CPUtime=597.55 cores=7
/proc/11954/stat : 11954 (TNM) R 11951 11951 10696 0 -1 4202496 2354 0 0 0 59755 0 0 0 25 0 1 0 515963909 473554944 2251 33554432000 134512640 134534564 4294273536 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11954/statm: 115614 2251 95 6 0 114280 0
[pid=11955] ppid=11951 vsize=25804 CPUtime=1201.72 cores=3
/proc/11955/stat : 11955 (lingeling) R 11951 11951 10696 0 -1 4202496 47634 0 0 0 120166 6 0 0 25 0 1 0 515963909 26423296 5645 33554432000 4194304 4352236 140736510417248 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/11955/statm: 6451 5645 127 39 0 5531 0
[pid=11956] ppid=11951 vsize=78764 CPUtime=597.61 cores=7
/proc/11956/stat : 11956 (march_hi) R 11951 11951 10696 0 -1 4202496 19947 0 0 0 59752 9 0 0 25 0 1 0 515963909 80654336 14952 33554432000 4194304 4331988 140737289840912 18446744073709551615 4226198 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11956/statm: 19691 14952 175 34 0 18133 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1788776

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11951 and gives
#  childrusage.ru_utime.tv_sec=2396
#  childrusage.ru_utime.tv_usec=747638
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=178972
# CPU time returned by wait4() is 2396.93
# while last known CPU time is 4800.28
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.28
CPU user time (s): 4798.03
CPU system time (s): 2.25
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 2245644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.75
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70458
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= 423
involuntary context switches= 38553

runsolver used 1.84172 second user time and 4.71628 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 04:20:41
IDJOB=3190906
IDBENCH=82637
IDSOLVER=1612
FILE ID=node123/3190906-1304043641
RUNJOBID= node123-1304037296-10715
PBS_JOBID= 13170370
Free space on /tmp= 72808 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S1993071608-084-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190906-1304043641/watcher-3190906-1304043641 -o /tmp/evaluation-result-3190906-1304043641/solver-3190906-1304043641 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190906-1304043641.cnf

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

MD5SUM BENCH= 6a416a8eca39558555cbe083cf0c9cff
RANDOM SEED=675379521

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.75
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.838
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.82
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.838
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13864668 kB
Buffers:       2191972 kB
Cached:       16022804 kB
SwapCached:          0 kB
Active:        9358416 kB
Inactive:      9178104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13864668 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11264 kB
Writeback:           0 kB
AnonPages:      321200 kB
Mapped:          16948 kB
Slab:           486336 kB
PageTables:       5600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2520988 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= 72796 MiB
End job on node123 at 2011-04-29 04:40:45