Trace number 3249983

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

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-14-14-unsat.cnf
MD5SUM78a2cc7b74fc3d9947709f16156cc565
Bench CategoryCRAFTED (crafted 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 variables196
Number of clauses1470
Sum of the clauses size5292
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21274
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5196

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-3249983-1304085183/watcher-3249983-1304085183 -o /tmp/evaluation-result-3249983-1304085183/solver-3249983-1304085183 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3249983-1304085183.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.22 9.71 9.37 6/182 1965
/proc/meminfo: memFree=20228432/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 598749002 18763776 389 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 2826088480821 0 0 17 4 0 0 0
/proc/1965/statm: 4581 389 341 23 0 91 0

[startup+0.469884 s]
/proc/loadavg: 9.22 9.71 9.37 6/182 1965
/proc/meminfo: memFree=20228432/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 598749002 18763776 389 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 827369722373734399 0 0 17 4 0 0 0
/proc/1965/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500877 s]
/proc/loadavg: 9.22 9.71 9.37 6/182 1965
/proc/meminfo: memFree=20228432/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 598749002 18763776 389 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 827369722373734399 0 0 17 4 0 0 0
/proc/1965/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600858 s]
/proc/loadavg: 9.22 9.71 9.37 6/182 1965
/proc/meminfo: memFree=20228432/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 598749002 18763776 389 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 827369722373734399 0 0 17 4 0 0 0
/proc/1965/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700841 s]
/proc/loadavg: 9.22 9.71 9.37 6/182 1965
/proc/meminfo: memFree=20228432/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 598749002 18763776 389 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 827369722373734399 0 0 17 4 0 0 0
/proc/1965/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50669 s]
/proc/loadavg: 9.22 9.71 9.37 11/188 1971
/proc/meminfo: memFree=20206324/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598749002 18763776 389 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 827369722373734399 0 0 17 4 0 0 0
/proc/1965/statm: 4581 389 341 23 0 91 0
[pid=1966] ppid=1965 vsize=659080 CPUtime=1.5 cores=0
/proc/1966/stat : 1966 (cryptominisat) R 1965 1965 567 0 -1 4202496 5984 0 0 0 149 1 0 0 20 0 1 0 598749003 674897920 3972 33554432000 4194304 4587354 140733737707312 18446744073709551615 4357642 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1966/statm: 164770 3972 337 96 0 161332 0
[pid=1967] ppid=1965 vsize=13892 CPUtime=1.5 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 945 0 0 0 150 0 0 0 25 0 1 0 598749003 14225408 836 33554432000 4194304 4785740 140736639094208 18446744073709551615 4552608 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 3473 836 340 145 0 518 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=0.87 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 87 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 10001412 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=7368 CPUtime=1.5 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 1397 0 0 0 150 0 0 0 25 0 1 0 598749003 7544832 1036 33554432000 4194304 4352236 140735306449744 18446744073709551615 4328151 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 1842 1036 127 39 0 922 0
[pid=1970] ppid=1965 vsize=7180 CPUtime=0.61 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 439 0 0 0 61 0 0 0 25 0 1 0 598749003 7352320 332 33554432000 4194304 4331988 140733963273072 18446744073709551615 4246552 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 1795 332 174 34 0 237 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 1161688

[startup+3.10039 s]
/proc/loadavg: 9.28 9.71 9.37 11/188 1971
/proc/meminfo: memFree=20186360/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598749002 18763776 389 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 827369722373734399 0 0 17 4 0 0 0
/proc/1965/statm: 4581 389 341 23 0 91 0
[pid=1966] ppid=1965 vsize=659412 CPUtime=3.09 cores=0
/proc/1966/stat : 1966 (cryptominisat) R 1965 1965 567 0 -1 4202496 6894 0 0 0 308 1 0 0 25 0 1 0 598749003 675237888 4103 33554432000 4194304 4587354 140733737707312 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1966/statm: 164853 4103 337 96 0 161415 0
[pid=1967] ppid=1965 vsize=14576 CPUtime=3.09 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 1101 0 0 0 309 0 0 0 25 0 1 0 598749003 14925824 992 33554432000 4194304 4785740 140736639094208 18446744073709551615 4550298 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 3644 992 340 145 0 689 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=1.66 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 166 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=7888 CPUtime=3.09 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 1687 0 0 0 309 0 0 0 25 0 1 0 598749003 8077312 1166 33554432000 4194304 4352236 140735306449744 18446744073709551615 4231340 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 1972 1166 127 39 0 1052 0
[pid=1970] ppid=1965 vsize=7636 CPUtime=1.41 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 555 0 0 0 141 0 0 0 25 0 1 0 598749003 7819264 448 33554432000 4194304 4331988 140733963273072 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 1909 448 175 34 0 351 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1163680

