Trace number 3190928

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) 4138.47 1300.02

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S981492757-074-UNKNOWN.cnf
MD5SUM720cb73f06c537d4bcc379449229299e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

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

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-3190928-1304045650/watcher-3190928-1304045650 -o /tmp/evaluation-result-3190928-1304045650/solver-3190928-1304045650 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190928-1304045650.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: 3.42 5.37 6.83 2/172 1741
/proc/meminfo: memFree=18289272/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) R 1739 1741 32317 0 -1 4194304 466 0 0 0 0 0 0 0 22 0 1 0 516165448 18763776 387 33554432000 4194304 4287625 140735436835712 18446744073709551615 230808986005 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1741/statm: 4581 387 339 23 0 91 0

[startup+0.920703 s]
/proc/loadavg: 3.42 5.37 6.83 2/172 1741
/proc/meminfo: memFree=18289272/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) R 1739 1741 32317 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 516165448 18763776 389 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1741/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00069 s]
/proc/loadavg: 3.42 5.37 6.83 2/172 1741
/proc/meminfo: memFree=18289272/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 516165448 18763776 389 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 4731867454001643519 0 0 17 4 0 0 0
/proc/1741/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.12067 s]
/proc/loadavg: 3.42 5.37 6.83 2/172 1741
/proc/meminfo: memFree=18289272/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 516165448 18763776 389 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 4731867454001643519 0 0 17 4 0 0 0
/proc/1741/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20065 s]
/proc/loadavg: 3.42 5.37 6.83 2/172 1741
/proc/meminfo: memFree=18289272/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 516165448 18763776 389 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 4731867454001643519 0 0 17 4 0 0 0
/proc/1741/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5006 s]
/proc/loadavg: 3.42 5.37 6.83 2/172 1741
/proc/meminfo: memFree=18289272/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 520 0 0 0 0 0 0 0 18 0 1 0 516165448 18763776 389 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 4731867454001643519 0 0 17 4 0 0 0
/proc/1741/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.1073 s]
/proc/loadavg: 3.42 5.37 6.83 11/188 1757
/proc/meminfo: memFree=18216900/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516165448 18763776 389 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 4731867454001643519 0 0 17 4 0 0 0
/proc/1741/statm: 4581 389 341 23 0 91 0
[pid=1742] ppid=1741 vsize=1286668 CPUtime=3.1 cores=0
/proc/1742/stat : 1742 (cryptominisat) R 1741 1741 32317 0 -1 4202496 11158 0 0 0 308 2 0 0 25 0 1 0 516165448 1317548032 5890 33554432000 4194304 4587354 140737240621696 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1742/statm: 321667 5890 337 96 0 318229 0
[pid=1743] ppid=1741 vsize=20992 CPUtime=3.09 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 2767 0 0 0 309 0 0 0 25 0 1 0 516165448 21495808 2579 33554432000 4194304 4785740 140734662084560 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 5248 2579 340 145 0 2293 0
[pid=1744] ppid=1741 vsize=454504 CPUtime=1.98 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 997 0 0 0 198 0 0 0 21 0 1 0 516165448 465412096 894 33554432000 134512640 134534564 4288408736 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 113626 894 91 6 0 112292 0
[pid=1745] ppid=1741 vsize=7652 CPUtime=3.1 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 1834 0 0 0 310 0 0 0 25 0 1 0 516165448 7835648 1083 33554432000 4194304 4352236 140737361094560 18446744073709551615 4328744 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 1913 1083 127 39 0 993 0
[pid=1746] ppid=1741 vsize=10204 CPUtime=1.1 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 3929 0 0 0 110 0 0 0 25 0 1 0 516165448 10448896 917 33554432000 4194304 4331988 140735548902160 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 2551 917 150 34 0 993 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 1798344

