Trace number 3190803

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.34 1201.71

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S541740666-063-UNKNOWN.cnf
MD5SUM2961485b9da323860183d34cbf19e164
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.21266
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
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) 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-3190803-1304036412/watcher-3190803-1304036412 -o /tmp/evaluation-result-3190803-1304036412/solver-3190803-1304036412 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190803-1304036412.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: 9.17 9.14 8.76 6/182 22526
/proc/meminfo: memFree=18218064/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0

[startup+1.06764 s]
/proc/loadavg: 9.17 9.14 8.76 6/182 22526
/proc/meminfo: memFree=18218064/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.16762 s]
/proc/loadavg: 9.17 9.14 8.76 6/182 22526
/proc/meminfo: memFree=18218064/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20061 s]
/proc/loadavg: 9.17 9.14 8.76 6/182 22526
/proc/meminfo: memFree=18218064/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36758 s]
/proc/loadavg: 9.17 9.14 8.76 6/182 22526
/proc/meminfo: memFree=18218064/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56754 s]
/proc/loadavg: 9.17 9.14 8.76 6/182 22526
/proc/meminfo: memFree=18218064/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10124 s]
/proc/loadavg: 9.24 9.16 8.76 12/188 22532
/proc/meminfo: memFree=18153404/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1907004 CPUtime=3.09 cores=0
/proc/22527/stat : 22527 (cryptominisat) R 22526 22526 20430 0 -1 4202496 13532 0 0 0 307 2 0 0 25 0 1 0 515237889 1952772096 7646 33554432000 4194304 4587354 140737182777744 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22527/statm: 476751 7646 337 96 0 473313 0
[pid=22528] ppid=22526 vsize=23264 CPUtime=3.1 cores=4
/proc/22528/stat : 22528 (clasp) R 22526 22526 20430 0 -1 4202496 3357 0 0 0 310 0 0 0 25 0 1 0 515237889 23822336 3164 33554432000 4194304 4785740 140735560551760 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22528/statm: 5816 3164 340 145 0 2861 0
[pid=22529] ppid=22526 vsize=458892 CPUtime=1.97 cores=6
/proc/22529/stat : 22529 (TNM) R 22526 22526 20430 0 -1 4202496 1275 0 0 0 197 0 0 0 21 0 1 0 515237889 469905408 1172 33554432000 134512640 134534564 4290419296 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22529/statm: 114723 1172 95 6 0 113389 0
[pid=22530] ppid=22526 vsize=6468 CPUtime=3.1 cores=2
/proc/22530/stat : 22530 (lingeling) R 22526 22526 20430 0 -1 4202496 1203 0 0 0 310 0 0 0 25 0 1 0 515237889 6623232 779 33554432000 4194304 4352236 140734870033936 18446744073709551615 4209247 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22530/statm: 1617 779 127 39 0 697 0
[pid=22531] ppid=22526 vsize=12732 CPUtime=1.1 cores=6
/proc/22531/stat : 22531 (march_hi) R 22526 22526 20430 0 -1 4202496 3819 0 0 0 110 0 0 0 25 0 1 0 515237889 13037568 1283 33554432000 4194304 4331988 140736679049968 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22531/statm: 3183 1283 174 34 0 1625 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 2426684