[startup+6.30079 s]
/proc/loadavg: 9.28 9.71 9.37 11/188 1971
/proc/meminfo: memFree=20173456/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598749002 18763776 389 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 827369722373734399 0 0 17 4 0 0 0
/proc/1965/statm: 4581 389 341 23 0 91 0
[pid=1966] ppid=1965 vsize=657048 CPUtime=6.29 cores=0
/proc/1966/stat : 1966 (cryptominisat) R 1965 1965 567 0 -1 4202496 9881 0 0 0 627 2 0 0 25 0 1 0 598749003 672817152 5328 33554432000 4194304 4587354 140733737707312 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1966/statm: 164262 5328 337 96 0 160824 0
[pid=1967] ppid=1965 vsize=15380 CPUtime=6.29 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 1315 0 0 0 629 0 0 0 25 0 1 0 598749003 15749120 1206 33554432000 4194304 4785740 140736639094208 18446744073709551615 4277565 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 3845 1206 340 145 0 890 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=3.24 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 324 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=11220 CPUtime=6.28 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 2808 0 0 0 628 0 0 0 25 0 1 0 598749003 11489280 1999 33554432000 4194304 4352236 140735306449744 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 2805 1999 127 39 0 1885 0
[pid=1970] ppid=1965 vsize=8204 CPUtime=3 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 688 0 0 0 300 0 0 0 25 0 1 0 598749003 8400896 581 33554432000 4194304 4331988 140733963273072 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 2051 581 175 34 0 493 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1166020

[startup+12.7006 s]
/proc/loadavg: 9.39 9.72 9.38 11/188 1972
/proc/meminfo: memFree=20169752/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598749002 18763776 389 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 827369722373734399 0 0 17 4 0 0 0
/proc/1965/statm: 4581 389 341 23 0 91 0
[pid=1966] ppid=1965 vsize=667492 CPUtime=12.68 cores=0
/proc/1966/stat : 1966 (cryptominisat) R 1965 1965 567 0 -1 4202496 14335 0 0 0 1266 2 0 0 25 0 1 0 598749003 683511808 6224 33554432000 4194304 4587354 140733737707312 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1966/statm: 166873 6224 337 96 0 163435 0
[pid=1967] ppid=1965 vsize=16648 CPUtime=12.69 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 1611 0 0 0 1269 0 0 0 25 0 1 0 598749003 17047552 1502 33554432000 4194304 4785740 140736639094208 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 4162 1502 340 145 0 1207 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=6.44 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 644 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=11900 CPUtime=12.68 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 3417 0 0 0 1268 0 0 0 25 0 1 0 598749003 12185600 2169 33554432000 4194304 4352236 140735306449744 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 2975 2169 127 39 0 2055 0
[pid=1970] ppid=1965 vsize=9480 CPUtime=6.17 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 967 0 0 0 617 0 0 0 25 0 1 0 598749003 9707520 860 33554432000 4194304 4331988 140733963273072 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 2370 860 175 34 0 812 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1179688

[startup+25.5012 s]
/proc/loadavg: 9.48 9.73 9.38 11/188 1972
/proc/meminfo: memFree=20152144/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598749002 18763776 389 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 827369722373734399 0 0 17 4 0 0 0
/proc/1965/statm: 4581 389 341 23 0 91 0
[pid=1966] ppid=1965 vsize=674956 CPUtime=25.49 cores=0
/proc/1966/stat : 1966 (cryptominisat) R 1965 1965 567 0 -1 4202496 21384 0 0 0 2545 4 0 0 25 0 1 0 598749003 691154944 7355 33554432000 4194304 4587354 140733737707312 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1966/statm: 168739 7355 337 96 0 165301 0
[pid=1967] ppid=1965 vsize=17692 CPUtime=25.49 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 1852 0 0 0 2549 0 0 0 25 0 1 0 598749003 18116608 1743 33554432000 4194304 4785740 140736639094208 18446744073709551615 4278070 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 4423 1743 340 145 0 1468 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=12.84 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 1284 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=19072 CPUtime=25.49 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 6010 0 0 0 2548 1 0 0 25 0 1 0 598749003 19529728 3962 33554432000 4194304 4352236 140735306449744 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 4768 3962 127 39 0 3848 0
[pid=1970] ppid=1965 vsize=12604 CPUtime=12.5 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 1598 0 0 0 1250 0 0 0 25 0 1 0 598749003 12906496 1491 33554432000 4194304 4331988 140733963273072 18446744073709551615 4315364 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 3151 1491 175 34 0 1593 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1198492

