Trace number 3190781

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? (MO) 3248 813.118

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S3662714-068-UNKNOWN.cnf
MD5SUM48e79d2b0d6ab8da0627cd3c9f41a435
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark46.079
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
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 515000
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-3190781-1304035994/watcher-3190781-1304035994 -o /tmp/evaluation-result-3190781-1304035994/solver-3190781-1304035994 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190781-1304035994.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.11 10.11 9.50 6/182 25718
/proc/meminfo: memFree=15985252/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 2826088513535 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0

[startup+0.268111 s]
/proc/loadavg: 10.11 10.11 9.50 6/182 25718
/proc/meminfo: memFree=15985252/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301105 s]
/proc/loadavg: 10.11 10.11 9.50 6/182 25718
/proc/meminfo: memFree=15985252/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.401091 s]
/proc/loadavg: 10.11 10.11 9.50 6/182 25718
/proc/meminfo: memFree=15985252/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701037 s]
/proc/loadavg: 10.11 10.11 9.50 6/182 25718
/proc/meminfo: memFree=15985252/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5009 s]
/proc/loadavg: 10.11 10.11 9.50 12/188 25724
/proc/meminfo: memFree=15958084/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=1796184 CPUtime=1.48 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 5269 0 0 0 148 0 0 0 25 0 1 0 515198227 1839292416 2129 33554432000 4194304 4587354 140734595283376 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 449046 2129 328 96 0 445608 0
[pid=25720] ppid=25718 vsize=19368 CPUtime=1.48 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 2319 0 0 0 148 0 0 0 25 0 1 0 515198228 19832832 2175 33554432000 4194304 4785740 140734165264144 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 4842 2175 340 145 0 1887 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=0.77 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 77 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=5868 CPUtime=1.49 cores=3
/proc/25722/stat : 25722 (lingeling) R 25718 25718 24860 0 -1 4202496 849 0 0 0 149 0 0 0 25 0 1 0 515198228 6008832 645 33554432000 4194304 4352236 140736729294672 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25722/statm: 1467 645 127 39 0 547 0
[pid=25723] ppid=25718 vsize=11112 CPUtime=0.7 cores=7
/proc/25723/stat : 25723 (march_hi) R 25718 25718 24860 0 -1 4202496 3128 0 0 0 70 0 0 0 25 0 1 0 515198228 11378688 1009 33554432000 4194304 4331988 140735958641600 18446744073709551615 4228249 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25723/statm: 2778 1009 174 34 0 1220 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 2308932

[startup+3.10061 s]
/proc/loadavg: 10.11 10.11 9.50 12/188 25724
/proc/meminfo: memFree=15955356/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=1820524 CPUtime=3.09 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 12229 0 0 0 307 2 0 0 25 0 1 0 515198227 1864216576 7673 33554432000 4194304 4587354 140734595283376 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 455131 7673 338 96 0 451693 0
[pid=25720] ppid=25718 vsize=20992 CPUtime=3.08 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 2734 0 0 0 308 0 0 0 25 0 1 0 515198228 21495808 2590 33554432000 4194304 4785740 140734165264144 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 5248 2590 340 145 0 2293 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=1.56 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 156 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=6316 CPUtime=3.09 cores=3
/proc/25722/stat : 25722 (lingeling) R 25718 25718 24860 0 -1 4202496 977 0 0 0 309 0 0 0 25 0 1 0 515198228 6467584 773 33554432000 4194304 4352236 140736729294672 18446744073709551615 4329004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25722/statm: 1579 773 127 39 0 659 0
[pid=25723] ppid=25718 vsize=11516 CPUtime=1.5 cores=7
/proc/25723/stat : 25723 (march_hi) R 25718 25718 24860 0 -1 4202496 3146 0 0 0 150 0 0 0 25 0 1 0 515198228 11792384 1027 33554432000 4194304 4331988 140735958641600 18446744073709551615 4228278 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25723/statm: 2879 1027 174 34 0 1321 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 2335748

