Trace number 3291376

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) 3964.13 1300.01

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

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-3291376-1304092511/watcher-3291376-1304092511 -o /tmp/evaluation-result-3291376-1304092511/solver-3291376-1304092511 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3291376-1304092511.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: 9.10 8.84 9.00 5/181 14917
/proc/meminfo: memFree=22861620/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) R 14915 14917 14150 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 520851584 18763776 390 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/14917/statm: 4581 390 341 23 0 91 0

[startup+0.0715739 s]
/proc/loadavg: 9.10 8.84 9.00 5/181 14917
/proc/meminfo: memFree=22861620/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520851584 18763776 390 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 4500459563895488511 0 0 17 1 0 0 0
/proc/14917/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100566 s]
/proc/loadavg: 9.10 8.84 9.00 5/181 14917
/proc/meminfo: memFree=22861620/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520851584 18763776 390 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 4500459563895488511 0 0 17 1 0 0 0
/proc/14917/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30053 s]
/proc/loadavg: 9.10 8.84 9.00 5/181 14917
/proc/meminfo: memFree=22861620/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520851584 18763776 390 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 4500459563895488511 0 0 17 1 0 0 0
/proc/14917/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700454 s]
/proc/loadavg: 9.10 8.84 9.00 5/181 14917
/proc/meminfo: memFree=22861620/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520851584 18763776 390 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 4500459563895488511 0 0 17 1 0 0 0
/proc/14917/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5003 s]
/proc/loadavg: 9.10 8.84 9.00 10/187 14923
/proc/meminfo: memFree=22795748/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520851584 18763776 390 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 4500459563895488511 0 0 17 1 0 0 0
/proc/14917/statm: 4581 390 341 23 0 91 0
[pid=14918] ppid=14917 vsize=29100 CPUtime=1.49 cores=1
/proc/14918/stat : 14918 (cryptominisat) R 14917 14917 14150 0 -1 4202496 2193 0 0 0 149 0 0 0 25 0 1 0 520851585 29798400 2028 33554432000 4194304 4587354 140736794413984 18446744073709551615 4238294 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14918/statm: 7275 2028 306 96 0 3837 0
[pid=14919] ppid=14917 vsize=19924 CPUtime=1.49 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 2866 0 0 0 149 0 0 0 20 0 1 0 520851585 20402176 2301 33554432000 4194304 4785740 140733702262080 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 4981 2301 341 145 0 2026 0
[pid=14920] ppid=14917 vsize=455956 CPUtime=0.78 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 1517 0 0 0 78 0 0 0 25 0 1 0 520851585 466898944 1414 33554432000 134512640 134534564 4291695344 18446744073709551615 134524568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 113989 1414 91 6 0 112655 0
[pid=14921] ppid=14917 vsize=10380 CPUtime=1.49 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 2401 0 0 0 149 0 0 0 25 0 1 0 520851585 10629120 1760 33554432000 4194304 4352236 140733511016976 18446744073709551615 4228334 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 2595 1760 125 39 0 1675 0
[pid=14922] ppid=14917 vsize=87596 CPUtime=0.69 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 25397 0 0 0 67 2 0 0 25 0 1 0 520851585 89698304 18241 33554432000 4194304 4331988 140735637396320 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 21899 18241 151 34 0 20341 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 621280

[startup+3.10101 s]
/proc/loadavg: 9.10 8.84 9.00 10/187 14923
/proc/meminfo: memFree=22704360/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520851584 18763776 390 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 4500459563895488511 0 0 17 1 0 0 0
/proc/14917/statm: 4581 390 341 23 0 91 0
[pid=14918] ppid=14917 vsize=37048 CPUtime=3.08 cores=1
/proc/14918/stat : 14918 (cryptominisat) R 14917 14917 14150 0 -1 4202496 4743 0 0 0 308 0 0 0 25 0 1 0 520851585 37937152 3950 33554432000 4194304 4587354 140736794413984 18446744073709551615 4244627 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14918/statm: 9262 3950 331 96 0 5824 0
[pid=14919] ppid=14917 vsize=21404 CPUtime=3.09 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 3238 0 0 0 309 0 0 0 25 0 1 0 520851585 21917696 2673 33554432000 4194304 4785740 140733702262080 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 5351 2673 341 145 0 2396 0
[pid=14920] ppid=14917 vsize=455956 CPUtime=1.57 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 1517 0 0 0 157 0 0 0 25 0 1 0 520851585 466898944 1414 33554432000 134512640 134534564 4291695344 18446744073709551615 134524577 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 113989 1414 91 6 0 112655 0
[pid=14921] ppid=14917 vsize=10380 CPUtime=3.09 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 2403 0 0 0 309 0 0 0 25 0 1 0 520851585 10629120 1762 33554432000 4194304 4352236 140733511016976 18446744073709551615 4327879 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 2595 1762 127 39 0 1675 0
[pid=14922] ppid=14917 vsize=253988 CPUtime=1.49 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 57257 0 0 0 141 8 0 0 25 0 1 0 520851585 260083712 50101 33554432000 4194304 4331988 140735637396320 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 63497 50101 151 34 0 61939 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 797100