[startup+6.3006 s]
/proc/loadavg: 9.24 9.16 8.76 12/188 22532
/proc/meminfo: memFree=18155636/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1907576 CPUtime=6.29 cores=0
/proc/22527/stat : 22527 (cryptominisat) R 22526 22526 20430 0 -1 4202496 15511 0 0 0 626 3 0 0 25 0 1 0 515237889 1953357824 8054 33554432000 4194304 4587354 140737182777744 18446744073709551615 4236949 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22527/statm: 476894 8054 337 96 0 473456 0
[pid=22528] ppid=22526 vsize=25712 CPUtime=6.29 cores=4
/proc/22528/stat : 22528 (clasp) R 22526 22526 20430 0 -1 4202496 3935 0 0 0 629 0 0 0 25 0 1 0 515237889 26329088 3742 33554432000 4194304 4785740 140735560551760 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22528/statm: 6428 3743 340 145 0 3473 0
[pid=22529] ppid=22526 vsize=458892 CPUtime=3.55 cores=6
/proc/22529/stat : 22529 (TNM) R 22526 22526 20430 0 -1 4202496 1275 0 0 0 355 0 0 0 25 0 1 0 515237889 469905408 1172 33554432000 134512640 134534564 4290419296 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22529/statm: 114723 1172 95 6 0 113389 0
[pid=22530] ppid=22526 vsize=8252 CPUtime=6.29 cores=2
/proc/22530/stat : 22530 (lingeling) R 22526 22526 20430 0 -1 4202496 1681 0 0 0 629 0 0 0 25 0 1 0 515237889 8450048 1257 33554432000 4194304 4352236 140734870033936 18446744073709551615 4207623 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22530/statm: 2063 1257 127 39 0 1143 0
[pid=22531] ppid=22526 vsize=13416 CPUtime=2.7 cores=6
/proc/22531/stat : 22531 (march_hi) R 22526 22526 20430 0 -1 4202496 3938 0 0 0 270 0 0 0 25 0 1 0 515237889 13737984 1402 33554432000 4194304 4331988 140736679049968 18446744073709551615 254504129019 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22531/statm: 3354 1402 174 34 0 1796 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 2432172

[startup+12.7003 s]
/proc/loadavg: 9.30 9.17 8.77 12/188 22533
/proc/meminfo: memFree=18088088/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1888936 CPUtime=12.69 cores=0
/proc/22527/stat : 22527 (cryptominisat) R 22526 22526 20430 0 -1 4202496 21821 0 0 0 1264 5 0 0 25 0 1 0 515237889 1934270464 4040 33554432000 4194304 4587354 140737182777744 18446744073709551615 4356803 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22527/statm: 472234 4040 337 96 0 468796 0
[pid=22528] ppid=22526 vsize=29508 CPUtime=12.68 cores=4
/proc/22528/stat : 22528 (clasp) R 22526 22526 20430 0 -1 4202496 4888 0 0 0 1268 0 0 0 25 0 1 0 515237889 30216192 4695 33554432000 4194304 4785740 140735560551760 18446744073709551615 4278073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22528/statm: 7377 4695 340 145 0 4422 0
[pid=22529] ppid=22526 vsize=458892 CPUtime=6.74 cores=6
/proc/22529/stat : 22529 (TNM) R 22526 22526 20430 0 -1 4202496 1275 0 0 0 674 0 0 0 25 0 1 0 515237889 469905408 1172 33554432000 134512640 134534564 4290419296 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22529/statm: 114723 1172 95 6 0 113389 0
[pid=22530] ppid=22526 vsize=8768 CPUtime=12.69 cores=2
/proc/22530/stat : 22530 (lingeling) R 22526 22526 20430 0 -1 4202496 2066 0 0 0 1269 0 0 0 25 0 1 0 515237889 8978432 1386 33554432000 4194304 4352236 140734870033936 18446744073709551615 4328544 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22530/statm: 2192 1386 127 39 0 1272 0
[pid=22531] ppid=22526 vsize=14268 CPUtime=5.88 cores=6
/proc/22531/stat : 22531 (march_hi) R 22526 22526 20430 0 -1 4202496 4092 0 0 0 588 0 0 0 25 0 1 0 515237889 14610432 1556 33554432000 4194304 4331988 140736679049968 18446744073709551615 4265363 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22531/statm: 3567 1556 175 34 0 2009 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2418696