[startup+6.30072 s]
/proc/loadavg: 3.95 5.45 6.84 11/188 1758
/proc/meminfo: memFree=18184412/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516165448 18763776 389 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 4731867454001643519 0 0 17 4 0 0 0
/proc/1741/statm: 4581 389 341 23 0 91 0
[pid=1742] ppid=1741 vsize=1287640 CPUtime=6.29 cores=0
/proc/1742/stat : 1742 (cryptominisat) R 1741 1741 32317 0 -1 4202496 12513 0 0 0 627 2 0 0 25 0 1 0 516165448 1318543360 6159 33554432000 4194304 4587354 140737240621696 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1742/statm: 321910 6159 337 96 0 318472 0
[pid=1743] ppid=1741 vsize=23536 CPUtime=6.29 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 3371 0 0 0 629 0 0 0 25 0 1 0 516165448 24100864 3183 33554432000 4194304 4785740 140734662084560 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 5884 3183 340 145 0 2929 0
[pid=1744] ppid=1741 vsize=454504 CPUtime=3.56 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 997 0 0 0 356 0 0 0 25 0 1 0 516165448 465412096 894 33554432000 134512640 134534564 4288408736 18446744073709551615 134524594 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 113626 894 91 6 0 112292 0
[pid=1745] ppid=1741 vsize=8556 CPUtime=6.28 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 2080 0 0 0 628 0 0 0 25 0 1 0 516165448 8761344 1329 33554432000 4194304 4352236 140737361094560 18446744073709551615 4267888 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 2139 1329 127 39 0 1219 0
[pid=1746] ppid=1741 vsize=13112 CPUtime=2.69 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 4801 0 0 0 269 0 0 0 25 0 1 0 516165448 13426688 1476 33554432000 4194304 4331988 140735548902160 18446744073709551615 4287489 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 3278 1476 174 34 0 1720 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1805672

[startup+12.7005 s]
/proc/loadavg: 4.43 5.52 6.86 11/188 1758
/proc/meminfo: memFree=18169412/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516165448 18763776 389 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 4731867454001643519 0 0 17 4 0 0 0
/proc/1741/statm: 4581 389 341 23 0 91 0
[pid=1742] ppid=1741 vsize=1282988 CPUtime=12.68 cores=0
/proc/1742/stat : 1742 (cryptominisat) R 1741 1741 32317 0 -1 4202496 16978 0 0 0 1265 3 0 0 25 0 1 0 516165448 1313779712 8073 33554432000 4194304 4587354 140737240621696 18446744073709551615 4244617 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1742/statm: 320747 8073 337 96 0 317309 0
[pid=1743] ppid=1741 vsize=26780 CPUtime=12.68 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 4157 0 0 0 1268 0 0 0 25 0 1 0 516165448 27422720 3969 33554432000 4194304 4785740 140734662084560 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 6695 3969 340 145 0 3740 0
[pid=1744] ppid=1741 vsize=458608 CPUtime=6.73 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 1199 0 0 0 673 0 0 0 25 0 1 0 516165448 469614592 1096 33554432000 134512640 134534564 4288408736 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 114652 1096 95 6 0 113318 0
[pid=1745] ppid=1741 vsize=7984 CPUtime=12.68 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 2709 0 0 0 1268 0 0 0 25 0 1 0 516165448 8175616 1190 33554432000 4194304 4352236 140737361094560 18446744073709551615 4278527 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 1996 1190 127 39 0 1076 0
[pid=1746] ppid=1741 vsize=13112 CPUtime=5.89 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 4801 0 0 0 589 0 0 0 25 0 1 0 516165448 13426688 1476 33554432000 4194304 4331988 140735548902160 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 3278 1476 174 34 0 1720 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1807796