[startup+6.30041 s]
/proc/loadavg: 9.17 8.85 9.01 10/187 14923
/proc/meminfo: memFree=22599856/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520851584 18763776 390 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 4500459563895488511 0 0 17 1 0 0 0
/proc/14917/statm: 4581 390 341 23 0 91 0
[pid=14918] ppid=14917 vsize=1452264 CPUtime=6.28 cores=1
/proc/14918/stat : 14918 (cryptominisat) R 14917 14917 14150 0 -1 4202496 5636 0 0 0 628 0 0 0 25 0 1 0 520851585 1487118336 4038 33554432000 4194304 4587354 140736794413984 18446744073709551615 4238728 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14918/statm: 363066 4038 338 96 0 359628 0
[pid=14919] ppid=14917 vsize=24080 CPUtime=6.29 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 3909 0 0 0 629 0 0 0 25 0 1 0 520851585 24657920 3344 33554432000 4194304 4785740 140733702262080 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 6020 3344 341 145 0 3065 0
[pid=14920] ppid=14917 vsize=460312 CPUtime=3.15 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 2133 0 0 0 315 0 0 0 25 0 1 0 520851585 471359488 2030 33554432000 134512640 134534564 4291695344 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 115078 2030 95 6 0 113744 0
[pid=14921] ppid=14917 vsize=12004 CPUtime=6.29 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 2907 0 0 0 629 0 0 0 25 0 1 0 520851585 12292096 2168 33554432000 4194304 4352236 140733511016976 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 3001 2168 127 39 0 2081 0
[pid=14922] ppid=14917 vsize=258164 CPUtime=3.09 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 106889 0 0 0 293 16 0 0 25 0 1 0 520851585 264359936 54880 33554432000 4194304 4331988 140735637396320 18446744073709551615 4257337 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 64541 54880 151 34 0 62983 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 2225148

[startup+12.7012 s]
/proc/loadavg: 9.15 8.86 9.01 10/187 14923
/proc/meminfo: memFree=22594080/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520851584 18763776 390 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 4500459563895488511 0 0 17 1 0 0 0
/proc/14917/statm: 4581 390 341 23 0 91 0
[pid=14918] ppid=14917 vsize=49780 CPUtime=12.69 cores=1
/proc/14918/stat : 14918 (cryptominisat) R 14917 14917 14150 0 -1 4202496 9388 0 0 0 1268 1 0 0 25 0 1 0 520851585 50974720 6410 33554432000 4194304 4587354 140736794413984 18446744073709551615 4230313 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14918/statm: 12445 6410 340 96 0 9007 0
[pid=14919] ppid=14917 vsize=27972 CPUtime=12.69 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 4856 0 0 0 1268 1 0 0 25 0 1 0 520851585 28643328 4291 33554432000 4194304 4785740 140733702262080 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 6993 4291 341 145 0 4038 0
[pid=14920] ppid=14917 vsize=460312 CPUtime=6.32 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 2133 0 0 0 632 0 0 0 25 0 1 0 520851585 471359488 2030 33554432000 134512640 134534564 4291695344 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 115078 2030 95 6 0 113744 0
[pid=14921] ppid=14917 vsize=13488 CPUtime=12.69 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 3279 0 0 0 1269 0 0 0 25 0 1 0 520851585 13811712 2539 33554432000 4194304 4352236 140733511016976 18446744073709551615 4328047 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 3372 2539 127 39 0 2452 0
[pid=14922] ppid=14917 vsize=261824 CPUtime=6.29 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 179938 0 0 0 602 27 0 0 25 0 1 0 520851585 268107776 62071 33554432000 4194304 4331988 140735637396320 18446744073709551615 4251649 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 65456 62071 151 34 0 63898 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 831700