[startup+6.30104 s]
/proc/loadavg: 10.18 10.13 9.51 11/188 25724
/proc/meminfo: memFree=15925380/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=1809452 CPUtime=6.29 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 12764 0 0 0 627 2 0 0 25 0 1 0 515198227 1852878848 6656 33554432000 4194304 4587354 140734595283376 18446744073709551615 4238591 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 452363 6656 338 96 0 448925 0
[pid=25720] ppid=25718 vsize=23648 CPUtime=6.28 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 3382 0 0 0 628 0 0 0 25 0 1 0 515198228 24215552 3238 33554432000 4194304 4785740 140734165264144 18446744073709551615 268272386658 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 5912 3238 340 145 0 2957 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=3.15 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 315 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=7724 CPUtime=6.29 cores=3
/proc/25722/stat : 25722 (lingeling) R 25718 25718 24860 0 -1 4202496 1525 0 0 0 629 0 0 0 25 0 1 0 515198228 7909376 1125 33554432000 4194304 4352236 140736729294672 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25722/statm: 1931 1125 127 39 0 1011 0
[pid=25723] ppid=25718 vsize=12200 CPUtime=3.1 cores=7
/proc/25723/stat : 25723 (march_hi) R 25718 25718 24860 0 -1 4202496 3346 0 0 0 310 0 0 0 25 0 1 0 515198228 12492800 1227 33554432000 4194304 4331988 140735958641600 18446744073709551615 4240032 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25723/statm: 3050 1227 174 34 0 1492 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2329424

[startup+12.7009 s]
/proc/loadavg: 10.16 10.12 9.51 11/188 25724
/proc/meminfo: memFree=15903804/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=1830072 CPUtime=12.68 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 18142 0 0 0 1265 3 0 0 25 0 1 0 515198227 1873993728 12012 33554432000 4194304 4587354 140734595283376 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 457518 12012 338 96 0 454080 0
[pid=25720] ppid=25718 vsize=26616 CPUtime=12.69 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 4102 0 0 0 1268 1 0 0 25 0 1 0 515198228 27254784 3958 33554432000 4194304 4785740 140734165264144 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 6654 3958 340 145 0 3699 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=6.34 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 634 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=7984 CPUtime=12.69 cores=3
/proc/25722/stat : 25722 (lingeling) R 25718 25718 24860 0 -1 4202496 2262 0 0 0 1269 0 0 0 25 0 1 0 515198228 8175616 1190 33554432000 4194304 4352236 140736729294672 18446744073709551615 4328191 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25722/statm: 1996 1190 127 39 0 1076 0
[pid=25723] ppid=25718 vsize=13052 CPUtime=6.27 cores=7
/proc/25723/stat : 25723 (march_hi) R 25718 25718 24860 0 -1 4202496 3514 0 0 0 627 0 0 0 25 0 1 0 515198228 13365248 1395 33554432000 4194304 4331988 140735958641600 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25723/statm: 3263 1395 175 34 0 1705 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 2354124

[startup+25.5066 s]
/proc/loadavg: 10.27 10.15 9.53 12/188 25725
/proc/meminfo: memFree=15876356/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=1843388 CPUtime=25.49 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 29603 0 0 0 2544 5 0 0 25 0 1 0 515198227 1887629312 15714 33554432000 4194304 4587354 140734595283376 18446744073709551615 4388252 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 460847 15714 338 96 0 457409 0
[pid=25720] ppid=25718 vsize=30928 CPUtime=25.49 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 5158 0 0 0 2548 1 0 0 25 0 1 0 515198228 31670272 5014 33554432000 4194304 4785740 140734165264144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 7732 5014 340 145 0 4777 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=12.74 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 1274 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=8112 CPUtime=25.49 cores=3
/proc/25722/stat : 25722 (lingeling) R 25718 25718 24860 0 -1 4202496 2582 0 0 0 2549 0 0 0 25 0 1 0 515198228 8306688 1222 33554432000 4194304 4352236 140736729294672 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25722/statm: 2028 1222 127 39 0 1108 0
[pid=25723] ppid=25718 vsize=14968 CPUtime=12.61 cores=7
/proc/25723/stat : 25723 (march_hi) R 25718 25718 24860 0 -1 4202496 3852 0 0 0 1260 1 0 0 25 0 1 0 515198228 15327232 1733 33554432000 4194304 4331988 140735958641600 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25723/statm: 3742 1733 175 34 0 2184 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 2373796