[startup+51.1004 s]
/proc/loadavg: 9.80 9.78 9.41 11/188 1973
/proc/meminfo: memFree=20190376/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598749002 18763776 389 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 827369722373734399 0 0 17 4 0 0 0
/proc/1965/statm: 4581 389 341 23 0 91 0
[pid=1966] ppid=1965 vsize=682368 CPUtime=51.09 cores=0
/proc/1966/stat : 1966 (cryptominisat) R 1965 1965 567 0 -1 4202496 35617 0 0 0 5101 8 0 0 25 0 1 0 598749003 698744832 9481 33554432000 4194304 4587354 140733737707312 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1966/statm: 170592 9481 337 96 0 167154 0
[pid=1967] ppid=1965 vsize=19492 CPUtime=51.09 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 2287 0 0 0 5109 0 0 0 25 0 1 0 598749003 19959808 2178 33554432000 4194304 4785740 140736639094208 18446744073709551615 4549848 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 4873 2178 340 145 0 1918 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=25.54 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 2554 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134528620 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=21252 CPUtime=51.08 cores=2

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


[startup+942.301 s]
/proc/loadavg: 9.25 9.22 9.27 10/187 2038
/proc/meminfo: memFree=19328160/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=102.93 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 521 52598 0 0 0 1 10280 12 15 0 1 0 598749002 18763776 391 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/1965/statm: 4581 391 342 23 0 91 0
[pid=1967] ppid=1965 vsize=28740 CPUtime=942.3 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 4453 0 0 0 94229 1 0 0 25 0 1 0 598749003 29429760 4344 33554432000 4194304 4785740 140736639094208 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 7185 4344 341 145 0 4230 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=468.73 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 46873 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=64904 CPUtime=942.23 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 87932 0 0 0 94209 14 0 0 25 0 1 0 598749003 66461696 15420 33554432000 4194304 4352236 140735306449744 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 16226 15420 127 39 0 15306 0
[pid=1970] ppid=1965 vsize=321288 CPUtime=468.43 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 54358 0 0 0 46827 16 0 0 25 0 1 0 598749003 328998912 54251 33554432000 4194304 4331988 140733963273072 18446744073709551615 4263328 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 80322 54251 175 34 0 78764 0
Current children cumulated CPU time (s) 2924.62
Current children cumulated vsize (KiB) 889100

[startup+1002.3 s]
/proc/loadavg: 9.28 9.23 9.27 10/187 2040
/proc/meminfo: memFree=19292288/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=102.93 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 521 52598 0 0 0 1 10280 12 15 0 1 0 598749002 18763776 391 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/1965/statm: 4581 391 342 23 0 91 0
[pid=1967] ppid=1965 vsize=28740 CPUtime=1002.3 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 4461 0 0 0 100229 1 0 0 25 0 1 0 598749003 29429760 4352 33554432000 4194304 4785740 140736639094208 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 7185 4352 341 145 0 4230 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=498.57 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 49857 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=71048 CPUtime=1002.23 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 95356 0 0 0 100207 16 0 0 25 0 1 0 598749003 72753152 16956 33554432000 4194304 4352236 140735306449744 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 17762 16956 127 39 0 16842 0
[pid=1970] ppid=1965 vsize=321288 CPUtime=498.27 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 57955 0 0 0 49810 17 0 0 25 0 1 0 598749003 328998912 57848 33554432000 4194304 4331988 140733963273072 18446744073709551615 4212348 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 80322 57848 175 34 0 78764 0
Current children cumulated CPU time (s) 3104.3
Current children cumulated vsize (KiB) 895244