[startup+25.5008 s]
/proc/loadavg: 9.12 8.86 9.01 10/187 14923
/proc/meminfo: memFree=22321536/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520851584 18763776 390 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 4500459563895488511 0 0 17 1 0 0 0
/proc/14917/statm: 4581 390 341 23 0 91 0
[pid=14918] ppid=14917 vsize=50148 CPUtime=25.49 cores=1
/proc/14918/stat : 14918 (cryptominisat) R 14917 14917 14150 0 -1 4202496 12866 0 0 0 2547 2 0 0 25 0 1 0 520851585 51351552 6669 33554432000 4194304 4587354 140736794413984 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14918/statm: 12537 6669 340 96 0 9099 0
[pid=14919] ppid=14917 vsize=32584 CPUtime=25.49 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 6029 0 0 0 2548 1 0 0 25 0 1 0 520851585 33366016 5464 33554432000 4194304 4785740 140733702262080 18446744073709551615 4546132 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 8146 5464 341 145 0 5191 0
[pid=14920] ppid=14917 vsize=460312 CPUtime=12.7 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 2133 0 0 0 1270 0 0 0 25 0 1 0 520851585 471359488 2030 33554432000 134512640 134534564 4291695344 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 115078 2030 95 6 0 113744 0
[pid=14921] ppid=14917 vsize=17584 CPUtime=25.49 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 4303 0 0 0 2549 0 0 0 25 0 1 0 520851585 18006016 3563 33554432000 4194304 4352236 140733511016976 18446744073709551615 4328432 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 4396 3563 127 39 0 3476 0
[pid=14922] ppid=14917 vsize=659128 CPUtime=12.64 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 362124 0 0 0 1212 52 0 0 25 0 1 0 520851585 674947072 120483 33554432000 4194304 4331988 140735637396320 18446744073709551615 4210977 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 164782 120483 180 34 0 163224 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1238080

[startup+51.101 s]
/proc/loadavg: 9.13 8.89 9.01 10/187 14924
/proc/meminfo: memFree=22286668/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520851584 18763776 390 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 4500459563895488511 0 0 17 1 0 0 0
/proc/14917/statm: 4581 390 341 23 0 91 0
[pid=14918] ppid=14917 vsize=1483412 CPUtime=51.09 cores=1
/proc/14918/stat : 14918 (cryptominisat) R 14917 14917 14150 0 -1 4202496 19275 0 0 0 5104 5 0 0 25 0 1 0 520851585 1519013888 7500 33554432000 4194304 4587354 140736794413984 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14918/statm: 370853 7500 338 96 0 367415 0
[pid=14919] ppid=14917 vsize=39836 CPUtime=51.08 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 7778 0 0 0 5106 2 0 0 25 0 1 0 520851585 40792064 7213 33554432000 4194304 4785740 140733702262080 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 9959 7213 341 145 0 7004 0
[pid=14920] ppid=14917 vsize=460312 CPUtime=25.41 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 2133 0 0 0 2541 0 0 0 25 0 1 0 520851585 471359488 2030 33554432000 134512640 134534564 4291695344 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 115078 2030 95 6 0 113744 0
[pid=14921] ppid=14917 vsize=23732 CPUtime=51.09 cores=3

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