[startup+25.5008 s]
/proc/loadavg: 9.67 9.26 8.80 11/188 22533
/proc/meminfo: memFree=18068516/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1941928 CPUtime=25.48 cores=0
/proc/22527/stat : 22527 (cryptominisat) R 22526 22526 20430 0 -1 4202496 51508 0 0 0 2539 9 0 0 25 0 1 0 515237889 1988534272 17108 33554432000 4194304 4587354 140737182777744 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22527/statm: 485482 17108 337 96 0 482044 0
[pid=22528] ppid=22526 vsize=34916 CPUtime=25.48 cores=4
/proc/22528/stat : 22528 (clasp) R 22526 22526 20430 0 -1 4202496 6186 0 0 0 2548 0 0 0 25 0 1 0 515237889 35753984 5993 33554432000 4194304 4785740 140735560551760 18446744073709551615 4287013 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22528/statm: 8729 5993 340 145 0 5774 0
[pid=22529] ppid=22526 vsize=458892 CPUtime=13.14 cores=6
/proc/22529/stat : 22529 (TNM) R 22526 22526 20430 0 -1 4202496 1275 0 0 0 1314 0 0 0 25 0 1 0 515237889 469905408 1172 33554432000 134512640 134534564 4290419296 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22529/statm: 114723 1172 95 6 0 113389 0
[pid=22530] ppid=22526 vsize=8196 CPUtime=25.49 cores=2
/proc/22530/stat : 22530 (lingeling) R 22526 22526 20430 0 -1 4202496 2259 0 0 0 2549 0 0 0 25 0 1 0 515237889 8392704 1243 33554432000 4194304 4352236 140734870033936 18446744073709551615 4329077 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22530/statm: 2049 1243 127 39 0 1129 0
[pid=22531] ppid=22526 vsize=15032 CPUtime=12.21 cores=6
/proc/22531/stat : 22531 (march_hi) R 22526 22526 20430 0 -1 4202496 4378 0 0 0 1221 0 0 0 25 0 1 0 515237889 15392768 1842 33554432000 4194304 4331988 140736679049968 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22531/statm: 3758 1842 175 34 0 2200 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 2477288

[startup+51.1007 s]
/proc/loadavg: 9.78 9.32 8.83 12/188 22534
/proc/meminfo: memFree=18135984/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1888636 CPUtime=51.09 cores=0
/proc/22527/stat : 22527 (cryptominisat) R 22526 22526 20430 0 -1 4202496 63689 0 0 0 5096 13 0 0 25 0 1 0 515237889 1933963264 4293 33554432000 4194304 4587354 140737182777744 18446744073709551615 254500388508 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22527/statm: 472159 4293 337 96 0 468721 0
[pid=22528] ppid=22526 vsize=41880 CPUtime=51.08 cores=4
/proc/22528/stat : 22528 (clasp) R 22526 22526 20430 0 -1 4202496 7875 0 0 0 5108 0 0 0 25 0 1 0 515237889 42885120 7682 33554432000 4194304 4785740 140735560551760 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22528/statm: 10470 7682 340 145 0 7515 0
[pid=22529] ppid=22526 vsize=458892 CPUtime=25.84 cores=6
/proc/22529/stat : 22529 (TNM) R 22526 22526 20430 0 -1 4202496 1275 0 0 0 2584 0 0 0 25 0 1 0 515237889 469905408 1172 33554432000 134512640 134534564 4290419296 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22529/statm: 114723 1172 95 6 0 113389 0
[pid=22530] ppid=22526 vsize=9100 CPUtime=51.09 cores=2
/proc/22530/stat : 22530 (lingeling) R 22526 22526 20430 0 -1 4202496 3029 0 0 0 5109 0 0 0 25 0 1 0 515237889 9318400 1469 33554432000 4194304 4352236 140734870033936 18446744073709551615 4277921 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22530/statm: 2275 1469 127 39 0 1355 0
[pid=22531] ppid=22526 vsize=17908 CPUtime=24.97 cores=6
/proc/22531/stat : 22531 (march_hi) R 22526 22526 20430 0 -1 4202496 4945 0 0 0 2497 0 0 0 25 0 1 0 515237889 18337792 2409 33554432000 4194304 4331988 140736679049968 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22531/statm: 4477 2409 175 34 0 2919 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 2434740