[startup+1062.3 s]
/proc/loadavg: 9.36 9.26 9.27 10/187 2042
/proc/meminfo: memFree=19323496/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=102.93 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 521 52598 0 0 0 1 10280 12 15 0 1 0 598749002 18763776 391 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/1965/statm: 4581 391 342 23 0 91 0
[pid=1967] ppid=1965 vsize=28740 CPUtime=1062.3 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 4462 0 0 0 106229 1 0 0 25 0 1 0 598749003 29429760 4353 33554432000 4194304 4785740 140736639094208 18446744073709551615 4550307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 7185 4353 341 145 0 4230 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=528.39 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 52839 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=49544 CPUtime=1062.22 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 96380 0 0 0 106206 16 0 0 25 0 1 0 598749003 50733056 11580 33554432000 4194304 4352236 140735306449744 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 12386 11580 127 39 0 11466 0
[pid=1970] ppid=1965 vsize=321288 CPUtime=528.12 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 61466 0 0 0 52794 18 0 0 25 0 1 0 598749003 328998912 61359 33554432000 4194304 4331988 140733963273072 18446744073709551615 4212348 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 80322 61359 175 34 0 78764 0
Current children cumulated CPU time (s) 3283.96
Current children cumulated vsize (KiB) 873740

[startup+1122.3 s]
/proc/loadavg: 9.28 9.24 9.27 10/187 2043
/proc/meminfo: memFree=19245584/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=102.93 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 521 52598 0 0 0 1 10280 12 15 0 1 0 598749002 18763776 391 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/1965/statm: 4581 391 342 23 0 91 0
[pid=1967] ppid=1965 vsize=28740 CPUtime=1122.31 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 4467 0 0 0 112230 1 0 0 25 0 1 0 598749003 29429760 4358 33554432000 4194304 4785740 140736639094208 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 7185 4358 341 145 0 4230 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=558.26 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 55826 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=62984 CPUtime=1122.23 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 103452 0 0 0 112206 17 0 0 25 0 1 0 598749003 64495616 14940 33554432000 4194304 4352236 140735306449744 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 15746 14940 127 39 0 14826 0
[pid=1970] ppid=1965 vsize=321288 CPUtime=557.93 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 64762 0 0 0 55774 19 0 0 25 0 1 0 598749003 328998912 64655 33554432000 4194304 4331988 140733963273072 18446744073709551615 4311580 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 80322 64655 175 34 0 78764 0
Current children cumulated CPU time (s) 3463.66
Current children cumulated vsize (KiB) 887180

[startup+1182.3 s]
/proc/loadavg: 9.22 9.22 9.26 10/187 2045
/proc/meminfo: memFree=19214796/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=102.93 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 521 52598 0 0 0 1 10280 12 15 0 1 0 598749002 18763776 391 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/1965/statm: 4581 391 342 23 0 91 0
[pid=1967] ppid=1965 vsize=28740 CPUtime=1182.31 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 4470 0 0 0 118230 1 0 0 25 0 1 0 598749003 29429760 4361 33554432000 4194304 4785740 140736639094208 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 7185 4361 341 145 0 4230 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=588.05 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 58805 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134528473 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=50696 CPUtime=1182.21 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 104476 0 0 0 118204 17 0 0 25 0 1 0 598749003 51912704 11868 33554432000 4194304 4352236 140735306449744 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 12674 11868 127 39 0 11754 0
[pid=1970] ppid=1965 vsize=321288 CPUtime=587.8 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 68302 0 0 0 58760 20 0 0 25 0 1 0 598749003 328998912 68195 33554432000 4194304 4331988 140733963273072 18446744073709551615 4313722 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 80322 68195 175 34 0 78764 0
Current children cumulated CPU time (s) 3643.3
Current children cumulated vsize (KiB) 874892