[startup+942.301 s]
/proc/loadavg: 9.24 8.96 8.83 10/187 14993
/proc/meminfo: memFree=19643228/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=71.15 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 525 24684 0 0 0 0 7107 8 15 0 1 0 520851584 18763776 391 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639364 0 0 17 1 0 0 0
/proc/14917/statm: 4581 391 342 23 0 91 0
[pid=14919] ppid=14917 vsize=119188 CPUtime=942.29 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 27313 0 0 0 94219 10 0 0 25 0 1 0 520851585 122048512 26748 33554432000 4194304 4785740 140733702262080 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 29797 26748 341 145 0 26842 0
[pid=14920] ppid=14917 vsize=460312 CPUtime=468.63 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 2133 0 0 0 46863 0 0 0 25 0 1 0 520851585 471359488 2030 33554432000 134512640 134534564 4291695344 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 115078 2030 95 6 0 113744 0
[pid=14921] ppid=14917 vsize=50232 CPUtime=942.32 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 136191 0 0 0 94214 18 0 0 25 0 1 0 520851585 51437568 11725 33554432000 4194304 4352236 140733511016976 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 12558 11725 127 39 0 11638 0
[pid=14922] ppid=14917 vsize=660732 CPUtime=468.54 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 368328 0 0 0 46800 54 0 0 25 0 1 0 520851585 676589568 126679 33554432000 4194304 4331988 140735637396320 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 165183 126679 175 34 0 163625 0
Current children cumulated CPU time (s) 2892.93
Current children cumulated vsize (KiB) 1308788

[startup+1002.3 s]
/proc/loadavg: 9.13 8.98 8.84 10/187 14994
/proc/meminfo: memFree=19635264/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=71.15 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 525 24684 0 0 0 0 7107 8 15 0 1 0 520851584 18763776 391 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639364 0 0 17 1 0 0 0
/proc/14917/statm: 4581 391 342 23 0 91 0
[pid=14919] ppid=14917 vsize=126300 CPUtime=1002.29 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 29036 0 0 0 100218 11 0 0 25 0 1 0 520851585 129331200 28471 33554432000 4194304 4785740 140733702262080 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 31575 28471 341 145 0 28620 0
[pid=14920] ppid=14917 vsize=460312 CPUtime=498.43 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 2133 0 0 0 49843 0 0 0 25 0 1 0 520851585 471359488 2030 33554432000 134512640 134534564 4291695344 18446744073709551615 134529991 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 115078 2030 95 6 0 113744 0
[pid=14921] ppid=14917 vsize=51260 CPUtime=1002.32 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 146688 0 0 0 100213 19 0 0 25 0 1 0 520851585 52490240 11982 33554432000 4194304 4352236 140733511016976 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 12815 11982 127 39 0 11895 0
[pid=14922] ppid=14917 vsize=660732 CPUtime=498.42 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 368356 0 0 0 49788 54 0 0 25 0 1 0 520851585 676589568 126707 33554432000 4194304 4331988 140735637396320 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 165183 126707 175 34 0 163625 0
Current children cumulated CPU time (s) 3072.61
Current children cumulated vsize (KiB) 1316928

[startup+1062.3 s]
/proc/loadavg: 9.14 9.01 8.86 10/187 14996
/proc/meminfo: memFree=19617876/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=71.15 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 525 24684 0 0 0 0 7107 8 15 0 1 0 520851584 18763776 391 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639364 0 0 17 1 0 0 0
/proc/14917/statm: 4581 391 342 23 0 91 0
[pid=14919] ppid=14917 vsize=126300 CPUtime=1062.29 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 29041 0 0 0 106218 11 0 0 25 0 1 0 520851585 129331200 28476 33554432000 4194304 4785740 140733702262080 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 31575 28476 341 145 0 28620 0
[pid=14920] ppid=14917 vsize=460312 CPUtime=528.31 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 2133 0 0 0 52831 0 0 0 25 0 1 0 520851585 471359488 2030 33554432000 134512640 134534564 4291695344 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 115078 2030 95 6 0 113744 0
[pid=14921] ppid=14917 vsize=50236 CPUtime=1062.32 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 153600 0 0 0 106212 20 0 0 25 0 1 0 520851585 51441664 11726 33554432000 4194304 4352236 140733511016976 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 12559 11726 127 39 0 11639 0
[pid=14922] ppid=14917 vsize=660732 CPUtime=528.21 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 368373 0 0 0 52767 54 0 0 25 0 1 0 520851585 676589568 126724 33554432000 4194304 4331988 140735637396320 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 165183 126724 175 34 0 163625 0
Current children cumulated CPU time (s) 3252.28
Current children cumulated vsize (KiB) 1315904