[startup+25.5012 s]
/proc/loadavg: 5.73 5.76 6.92 11/188 1758
/proc/meminfo: memFree=18177928/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516165448 18763776 389 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 4731867454001643519 0 0 17 4 0 0 0
/proc/1741/statm: 4581 389 341 23 0 91 0
[pid=1742] ppid=1741 vsize=1284728 CPUtime=25.49 cores=0
/proc/1742/stat : 1742 (cryptominisat) R 1741 1741 32317 0 -1 4202496 23687 0 0 0 2544 5 0 0 25 0 1 0 516165448 1315561472 7386 33554432000 4194304 4587354 140737240621696 18446744073709551615 4238647 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1742/statm: 321182 7386 337 96 0 317744 0
[pid=1743] ppid=1741 vsize=30408 CPUtime=25.49 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 4968 0 0 0 2548 1 0 0 25 0 1 0 516165448 31137792 4780 33554432000 4194304 4785740 140734662084560 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 7602 4780 340 145 0 4647 0
[pid=1744] ppid=1741 vsize=458608 CPUtime=13.1 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 1199 0 0 0 1310 0 0 0 25 0 1 0 516165448 469614592 1096 33554432000 134512640 134534564 4288408736 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 114652 1096 95 6 0 113318 0
[pid=1745] ppid=1741 vsize=8372 CPUtime=25.49 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 4182 0 0 0 2548 1 0 0 25 0 1 0 516165448 8572928 1287 33554432000 4194304 4352236 140737361094560 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 2093 1287 127 39 0 1173 0
[pid=1746] ppid=1741 vsize=13112 CPUtime=12.25 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 4809 0 0 0 1225 0 0 0 25 0 1 0 516165448 13426688 1484 33554432000 4194304 4331988 140735548902160 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 3278 1484 174 34 0 1720 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1813552

[startup+51.1005 s]
/proc/loadavg: 7.26 6.11 7.00 11/188 1759
/proc/meminfo: memFree=18121792/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516165448 18763776 389 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 4731867454001643519 0 0 17 4 0 0 0
/proc/1741/statm: 4581 389 341 23 0 91 0
[pid=1742] ppid=1741 vsize=1309008 CPUtime=51.09 cores=0
/proc/1742/stat : 1742 (cryptominisat) R 1741 1741 32317 0 -1 4202496 42824 0 0 0 5100 9 0 0 25 0 1 0 516165448 1340424192 13075 33554432000 4194304 4587354 140737240621696 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1742/statm: 327252 13075 337 96 0 323814 0
[pid=1743] ppid=1741 vsize=36220 CPUtime=51.09 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 6357 0 0 0 5108 1 0 0 25 0 1 0 516165448 37089280 6169 33554432000 4194304 4785740 140734662084560 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 9055 6169 340 145 0 6100 0
[pid=1744] ppid=1741 vsize=458608 CPUtime=25.82 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 1199 0 0 0 2582 0 0 0 25 0 1 0 516165448 469614592 1096 33554432000 134512640 134534564 4288408736 18446744073709551615 134530329 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 114652 1096 95 6 0 113318 0
[pid=1745] ppid=1741 vsize=9720 CPUtime=51.09 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 6423 0 0 0 5108 1 0 0 25 0 1 0 516165448 9953280 1624 33554432000 4194304 4352236 140737361094560 18446744073709551615 4231080 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 2430 1624 127 39 0 1510 0
[pid=1746] ppid=1741 vsize=16564 CPUtime=24.99 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 5386 0 0 0 2499 0 0 0 25 0 1 0 516165448 16961536 2061 33554432000 4194304 4331988 140735548902160 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 4141 2061 175 34 0 2583 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 1848444

[startup+102.301 s]
/proc/loadavg: 8.86 6.73 7.16 11/188 1760
/proc/meminfo: memFree=18086928/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516165448 18763776 389 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 4731867454001643519 0 0 17 4 0 0 0
/proc/1741/statm: 4581 389 341 23 0 91 0
[pid=1742] ppid=1741 vsize=48864 CPUtime=102.29 cores=0

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


[startup+1002.3 s]
/proc/loadavg: 8.19 8.20 7.96 9/186 1796
/proc/meminfo: memFree=17971336/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=245.61 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 521 127441 0 0 0 0 24527 34 15 0 1 0 516165448 18763776 390 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1741/statm: 4581 390 342 23 0 91 0
[pid=1743] ppid=1741 vsize=95064 CPUtime=1002.23 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 19826 0 0 0 100218 5 0 0 25 0 1 0 516165448 97345536 19194 33554432000 4194304 4785740 140734662084560 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 23766 19194 341 145 0 20811 0
[pid=1744] ppid=1741 vsize=458608 CPUtime=498.83 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 1199 0 0 0 49883 0 0 0 25 0 1 0 516165448 469614592 1096 33554432000 134512640 134534564 4288408736 18446744073709551615 134528451 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 114652 1096 95 6 0 113318 0
[pid=1745] ppid=1741 vsize=19292 CPUtime=1002.29 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 41448 0 0 0 100224 5 0 0 25 0 1 0 516165448 19755008 4009 33554432000 4194304 4352236 140737361094560 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 4823 4009 127 39 0 3903 0
[pid=1746] ppid=1741 vsize=72048 CPUtime=498.02 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 18462 0 0 0 49795 7 0 0 25 0 1 0 516165448 73777152 15137 33554432000 4194304 4331988 140735548902160 18446744073709551615 4287057 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 18012 15137 175 34 0 16454 0
Current children cumulated CPU time (s) 3246.98
Current children cumulated vsize (KiB) 663336