[startup+1242.31 s]
/proc/loadavg: 9.21 9.21 9.25 10/187 2046
/proc/meminfo: memFree=19167020/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=102.93 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 521 52598 0 0 0 1 10280 12 15 0 1 0 598749002 18763776 391 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/1965/statm: 4581 391 342 23 0 91 0
[pid=1967] ppid=1965 vsize=28740 CPUtime=1242.31 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 4474 0 0 0 124230 1 0 0 25 0 1 0 598749003 29429760 4365 33554432000 4194304 4785740 140736639094208 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 7185 4365 341 145 0 4230 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=617.93 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 61793 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=81416 CPUtime=1242.22 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 113692 0 0 0 124204 18 0 0 25 0 1 0 598749003 83369984 19548 33554432000 4194304 4352236 140735306449744 18446744073709551615 4329202 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 20354 19548 127 39 0 19434 0
[pid=1970] ppid=1965 vsize=321288 CPUtime=617.61 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 71988 0 0 0 61739 22 0 0 25 0 1 0 598749003 328998912 71881 33554432000 4194304 4331988 140733963273072 18446744073709551615 4210445 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 80322 71881 175 34 0 78764 0
Current children cumulated CPU time (s) 3823
Current children cumulated vsize (KiB) 905612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.13 9.19 9.24 10/187 2048
/proc/meminfo: memFree=19118504/32950928 swapFree=67111524/67111528
[pid=1965] ppid=1963 vsize=18324 CPUtime=102.93 cores=0,2,4,6
/proc/1965/stat : 1965 (ppfolio) S 1963 1965 567 0 -1 4202496 521 52598 0 0 0 1 10280 12 15 0 1 0 598749002 18763776 391 33554432000 4194304 4287625 140735357037232 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639362 0 0 17 4 0 0 0
/proc/1965/statm: 4581 391 342 23 0 91 0
[pid=1967] ppid=1965 vsize=28740 CPUtime=1300.01 cores=4
/proc/1967/stat : 1967 (clasp) R 1965 1965 567 0 -1 4202496 4477 0 0 0 130000 1 0 0 25 0 1 0 598749003 29429760 4368 33554432000 4194304 4785740 140736639094208 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1967/statm: 7185 4368 341 145 0 4230 0
[pid=1968] ppid=1965 vsize=455844 CPUtime=646.62 cores=6
/proc/1968/stat : 1968 (TNM) R 1965 1965 567 0 -1 4202496 330 0 0 0 64662 0 0 0 25 0 1 0 598749003 466784256 227 33554432000 134512640 134534564 4291671696 18446744073709551615 134530652 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1968/statm: 113961 227 95 6 0 112627 0
[pid=1969] ppid=1965 vsize=77320 CPUtime=1299.91 cores=2
/proc/1969/stat : 1969 (lingeling) R 1965 1965 567 0 -1 4202496 119068 0 0 0 129972 19 0 0 25 0 1 0 598749003 79175680 18524 33554432000 4194304 4352236 140735306449744 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1969/statm: 19330 18524 127 39 0 18410 0
[pid=1970] ppid=1965 vsize=321288 CPUtime=646.31 cores=6
/proc/1970/stat : 1970 (march_hi) R 1965 1965 567 0 -1 4202496 75536 0 0 0 64607 24 0 0 25 0 1 0 598749003 328998912 75429 33554432000 4194304 4331988 140733963273072 18446744073709551615 4208288 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1970/statm: 80322 75429 175 34 0 78764 0
Current children cumulated CPU time (s) 3995.78
Current children cumulated vsize (KiB) 901516

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1965 and gives
#  childrusage.ru_utime.tv_sec=102
#  childrusage.ru_utime.tv_usec=805371
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=139978
# CPU time returned by wait4() is 102.945
# while last known CPU time is 3995.78
#
# 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): 3995.78
CPU user time (s): 3995.21
CPU system time (s): 0.57
CPU usage (%): 307.362
Max. virtual memory (cumulated for all children) (KiB): 1272596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.805
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53119
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= 677
involuntary context switches= 1318

runsolver used 2.00869 second user time and 5.08923 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 15:53:03
IDJOB=3249983
IDBENCH=83211
IDSOLVER=1612
FILE ID=node114/3249983-1304085183
RUNJOBID= node114-1304077601-585
PBS_JOBID= 13170509
Free space on /tmp= 71788 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-14-14-unsat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249983-1304085183/watcher-3249983-1304085183 -o /tmp/evaluation-result-3249983-1304085183/solver-3249983-1304085183 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3249983-1304085183.cnf

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

MD5SUM BENCH= 78a2cc7b74fc3d9947709f16156cc565
RANDOM SEED=1214132395

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.74
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.848
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.848
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.848
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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:      20228588 kB
Buffers:       2223364 kB
Cached:        9353736 kB
SwapCached:          4 kB
Active:        3344772 kB
Inactive:      8795576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20228588 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10428 kB
Writeback:           0 kB
AnonPages:      562716 kB
Mapped:          16900 kB
Slab:           516756 kB
PageTables:       5884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2677968 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= 71764 MiB
End job on node114 at 2011-04-29 16:14:45