[startup+1122.3 s]
/proc/loadavg: 9.08 9.02 8.87 10/187 14998
/proc/meminfo: memFree=19579780/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=71.15 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 525 24684 0 0 0 0 7107 8 15 0 1 0 520851584 18763776 391 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639364 0 0 17 1 0 0 0
/proc/14917/statm: 4581 391 342 23 0 91 0
[pid=14919] ppid=14917 vsize=126300 CPUtime=1122.29 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 29041 0 0 0 112218 11 0 0 25 0 1 0 520851585 129331200 28476 33554432000 4194304 4785740 140733702262080 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 31575 28476 341 145 0 28620 0
[pid=14920] ppid=14917 vsize=460312 CPUtime=558.12 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 2133 0 0 0 55812 0 0 0 25 0 1 0 520851585 471359488 2030 33554432000 134512640 134534564 4291695344 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 115078 2030 95 6 0 113744 0
[pid=14921] ppid=14917 vsize=48184 CPUtime=1122.32 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 161280 0 0 0 112211 21 0 0 25 0 1 0 520851585 49340416 11213 33554432000 4194304 4352236 140733511016976 18446744073709551615 4329367 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 12046 11213 127 39 0 11126 0
[pid=14922] ppid=14917 vsize=660732 CPUtime=558.08 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 368405 0 0 0 55754 54 0 0 25 0 1 0 520851585 676589568 126756 33554432000 4194304 4331988 140735637396320 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 165183 126756 175 34 0 163625 0
Current children cumulated CPU time (s) 3431.96
Current children cumulated vsize (KiB) 1313852

[startup+1182.3 s]
/proc/loadavg: 9.23 9.07 8.90 10/187 14999
/proc/meminfo: memFree=19528668/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=71.15 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 525 24684 0 0 0 0 7107 8 15 0 1 0 520851584 18763776 391 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639364 0 0 17 1 0 0 0
/proc/14917/statm: 4581 391 342 23 0 91 0
[pid=14919] ppid=14917 vsize=126828 CPUtime=1182.29 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 29201 0 0 0 118218 11 0 0 25 0 1 0 520851585 129871872 28636 33554432000 4194304 4785740 140733702262080 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 31707 28636 341 145 0 28752 0
[pid=14920] ppid=14917 vsize=460312 CPUtime=587.97 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 2133 0 0 0 58797 0 0 0 25 0 1 0 520851585 471359488 2030 33554432000 134512640 134534564 4291695344 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 115078 2030 95 6 0 113744 0
[pid=14921] ppid=14917 vsize=67640 CPUtime=1182.33 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 170496 0 0 0 118210 23 0 0 25 0 1 0 520851585 69263360 16077 33554432000 4194304 4352236 140733511016976 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 16910 16077 127 39 0 15990 0
[pid=14922] ppid=14917 vsize=660732 CPUtime=587.9 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 368414 0 0 0 58736 54 0 0 25 0 1 0 520851585 676589568 126765 33554432000 4194304 4331988 140735637396320 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 165183 126765 175 34 0 163625 0
Current children cumulated CPU time (s) 3611.64
Current children cumulated vsize (KiB) 1333836