[startup+1062.3 s]
/proc/loadavg: 8.11 8.18 7.96 9/186 1798
/proc/meminfo: memFree=17965732/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=245.61 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 521 127441 0 0 0 0 24527 34 15 0 1 0 516165448 18763776 390 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1741/statm: 4581 390 342 23 0 91 0
[pid=1743] ppid=1741 vsize=97864 CPUtime=1062.23 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 20413 0 0 0 106218 5 0 0 25 0 1 0 516165448 100212736 19781 33554432000 4194304 4785740 140734662084560 18446744073709551615 4538892 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 24466 19781 341 145 0 21511 0
[pid=1744] ppid=1741 vsize=458608 CPUtime=528.72 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 1199 0 0 0 52872 0 0 0 25 0 1 0 516165448 469614592 1096 33554432000 134512640 134534564 4288408736 18446744073709551615 134530344 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 114652 1096 95 6 0 113318 0
[pid=1745] ppid=1741 vsize=19292 CPUtime=1062.29 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 42248 0 0 0 106224 5 0 0 25 0 1 0 516165448 19755008 4009 33554432000 4194304 4352236 140737361094560 18446744073709551615 4328550 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 4823 4009 127 39 0 3903 0
[pid=1746] ppid=1741 vsize=72048 CPUtime=527.81 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 19316 0 0 0 52774 7 0 0 25 0 1 0 516165448 73777152 15991 33554432000 4194304 4331988 140735548902160 18446744073709551615 4287584 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 18012 15991 175 34 0 16454 0
Current children cumulated CPU time (s) 3426.66
Current children cumulated vsize (KiB) 666136

[startup+1122.3 s]
/proc/loadavg: 8.16 8.18 7.97 9/186 1799
/proc/meminfo: memFree=17954676/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=245.61 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 521 127441 0 0 0 0 24527 34 15 0 1 0 516165448 18763776 390 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1741/statm: 4581 390 342 23 0 91 0
[pid=1743] ppid=1741 vsize=97864 CPUtime=1122.22 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 20439 0 0 0 112217 5 0 0 25 0 1 0 516165448 100212736 19807 33554432000 4194304 4785740 140734662084560 18446744073709551615 4549959 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 24466 19807 341 145 0 21511 0
[pid=1744] ppid=1741 vsize=458608 CPUtime=558.52 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 1199 0 0 0 55852 0 0 0 25 0 1 0 516165448 469614592 1096 33554432000 134512640 134534564 4288408736 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 114652 1096 95 6 0 113318 0
[pid=1745] ppid=1741 vsize=19552 CPUtime=1122.29 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 44137 0 0 0 112224 5 0 0 25 0 1 0 516165448 20021248 4074 33554432000 4194304 4352236 140737361094560 18446744073709551615 4276534 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 4888 4074 127 39 0 3968 0
[pid=1746] ppid=1741 vsize=102784 CPUtime=557.68 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 20320 0 0 0 55760 8 0 0 25 0 1 0 516165448 105250816 16995 33554432000 4194304 4331988 140735548902160 18446744073709551615 4299339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 25696 16995 175 34 0 24138 0
Current children cumulated CPU time (s) 3606.32
Current children cumulated vsize (KiB) 697132