[startup+102.3 s]
/proc/loadavg: 10.00 9.46 8.91 11/188 22535
/proc/meminfo: memFree=17933476/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1962792 CPUtime=102.29 cores=0

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

/proc/22531/statm: 25732 22286 175 34 0 24174 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 2641680

[startup+1002.3 s]
/proc/loadavg: 10.19 10.15 9.68 12/188 22559
/proc/meminfo: memFree=17747892/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1941356 CPUtime=1002.34 cores=0
/proc/22527/stat : 22527 (cryptominisat) R 22526 22526 20430 0 -1 4202496 512264 0 0 0 100074 160 0 0 25 0 1 0 515237889 1987948544 18031 33554432000 4194304 4587354 140737182777744 18446744073709551615 4239316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22527/statm: 485339 18031 337 96 0 481901 0
[pid=22528] ppid=22526 vsize=112468 CPUtime=1002.24 cores=4
/proc/22528/stat : 22528 (clasp) R 22526 22526 20430 0 -1 4202496 24502 0 0 0 100219 5 0 0 25 0 1 0 515237889 115167232 24194 33554432000 4194304 4785740 140735560551760 18446744073709551615 4287013 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22528/statm: 28117 24194 341 145 0 25162 0
[pid=22529] ppid=22526 vsize=458892 CPUtime=498.87 cores=6
/proc/22529/stat : 22529 (TNM) R 22526 22526 20430 0 -1 4202496 1275 0 0 0 49887 0 0 0 25 0 1 0 515237889 469905408 1172 33554432000 134512640 134534564 4290419296 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22529/statm: 114723 1172 95 6 0 113389 0
[pid=22530] ppid=22526 vsize=16400 CPUtime=1002.3 cores=2
/proc/22530/stat : 22530 (lingeling) R 22526 22526 20430 0 -1 4202496 25945 0 0 0 100227 3 0 0 25 0 1 0 515237889 16793600 3294 33554432000 4194304 4352236 140734870033936 18446744073709551615 4328119 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22530/statm: 4100 3294 127 39 0 3180 0
[pid=22531] ppid=22526 vsize=102928 CPUtime=498 cores=6
/proc/22531/stat : 22531 (march_hi) R 22526 22526 20430 0 -1 4202496 26114 0 0 0 49792 8 0 0 25 0 1 0 515237889 105398272 23578 33554432000 4194304 4331988 140736679049968 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22531/statm: 25732 23578 175 34 0 24174 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 2650368

[startup+1062.3 s]
/proc/loadavg: 7.68 9.51 9.50 6/177 22577
/proc/meminfo: memFree=18027804/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1931844 CPUtime=1062.34 cores=0
/proc/22527/stat : 22527 (cryptominisat) R 22526 22526 20430 0 -1 4202496 530035 0 0 0 106064 170 0 0 25 0 1 0 515237889 1978208256 17621 33554432000 4194304 4587354 140737182777744 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22527/statm: 482961 17621 337 96 0 479523 0
[pid=22528] ppid=22526 vsize=115892 CPUtime=1062.23 cores=4
/proc/22528/stat : 22528 (clasp) R 22526 22526 20430 0 -1 4202496 25256 0 0 0 106218 5 0 0 25 0 1 0 515237889 118673408 24948 33554432000 4194304 4785740 140735560551760 18446744073709551615 4297344 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22528/statm: 28973 24948 341 145 0 26018 0
[pid=22529] ppid=22526 vsize=458892 CPUtime=528.73 cores=6
/proc/22529/stat : 22529 (TNM) R 22526 22526 20430 0 -1 4202496 1275 0 0 0 52873 0 0 0 25 0 1 0 515237889 469905408 1172 33554432000 134512640 134534564 4290419296 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22529/statm: 114723 1172 95 6 0 113389 0
[pid=22530] ppid=22526 vsize=16400 CPUtime=1062.31 cores=2
/proc/22530/stat : 22530 (lingeling) R 22526 22526 20430 0 -1 4202496 27193 0 0 0 106227 4 0 0 25 0 1 0 515237889 16793600 3294 33554432000 4194304 4352236 140734870033936 18446744073709551615 4294498 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22530/statm: 4100 3294 127 39 0 3180 0
[pid=22531] ppid=22526 vsize=147128 CPUtime=527.83 cores=6
/proc/22531/stat : 22531 (march_hi) R 22526 22526 20430 0 -1 4202496 27389 0 0 0 52774 9 0 0 25 0 1 0 515237889 150659072 24853 33554432000 4194304 4331988 140736679049968 18446744073709551615 4228339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22531/statm: 36782 24853 175 34 0 35224 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 2688480