[startup+1242.3 s]
/proc/loadavg: 9.20 9.09 8.91 10/187 15001
/proc/meminfo: memFree=19480152/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=71.15 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 525 24684 0 0 0 0 7107 8 15 0 1 0 520851584 18763776 391 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639364 0 0 17 1 0 0 0
/proc/14917/statm: 4581 391 342 23 0 91 0
[pid=14919] ppid=14917 vsize=126828 CPUtime=1242.29 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 29203 0 0 0 124218 11 0 0 25 0 1 0 520851585 129871872 28638 33554432000 4194304 4785740 140733702262080 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 31707 28638 341 145 0 28752 0
[pid=14920] ppid=14917 vsize=460312 CPUtime=617.81 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 2133 0 0 0 61781 0 0 0 25 0 1 0 520851585 471359488 2030 33554432000 134512640 134534564 4291695344 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 115078 2030 95 6 0 113744 0
[pid=14921] ppid=14917 vsize=52280 CPUtime=1242.33 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 174848 0 0 0 124209 24 0 0 25 0 1 0 520851585 53534720 12237 33554432000 4194304 4352236 140733511016976 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 13070 12237 127 39 0 12150 0
[pid=14922] ppid=14917 vsize=660732 CPUtime=617.74 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 368457 0 0 0 61720 54 0 0 25 0 1 0 520851585 676589568 126808 33554432000 4194304 4331988 140735637396320 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 165183 126808 175 34 0 163625 0
Current children cumulated CPU time (s) 3791.32
Current children cumulated vsize (KiB) 1318476



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.14 9.10 8.92 10/187 15002
/proc/meminfo: memFree=19034360/32951124 swapFree=67111524/67111528
[pid=14917] ppid=14915 vsize=18324 CPUtime=71.15 cores=1,3,5,7
/proc/14917/stat : 14917 (ppfolio) S 14915 14917 14150 0 -1 4202496 525 24684 0 0 0 0 7107 8 15 0 1 0 520851584 18763776 391 33554432000 4194304 4287625 140737158967872 18446744073709551615 244446965263 0 0 4096 65536 9224195742862639364 0 0 17 1 0 0 0
/proc/14917/statm: 4581 391 342 23 0 91 0
[pid=14919] ppid=14917 vsize=126828 CPUtime=1300 cores=5
/proc/14919/stat : 14919 (clasp) R 14917 14917 14150 0 -1 4202496 29213 0 0 0 129989 11 0 0 25 0 1 0 520851585 129871872 28648 33554432000 4194304 4785740 140733702262080 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14919/statm: 31707 28648 341 145 0 28752 0
[pid=14920] ppid=14917 vsize=460312 CPUtime=646.51 cores=7
/proc/14920/stat : 14920 (TNM) R 14917 14917 14150 0 -1 4202496 2133 0 0 0 64651 0 0 0 25 0 1 0 520851585 471359488 2030 33554432000 134512640 134534564 4291695344 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14920/statm: 115078 2030 95 6 0 113744 0
[pid=14921] ppid=14917 vsize=50232 CPUtime=1300.04 cores=3
/proc/14921/stat : 14921 (lingeling) R 14917 14917 14150 0 -1 4202496 182528 0 0 0 129979 25 0 0 25 0 1 0 520851585 51437568 11725 33554432000 4194304 4352236 140733511016976 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14921/statm: 12558 11725 127 39 0 11638 0
[pid=14922] ppid=14917 vsize=660732 CPUtime=646.43 cores=7
/proc/14922/stat : 14922 (march_hi) R 14917 14917 14150 0 -1 4202496 368494 0 0 0 64589 54 0 0 25 0 1 0 520851585 676589568 126845 33554432000 4194304 4331988 140735637396320 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14922/statm: 165183 126845 175 34 0 163625 0
Current children cumulated CPU time (s) 3964.13
Current children cumulated vsize (KiB) 1316428

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 14917 and gives
#  childrusage.ru_utime.tv_sec=1370
#  childrusage.ru_utime.tv_usec=867596
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=338948
# CPU time returned by wait4() is 1371.21
# while last known CPU time is 3964.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 3964.13
CPU user time (s): 3963.15
CPU system time (s): 0.98
CPU usage (%): 304.93
Max. virtual memory (cumulated for all children) (KiB): 4096820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1370.87
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207738
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= 209
involuntary context switches= 2931

runsolver used 1.9657 second user time and 5.14022 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 17:55:11
IDJOB=3291376
IDBENCH=84211
IDSOLVER=1612
FILE ID=node105/3291376-1304092511
RUNJOBID= node105-1304087809-14169
PBS_JOBID= 13170561
Free space on /tmp= 71928 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291376-1304092511/watcher-3291376-1304092511 -o /tmp/evaluation-result-3291376-1304092511/solver-3291376-1304092511 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3291376-1304092511.cnf

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=1548451606

node105.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.825
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.65
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.825
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:     32951124 kB
MemFree:      22861776 kB
Buffers:       2156204 kB
Cached:        7083344 kB
SwapCached:          4 kB
Active:         784684 kB
Inactive:      8758656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22861776 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11200 kB
Writeback:          36 kB
AnonPages:      303444 kB
Mapped:          16396 kB
Slab:           483456 kB
PageTables:       5480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   935284 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= 71856 MiB
End job on node105 at 2011-04-29 18:16:53