[startup+51.1011 s]
/proc/loadavg: 10.18 10.14 9.54 12/188 25725
/proc/meminfo: memFree=15849428/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=1856272 CPUtime=51.08 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 42833 0 0 0 5101 7 0 0 25 0 1 0 515198227 1900822528 17949 33554432000 4194304 4587354 140734595283376 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 464068 17949 338 96 0 460630 0
[pid=25720] ppid=25718 vsize=37296 CPUtime=51.08 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 6670 0 0 0 5107 1 0 0 25 0 1 0 515198228 38191104 6526 33554432000 4194304 4785740 140734165264144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 9324 6526 340 145 0 6369 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=25.44 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 2544 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=9968 CPUtime=51.09 cores=3

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

/proc/25723/statm: 17874 13924 175 34 0 16316 0
Current children cumulated CPU time (s) 2086.32
Current children cumulated vsize (KiB) 2473976

[startup+582.301 s]
/proc/loadavg: 10.30 10.21 9.82 7/180 25775
/proc/meminfo: memFree=15896180/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=1818076 CPUtime=582.29 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 263181 0 0 0 58144 85 0 0 25 0 1 0 515198227 1861709824 12853 33554432000 4194304 4587354 140734595283376 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 454519 12853 338 96 0 451081 0
[pid=25720] ppid=25718 vsize=81648 CPUtime=582.28 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 16858 0 0 0 58224 4 0 0 25 0 1 0 515198228 83607552 16693 33554432000 4194304 4785740 140734165264144 18446744073709551615 4287168 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 20412 16693 341 145 0 17457 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=289.7 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 28970 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=16376 CPUtime=582.3 cores=3
/proc/25722/stat : 25722 (lingeling) R 25718 25718 24860 0 -1 4202496 20264 0 0 0 58228 2 0 0 25 0 1 0 515198228 16769024 3288 33554432000 4194304 4352236 140736729294672 18446744073709551615 4329149 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25722/statm: 4094 3288 127 39 0 3174 0
[pid=25723] ppid=25718 vsize=71496 CPUtime=289.43 cores=7
/proc/25723/stat : 25723 (march_hi) R 25718 25718 24860 0 -1 4202496 17610 0 0 0 28935 8 0 0 25 0 1 0 515198228 73211904 15491 33554432000 4194304 4331988 140735958641600 18446744073709551615 4210368 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25723/statm: 17874 15491 175 34 0 16316 0
Current children cumulated CPU time (s) 2326
Current children cumulated vsize (KiB) 2463996

[startup+642.301 s]
/proc/loadavg: 7.09 9.29 9.53 6/177 25790
/proc/meminfo: memFree=15900060/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=1816576 CPUtime=642.29 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 286613 0 0 0 64132 97 0 0 25 0 1 0 515198227 1860173824 13236 33554432000 4194304 4587354 140734595283376 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 454144 13236 338 96 0 450706 0
[pid=25720] ppid=25718 vsize=83828 CPUtime=642.29 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 17321 0 0 0 64224 5 0 0 25 0 1 0 515198228 85839872 17156 33554432000 4194304 4785740 140734165264144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 20957 17156 341 145 0 18002 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=319.54 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 31954 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134530667 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=16636 CPUtime=642.3 cores=3
/proc/25722/stat : 25722 (lingeling) R 25718 25718 24860 0 -1 4202496 21033 0 0 0 64228 2 0 0 25 0 1 0 515198228 17035264 3353 33554432000 4194304 4352236 140736729294672 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25722/statm: 4159 3353 127 39 0 3239 0
[pid=25723] ppid=25718 vsize=100964 CPUtime=319.26 cores=7
/proc/25723/stat : 25723 (march_hi) R 25718 25718 24860 0 -1 4202496 19167 0 0 0 31917 9 0 0 25 0 1 0 515198228 103387136 17048 33554432000 4194304 4331988 140735958641600 18446744073709551615 4226274 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25723/statm: 25241 17048 175 34 0 23683 0
Current children cumulated CPU time (s) 2565.68
Current children cumulated vsize (KiB) 2494404