[startup+1122.3 s]
/proc/loadavg: 5.99 8.66 9.20 6/177 22579
/proc/meminfo: memFree=18022808/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1938948 CPUtime=1122.34 cores=0
/proc/22527/stat : 22527 (cryptominisat) R 22526 22526 20430 0 -1 4202496 547064 0 0 0 112056 178 0 0 25 0 1 0 515237889 1985482752 15993 33554432000 4194304 4587354 140737182777744 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22527/statm: 484737 15993 337 96 0 481299 0
[pid=22528] ppid=22526 vsize=117504 CPUtime=1122.23 cores=4
/proc/22528/stat : 22528 (clasp) R 22526 22526 20430 0 -1 4202496 25598 0 0 0 112218 5 0 0 25 0 1 0 515237889 120324096 25290 33554432000 4194304 4785740 140735560551760 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22528/statm: 29376 25290 341 145 0 26421 0
[pid=22529] ppid=22526 vsize=458892 CPUtime=558.55 cores=6
/proc/22529/stat : 22529 (TNM) R 22526 22526 20430 0 -1 4202496 1275 0 0 0 55855 0 0 0 25 0 1 0 515237889 469905408 1172 33554432000 134512640 134534564 4290419296 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22529/statm: 114723 1172 95 6 0 113389 0
[pid=22530] ppid=22526 vsize=21636 CPUtime=1122.31 cores=2
/proc/22530/stat : 22530 (lingeling) R 22526 22526 20430 0 -1 4202496 28570 0 0 0 112227 4 0 0 25 0 1 0 515237889 22155264 4603 33554432000 4194304 4352236 140734870033936 18446744073709551615 4328042 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22530/statm: 5409 4603 127 39 0 4489 0
[pid=22531] ppid=22526 vsize=148464 CPUtime=557.69 cores=6
/proc/22531/stat : 22531 (march_hi) R 22526 22526 20430 0 -1 4202496 28651 0 0 0 55760 9 0 0 25 0 1 0 515237889 152027136 26115 33554432000 4194304 4331988 140736679049968 18446744073709551615 4299219 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22531/statm: 37116 26115 175 34 0 35558 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 2703768