[startup+1182.31 s]
/proc/loadavg: 8.17 8.17 7.98 9/186 1801
/proc/meminfo: memFree=17943344/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=245.61 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 521 127441 0 0 0 0 24527 34 15 0 1 0 516165448 18763776 390 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1741/statm: 4581 390 342 23 0 91 0
[pid=1743] ppid=1741 vsize=98720 CPUtime=1182.22 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 20632 0 0 0 118217 5 0 0 25 0 1 0 516165448 101089280 20000 33554432000 4194304 4785740 140734662084560 18446744073709551615 4278142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 24680 20000 341 145 0 21725 0
[pid=1744] ppid=1741 vsize=458608 CPUtime=588.37 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 1199 0 0 0 58837 0 0 0 25 0 1 0 516165448 469614592 1096 33554432000 134512640 134534564 4288408736 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 114652 1096 95 6 0 113318 0
[pid=1745] ppid=1741 vsize=22752 CPUtime=1182.3 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 45961 0 0 0 118224 6 0 0 25 0 1 0 516165448 23298048 4874 33554432000 4194304 4352236 140737361094560 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 5688 4874 127 39 0 4768 0
[pid=1746] ppid=1741 vsize=102784 CPUtime=587.51 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 21175 0 0 0 58742 9 0 0 25 0 1 0 516165448 105250816 17850 33554432000 4194304 4331988 140735548902160 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 25696 17850 175 34 0 24138 0
Current children cumulated CPU time (s) 3786.01
Current children cumulated vsize (KiB) 701188

[startup+1242.3 s]
/proc/loadavg: 8.16 8.17 8.00 9/186 1802
/proc/meminfo: memFree=17930436/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=245.61 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 521 127441 0 0 0 0 24527 34 15 0 1 0 516165448 18763776 390 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1741/statm: 4581 390 342 23 0 91 0
[pid=1743] ppid=1741 vsize=100428 CPUtime=1242.21 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 20992 0 0 0 124216 5 0 0 25 0 1 0 516165448 102838272 20360 33554432000 4194304 4785740 140734662084560 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 25107 20360 341 145 0 22152 0
[pid=1744] ppid=1741 vsize=458608 CPUtime=618.21 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 1199 0 0 0 61821 0 0 0 25 0 1 0 516165448 469614592 1096 33554432000 134512640 134534564 4288408736 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 114652 1096 95 6 0 113318 0
[pid=1745] ppid=1741 vsize=22752 CPUtime=1242.29 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 47785 0 0 0 124223 6 0 0 25 0 1 0 516165448 23298048 4874 33554432000 4194304 4352236 140737361094560 18446744073709551615 4328377 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 5688 4874 127 39 0 4768 0
[pid=1746] ppid=1741 vsize=102784 CPUtime=617.34 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 22028 0 0 0 61725 9 0 0 25 0 1 0 516165448 105250816 18703 33554432000 4194304 4331988 140735548902160 18446744073709551615 4299188 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 25696 18703 175 34 0 24138 0
Current children cumulated CPU time (s) 3965.66
Current children cumulated vsize (KiB) 702896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 8.23 8.18 8.01 10/186 1804
/proc/meminfo: memFree=17918380/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=245.61 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 521 127441 0 0 0 0 24527 34 15 0 1 0 516165448 18763776 390 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1741/statm: 4581 390 342 23 0 91 0
[pid=1743] ppid=1741 vsize=102420 CPUtime=1299.91 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 21406 0 0 0 129986 5 0 0 25 0 1 0 516165448 104878080 20774 33554432000 4194304 4785740 140734662084560 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 25605 20774 341 145 0 22650 0
[pid=1744] ppid=1741 vsize=458608 CPUtime=646.91 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 1199 0 0 0 64691 0 0 0 25 0 1 0 516165448 469614592 1096 33554432000 134512640 134534564 4288408736 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 114652 1096 95 6 0 113318 0
[pid=1745] ppid=1741 vsize=21984 CPUtime=1300.01 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 50473 0 0 0 129994 7 0 0 25 0 1 0 516165448 22511616 4682 33554432000 4194304 4352236 140737361094560 18446744073709551615 4328059 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 5496 4682 127 39 0 4576 0
[pid=1746] ppid=1741 vsize=102784 CPUtime=646.03 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 22848 0 0 0 64593 10 0 0 25 0 1 0 516165448 105250816 19523 33554432000 4194304 4331988 140735548902160 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 25696 19523 175 34 0 24138 0
Current children cumulated CPU time (s) 4138.47
Current children cumulated vsize (KiB) 704120

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

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