[startup+702.301 s]
/proc/loadavg: 5.83 8.52 9.25 6/177 25792
/proc/meminfo: memFree=15894708/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=1815508 CPUtime=702.29 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 309559 0 0 0 70119 110 0 0 25 0 1 0 515198227 1859080192 12127 33554432000 4194304 4587354 140734595283376 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 453877 12127 338 96 0 450439 0
[pid=25720] ppid=25718 vsize=89716 CPUtime=702.29 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 18766 0 0 0 70224 5 0 0 25 0 1 0 515198228 91869184 18479 33554432000 4194304 4785740 140734165264144 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 22429 18479 341 145 0 19474 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=349.39 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 34939 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=13948 CPUtime=702.3 cores=3
/proc/25722/stat : 25722 (lingeling) R 25718 25718 24860 0 -1 4202496 21865 0 0 0 70228 2 0 0 25 0 1 0 515198228 14282752 2681 33554432000 4194304 4352236 140736729294672 18446744073709551615 4278667 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25722/statm: 3487 2681 127 39 0 2567 0
[pid=25723] ppid=25718 vsize=100964 CPUtime=349.08 cores=7
/proc/25723/stat : 25723 (march_hi) R 25718 25718 24860 0 -1 4202496 20709 0 0 0 34899 9 0 0 25 0 1 0 515198228 103387136 18590 33554432000 4194304 4331988 140735958641600 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25723/statm: 25241 18590 175 34 0 23683 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 2496536

[startup+762.301 s]
/proc/loadavg: 5.43 7.91 8.99 6/177 25793
/proc/meminfo: memFree=15899152/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=7814536 CPUtime=762.3 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 331701 0 0 0 76108 122 0 0 25 0 1 0 515198227 8002084864 9197 33554432000 4194304 4587354 140734595283376 18446744073709551615 4238643 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 1953634 9197 338 96 0 1950196 0
[pid=25720] ppid=25718 vsize=92448 CPUtime=762.28 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 19336 0 0 0 76223 5 0 0 25 0 1 0 515198228 94666752 19049 33554432000 4194304 4785740 140734165264144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 23112 19049 341 145 0 20157 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=379.2 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 37920 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134530806 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=14312 CPUtime=762.3 cores=3
/proc/25722/stat : 25722 (lingeling) R 25718 25718 24860 0 -1 4202496 22730 0 0 0 76228 2 0 0 25 0 1 0 515198228 14655488 2772 33554432000 4194304 4352236 140736729294672 18446744073709551615 4329081 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25722/statm: 3578 2772 127 39 0 2658 0
[pid=25723] ppid=25718 vsize=102004 CPUtime=378.94 cores=7
/proc/25723/stat : 25723 (march_hi) R 25718 25718 24860 0 -1 4202496 22233 0 0 0 37884 10 0 0 25 0 1 0 515198228 104452096 20114 33554432000 4194304 4331988 140735958641600 18446744073709551615 4237426 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25723/statm: 25501 20114 175 34 0 23943 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 8499700



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+813.106 s]
/proc/loadavg: 5.32 7.49 8.79 7/177 25795
/proc/meminfo: memFree=15896028/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=7814684 CPUtime=813.11 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 355162 0 0 0 81178 133 0 0 25 0 1 0 515198227 8002236416 6977 33554432000 4194304 4587354 140734595283376 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 1953671 6977 338 96 0 1950233 0
[pid=25720] ppid=25718 vsize=95040 CPUtime=813.1 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 19893 0 0 0 81305 5 0 0 25 0 1 0 515198228 97320960 19606 33554432000 4194304 4785740 140734165264144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 23760 19606 341 145 0 20805 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=404.48 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 40448 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=17384 CPUtime=813.12 cores=3
/proc/25722/stat : 25722 (lingeling) R 25718 25718 24860 0 -1 4202496 23498 0 0 0 81310 2 0 0 25 0 1 0 515198228 17801216 3540 33554432000 4194304 4352236 140736729294672 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25722/statm: 4346 3540 127 39 0 3426 0
[pid=25723] ppid=25718 vsize=102004 CPUtime=404.19 cores=7
/proc/25723/stat : 25723 (march_hi) R 25718 25718 24860 0 -1 4202496 23492 0 0 0 40408 11 0 0 25 0 1 0 515198228 104452096 21373 33554432000 4194304 4331988 140735958641600 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25723/statm: 25501 21373 175 34 0 23943 0
Current children cumulated CPU time (s) 3248
Current children cumulated vsize (KiB) 8505512

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

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