[startup+1182.3 s]
/proc/loadavg: 5.36 7.99 8.93 6/177 22581
/proc/meminfo: memFree=18025996/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1938948 CPUtime=1182.35 cores=0
/proc/22527/stat : 22527 (cryptominisat) R 22526 22526 20430 0 -1 4202496 563585 0 0 0 118049 186 0 0 25 0 1 0 515237889 1985482752 13341 33554432000 4194304 4587354 140737182777744 18446744073709551615 254500388539 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22527/statm: 484737 13341 337 96 0 481299 0
[pid=22528] ppid=22526 vsize=119628 CPUtime=1182.23 cores=4
/proc/22528/stat : 22528 (clasp) R 22526 22526 20430 0 -1 4202496 26056 0 0 0 118218 5 0 0 25 0 1 0 515237889 122499072 25748 33554432000 4194304 4785740 140735560551760 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22528/statm: 29907 25748 341 145 0 26952 0
[pid=22529] ppid=22526 vsize=458892 CPUtime=588.42 cores=6
/proc/22529/stat : 22529 (TNM) R 22526 22526 20430 0 -1 4202496 1275 0 0 0 58842 0 0 0 25 0 1 0 515237889 469905408 1172 33554432000 134512640 134534564 4290419296 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22529/statm: 114723 1172 95 6 0 113389 0
[pid=22530] ppid=22526 vsize=21380 CPUtime=1182.31 cores=2
/proc/22530/stat : 22530 (lingeling) R 22526 22526 20430 0 -1 4202496 29786 0 0 0 118227 4 0 0 25 0 1 0 515237889 21893120 4539 33554432000 4194304 4352236 140734870033936 18446744073709551615 4207584 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22530/statm: 5345 4539 127 39 0 4425 0
[pid=22531] ppid=22526 vsize=148464 CPUtime=587.51 cores=6
/proc/22531/stat : 22531 (march_hi) R 22526 22526 20430 0 -1 4202496 29908 0 0 0 58742 9 0 0 25 0 1 0 515237889 152027136 27372 33554432000 4194304 4331988 140736679049968 18446744073709551615 4265328 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22531/statm: 37116 27372 175 34 0 35558 0
Current children cumulated CPU time (s) 4722.82
Current children cumulated vsize (KiB) 2705636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.33 7.81 8.85 6/177 22581
/proc/meminfo: memFree=18001924/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1938948 CPUtime=1201.75 cores=0
/proc/22527/stat : 22527 (cryptominisat) R 22526 22526 20430 0 -1 4202496 569101 0 0 0 119985 190 0 0 25 0 1 0 515237889 1985482752 18809 33554432000 4194304 4587354 140737182777744 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22527/statm: 484737 18809 337 96 0 481299 0
[pid=22528] ppid=22526 vsize=119628 CPUtime=1201.63 cores=4
/proc/22528/stat : 22528 (clasp) R 22526 22526 20430 0 -1 4202496 26083 0 0 0 120158 5 0 0 25 0 1 0 515237889 122499072 25775 33554432000 4194304 4785740 140735560551760 18446744073709551615 4287250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22528/statm: 29907 25775 341 145 0 26952 0
[pid=22529] ppid=22526 vsize=458892 CPUtime=598.05 cores=6
/proc/22529/stat : 22529 (TNM) R 22526 22526 20430 0 -1 4202496 1275 0 0 0 59805 0 0 0 25 0 1 0 515237889 469905408 1172 33554432000 134512640 134534564 4290419296 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22529/statm: 114723 1172 95 6 0 113389 0
[pid=22530] ppid=22526 vsize=21604 CPUtime=1201.72 cores=2
/proc/22530/stat : 22530 (lingeling) R 22526 22526 20430 0 -1 4202496 29850 0 0 0 120168 4 0 0 25 0 1 0 515237889 22122496 4595 33554432000 4194304 4352236 140734870033936 18446744073709551615 4329066 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22530/statm: 5401 4595 127 39 0 4481 0
[pid=22531] ppid=22526 vsize=148464 CPUtime=597.19 cores=6
/proc/22531/stat : 22531 (march_hi) R 22526 22526 20430 0 -1 4202496 30312 0 0 0 59709 10 0 0 25 0 1 0 515237889 152027136 27776 33554432000 4194304 4331988 140736679049968 18446744073709551615 4299257 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22531/statm: 37116 27776 175 34 0 35558 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 2705860

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

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