[startup+1300.01 s]
/proc/loadavg: 8.23 8.18 8.01 10/186 1804
/proc/meminfo: memFree=17918380/32951124 swapFree=67111528/67111528
[pid=1741] ppid=1739 vsize=18324 CPUtime=245.61 cores=0,2,4,6
/proc/1741/stat : 1741 (ppfolio) S 1739 1741 32317 0 -1 4202496 521 127441 0 0 0 0 24527 34 15 0 1 0 516165448 18763776 390 33554432000 4194304 4287625 140735436835712 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639364 0 0 17 4 0 0 0
/proc/1741/statm: 4581 390 342 23 0 91 0
[pid=1743] ppid=1741 vsize=102420 CPUtime=1299.91 cores=4
/proc/1743/stat : 1743 (clasp) R 1741 1741 32317 0 -1 4202496 21406 0 0 0 129986 5 0 0 25 0 1 0 516165448 104878080 20774 33554432000 4194304 4785740 140734662084560 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1743/statm: 25605 20774 341 145 0 22650 0
[pid=1744] ppid=1741 vsize=458608 CPUtime=646.91 cores=6
/proc/1744/stat : 1744 (TNM) R 1741 1741 32317 0 -1 4202496 1199 0 0 0 64691 0 0 0 25 0 1 0 516165448 469614592 1096 33554432000 134512640 134534564 4288408736 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1744/statm: 114652 1096 95 6 0 113318 0
[pid=1745] ppid=1741 vsize=21984 CPUtime=1300.01 cores=2
/proc/1745/stat : 1745 (lingeling) R 1741 1741 32317 0 -1 4202496 50473 0 0 0 129994 7 0 0 25 0 1 0 516165448 22511616 4682 33554432000 4194304 4352236 140737361094560 18446744073709551615 4328059 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1745/statm: 5496 4682 127 39 0 4576 0
[pid=1746] ppid=1741 vsize=102784 CPUtime=646.03 cores=6
/proc/1746/stat : 1746 (march_hi) R 1741 1741 32317 0 -1 4202496 22848 0 0 0 64593 10 0 0 25 0 1 0 516165448 105250816 19523 33554432000 4194304 4331988 140735548902160 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1746/statm: 25696 19523 175 34 0 24138 0
Current children cumulated CPU time (s) 4138.47
Current children cumulated vsize (KiB) 704120

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1741 and gives
#  childrusage.ru_utime.tv_sec=3491
#  childrusage.ru_utime.tv_usec=30282
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=588910
# CPU time returned by wait4() is 3491.62
# while last known CPU time is 4138.47
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 4138.47
CPU user time (s): 4137.91
CPU system time (s): 0.56
CPU usage (%): 318.34
Max. virtual memory (cumulated for all children) (KiB): 13049496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3491.03
system time used= 0.58891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222704
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= 370
involuntary context switches= 20741

runsolver used 2.19367 second user time and 4.90425 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 04:54:10
IDJOB=3190928
IDBENCH=82659
IDSOLVER=1612
FILE ID=node104/3190928-1304045650
RUNJOBID= node104-1304045650-1726
PBS_JOBID= 13170380
Free space on /tmp= 71548 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S981492757-074-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190928-1304045650/watcher-3190928-1304045650 -o /tmp/evaluation-result-3190928-1304045650/solver-3190928-1304045650 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190928-1304045650.cnf

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

MD5SUM BENCH= 720cb73f06c537d4bcc379449229299e
RANDOM SEED=837727944

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18289428 kB
Buffers:       2195692 kB
Cached:       11815860 kB
SwapCached:          0 kB
Active:        2344252 kB
Inactive:     11731812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18289428 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21468 kB
Writeback:           0 kB
AnonPages:       63808 kB
Mapped:          14488 kB
Slab:           523260 kB
PageTables:       4308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187268 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= 71528 MiB
End job on node104 at 2011-04-29 05:15:52