[startup+813.106 s]
/proc/loadavg: 5.32 7.49 8.79 7/177 25795
/proc/meminfo: memFree=15896028/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (ppfolio) S 25716 25718 24860 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 515198227 18763776 389 33554432000 4194304 4287625 140735206644400 18446744073709551615 268272709135 0 0 4096 65536 15038125953064632319 0 0 17 1 0 0 0
/proc/25718/statm: 4581 389 341 23 0 91 0
[pid=25719] ppid=25718 vsize=7814684 CPUtime=813.11 cores=1
/proc/25719/stat : 25719 (cryptominisat) R 25718 25718 24860 0 -1 4202496 355162 0 0 0 81178 133 0 0 25 0 1 0 515198227 8002236416 6977 33554432000 4194304 4587354 140734595283376 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25719/statm: 1953671 6977 338 96 0 1950233 0
[pid=25720] ppid=25718 vsize=95040 CPUtime=813.1 cores=5
/proc/25720/stat : 25720 (clasp) R 25718 25718 24860 0 -1 4202496 19893 0 0 0 81305 5 0 0 25 0 1 0 515198228 97320960 19606 33554432000 4194304 4785740 140734165264144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25720/statm: 23760 19606 341 145 0 20805 0
[pid=25721] ppid=25718 vsize=458076 CPUtime=404.48 cores=7
/proc/25721/stat : 25721 (TNM) R 25718 25718 24860 0 -1 4202496 1005 0 0 0 40448 0 0 0 25 0 1 0 515198228 469069824 902 33554432000 134512640 134534564 4291807104 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25721/statm: 114519 902 95 6 0 113185 0
[pid=25722] ppid=25718 vsize=17384 CPUtime=813.12 cores=3
/proc/25722/stat : 25722 (lingeling) R 25718 25718 24860 0 -1 4202496 23498 0 0 0 81310 2 0 0 25 0 1 0 515198228 17801216 3540 33554432000 4194304 4352236 140736729294672 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25722/statm: 4346 3540 127 39 0 3426 0
[pid=25723] ppid=25718 vsize=102004 CPUtime=404.19 cores=7
/proc/25723/stat : 25723 (march_hi) R 25718 25718 24860 0 -1 4202496 23492 0 0 0 40408 11 0 0 25 0 1 0 515198228 104452096 21373 33554432000 4194304 4331988 140735958641600 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25723/statm: 25501 21373 175 34 0 23943 0
Current children cumulated CPU time (s) 3248
Current children cumulated vsize (KiB) 8505512

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25718 and gives
#  childrusage.ru_utime.tv_sec=2437
#  childrusage.ru_utime.tv_usec=942376
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=433782
# CPU time returned by wait4() is 2439.38
# while last known CPU time is 3248
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 813.118
CPU time (s): 3248
CPU user time (s): 3246.49
CPU system time (s): 1.51
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 16268756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2437.94
system time used= 1.43378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 399088
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= 473
involuntary context switches= 4736

runsolver used 1.21081 second user time and 3.23251 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 02:13:14
IDJOB=3190781
IDBENCH=82512
IDSOLVER=1612
FILE ID=node122/3190781-1304035994
RUNJOBID= node122-1304034417-25446
PBS_JOBID= 13170330
Free space on /tmp= 71656 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v750-c15000-S3662714-068-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190781-1304035994/watcher-3190781-1304035994 -o /tmp/evaluation-result-3190781-1304035994/solver-3190781-1304035994 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190781-1304035994.cnf

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

MD5SUM BENCH= 48e79d2b0d6ab8da0627cd3c9f41a435
RANDOM SEED=1234277021

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15985532 kB
Buffers:       1731264 kB
Cached:       14497560 kB
SwapCached:          0 kB
Active:        5407340 kB
Inactive:     10994296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15985532 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10520 kB
Writeback:           0 kB
AnonPages:      172716 kB
Mapped:          17128 kB
Slab:           501064 kB
PageTables:       4940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1923576 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= 71656 MiB
End job on node122 at 2011-04-29 02:26:49