[startup+1201.7 s]
/proc/loadavg: 5.33 7.81 8.85 6/177 22581
/proc/meminfo: memFree=18001924/32950928 swapFree=67111528/67111528
[pid=22526] ppid=22524 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/22526/stat : 22526 (ppfolio) S 22524 22526 20430 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515237889 18763776 389 33554432000 4194304 4287625 140733666193232 18446744073709551615 254500711951 0 0 4096 65536 7320373049922945023 0 0 17 4 0 0 0
/proc/22526/statm: 4581 389 341 23 0 91 0
[pid=22527] ppid=22526 vsize=1938948 CPUtime=1201.75 cores=0
/proc/22527/stat : 22527 (cryptominisat) R 22526 22526 20430 0 -1 4202496 569101 0 0 0 119985 190 0 0 25 0 1 0 515237889 1985482752 18809 33554432000 4194304 4587354 140737182777744 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22527/statm: 484737 18809 337 96 0 481299 0
[pid=22528] ppid=22526 vsize=119628 CPUtime=1201.63 cores=4
/proc/22528/stat : 22528 (clasp) R 22526 22526 20430 0 -1 4202496 26083 0 0 0 120158 5 0 0 25 0 1 0 515237889 122499072 25775 33554432000 4194304 4785740 140735560551760 18446744073709551615 4287250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22528/statm: 29907 25775 341 145 0 26952 0
[pid=22529] ppid=22526 vsize=458892 CPUtime=598.05 cores=6
/proc/22529/stat : 22529 (TNM) R 22526 22526 20430 0 -1 4202496 1275 0 0 0 59805 0 0 0 25 0 1 0 515237889 469905408 1172 33554432000 134512640 134534564 4290419296 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22529/statm: 114723 1172 95 6 0 113389 0
[pid=22530] ppid=22526 vsize=21604 CPUtime=1201.72 cores=2
/proc/22530/stat : 22530 (lingeling) R 22526 22526 20430 0 -1 4202496 29850 0 0 0 120168 4 0 0 25 0 1 0 515237889 22122496 4595 33554432000 4194304 4352236 140734870033936 18446744073709551615 4329066 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/22530/statm: 5401 4595 127 39 0 4481 0
[pid=22531] ppid=22526 vsize=148464 CPUtime=597.19 cores=6
/proc/22531/stat : 22531 (march_hi) R 22526 22526 20430 0 -1 4202496 30312 0 0 0 59709 10 0 0 25 0 1 0 515237889 152027136 27776 33554432000 4194304 4331988 140736679049968 18446744073709551615 4299257 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22531/statm: 37116 27776 175 34 0 35558 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 2705860

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22526 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=684316
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=51992
# CPU time returned by wait4() is 1201.74
# while last known CPU time is 4800.34
#
# 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.34
CPU user time (s): 4798.25
CPU system time (s): 2.09
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 4582548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1201.68
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30372
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= 399
involuntary context switches= 3532

runsolver used 1.86472 second user time and 4.64929 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 02:20:12
IDJOB=3190803
IDBENCH=82534
IDSOLVER=1612
FILE ID=node149/3190803-1304036412
RUNJOBID= node149-1304035109-22324
PBS_JOBID= 13170303
Free space on /tmp= 71920 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S541740666-063-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190803-1304036412/watcher-3190803-1304036412 -o /tmp/evaluation-result-3190803-1304036412/solver-3190803-1304036412 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190803-1304036412.cnf

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

MD5SUM BENCH= 2961485b9da323860183d34cbf19e164
RANDOM SEED=1803414671

node149.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.806
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.61
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.806
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.806
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.806
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.73
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.806
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18218344 kB
Buffers:       2218784 kB
Cached:       11815508 kB
SwapCached:          0 kB
Active:        5987932 kB
Inactive:      8196428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18218344 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10508 kB
Writeback:           0 kB
AnonPages:      148616 kB
Mapped:          16708 kB
Slab:           484176 kB
PageTables:       5352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1460432 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= 71924 MiB
End job on node149 at 2011-04-29 02:40:16