Trace number 3499448

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
SAT09 reference solver: SATzilla2009_C 2009-03-22? (exit code) 4998.56 4998.44

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34309.cnf
MD5SUMe252fbf81407f3388187ab50f0786909
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 variables34307
Number of clauses708206
Sum of the clauses size3541030
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 5708206
Number of clauses of size over 50

Solver Data

30.18/30.21	c SATzilla is building models for class 2
30.18/30.21	c run presolver march_dl2004 for 5 seconds ... 
30.18/30.21	c Bin: Executing march_dl2004
30.18/30.21	c spawning binary file with 5 seconds ...
30.18/30.21	c child exit by a signal
30.18/30.21	c march_dl2004 returned code 137.
30.18/30.21	c run presolver mxc-sr08 for 5 seconds ... 
30.18/30.21	c Bin: Executing mxc-sr08
30.18/30.21	c spawning binary file with 5 seconds ...
30.18/30.21	c child exit by a signal
30.18/30.21	c mxc-sr08 returned code 137.
30.18/30.21	c Orignal number of varibales is 34307, number of clauses is 708206 
30.18/30.21	c predicted feature computation time is 24.482583 
30.18/30.21	c Bin: Executing satelite
30.18/30.21	c spawning binary file with 240 seconds ...
30.18/30.21	c child exited successfully
30.18/30.21	c satzilla computing base features
30.18/30.21	c Number of variabe is: 34307, Number of clause is : 708206 
30.18/30.21	c Initializing...
30.18/30.21	c satzilla compute diameter ...
30.18/30.21	c start diameter features ...
30.18/30.21	c satzilla doing clause learning
30.18/30.21	c start clause learning features ...
30.18/30.21	c Bin: Executing zchaff07
30.18/30.21	c spawning binary file with 2 seconds ...
30.18/30.21	c child exit by a signal
30.18/30.21	c satzilla doing survey propogation probe
30.18/30.21	c do survay propogation for 2 second ...
30.18/30.21	c satzilla doing local search probe
30.18/30.21	c satzilla doing lobjois search-space size estimate
30.18/30.21	c features are:34307 708206 34307 708206 0 0 0.0484421 1 0 -0 0.000145743 4.46349e-15 0.000145743 0.000145743 -0 0 0 0.000145743 0.300359 1.69442e-05 0.000367125 4.11792 0 0 0 0 -0 7.28714e-05 0.300359 8.47211e-06 0.000183562 4.11792 0.5 0.000255274 0.279535 3.38884e-05 0.000706009 4.54348 0.135416 4 6 0.882696 15.5333 0.62881 1 35 27 2 24 6 16 78.784 0.362103 43.2174 167 110.167 50.8696 89.15 60.5652 68.8333 0 0 0 0 0 0 0 0 0 0.249869 0.343632 0.0528712 0.463954 0.383309 0.146833 0.31087 0.181378 0.235746 1905 0.31328 6397 0.0108327 6397 6348 6348 0.581661 0.91719 0.865556 0.0347287 0.332605 0.335629 
30.18/30.21	c satzilla's ranking:
30.18/30.21	c 1) minisat20SAT07: 2.987305
30.18/30.21	c 2) mxc-sr08: 2.052502
30.18/30.21	c 3) march_dl2004: 1.464862
30.18/30.21	c 4) minisat20: 0.928234
30.18/30.21	c 5) tts-4-0: 0.501758
30.18/30.21	c 6) zchaff_rand: 0.408745
30.18/30.21	c 7) vallst: -4.857018
30.18/30.21	c 8) SATenstein: -10000.000000
30.18/30.21	c 9) gnovelty+: -10000.000000
30.18/30.21	c 10) adaptg2wsat+: -10000.000000
30.18/30.21	c 11) adaptg2wsat0: -10000.000000
30.18/30.21	c 12) picosat846: -10000.000000
30.18/30.21	c 13) kcnfs04SAT07: -10000.000000
30.18/30.21	c satzilla running minisat20SAT07 ... 
4998.50/4998.43	c Bin: Executing minisat20SAT07
4998.50/4998.43	c spawning binary file with 4969 seconds ...
4998.50/4998.43	c child exit by a signal
4998.50/4998.43	c minisat20SAT07 returned code 137.
4998.50/4998.43	c satzilla running mxc-sr08 ... 
4998.50/4998.43	c Bin: Executing mxc-sr08
4998.50/4998.43	c mxc-sr08 returned code 1.
4998.50/4998.43	c satzilla running march_dl2004 ... 
4998.50/4998.43	c Bin: Executing march_dl2004
4998.50/4998.43	c march_dl2004 returned code 1.
4998.50/4998.43	c satzilla running minisat20 ... 
4998.50/4998.43	c Bin: Executing minisat20
4998.50/4998.43	c minisat20 returned code 1.
4998.50/4998.43	c satzilla running tts-4-0 ... 
4998.50/4998.43	c Bin: Executing tts-4-0
4998.50/4998.43	c tts-4-0 returned code 1.
4998.50/4998.43	c satzilla running zchaff_rand ... 
4998.50/4998.43	c Bin: Executing zchaff_rand
4998.50/4998.43	c zchaff_rand returned code 1.
4998.50/4998.43	c satzilla running vallst ... 
4998.50/4998.43	c Bin: Executing vallst
4998.50/4998.43	c vallst returned code 1.
4998.50/4998.43	c satzilla running SATenstein ... 
4998.50/4998.43	c Bin: Executing SATenstein
4998.50/4998.43	c SATenstein returned code 1.
4998.50/4998.43	c satzilla running gnovelty+ ... 
4998.50/4998.43	c Bin: Executing gnovelty+
4998.50/4998.43	c gnovelty+ returned code 1.
4998.50/4998.43	c satzilla running adaptg2wsat+ ... 
4998.50/4998.43	c Bin: Executing adaptg2wsat+
4998.50/4998.43	c adaptg2wsat+ returned code 1.
4998.50/4998.43	c satzilla running adaptg2wsat0 ... 
4998.50/4998.43	c Bin: Executing adaptg2wsat0
4998.50/4998.43	c adaptg2wsat0 returned code 1.
4998.50/4998.43	c satzilla running picosat846 ... 
4998.50/4998.43	c Bin: Executing picosat846
4998.50/4998.43	c picosat846 returned code 1.
4998.50/4998.43	c satzilla running kcnfs04SAT07 ... 
4998.50/4998.43	c Bin: Executing kcnfs04SAT07
4998.50/4998.43	c kcnfs04SAT07 returned code 1.
4998.50/4998.43	c ERROR: All Failed! 
4998.50/4998.43	c SATZILLA_TIME=4999.290000

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.1 (svn: 989)

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-3499448-1308495388/watcher-3499448-1308495388 -o /tmp/evaluation-result-3499448-1308495388/solver-3499448-1308495388 -C 5000 -W 5100 -M 15500 HOME/SATzilla2009_C HOME/instance-3499448-1308495388.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.00 2.00 1.92 2/178 26196
/proc/meminfo: memFree=28776024/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=2136 CPUtime=0 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 163 0 0 0 0 0 0 0 23 0 1 0 941955097 2187264 114 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/26196/statm: 534 114 97 400 0 131 0

[startup+0.0353949 s]
/proc/loadavg: 2.00 2.00 1.92 2/178 26196
/proc/meminfo: memFree=28776024/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=2136 CPUtime=0 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 163 0 0 0 0 0 0 0 23 0 1 0 941955097 2187264 114 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/26196/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.1004 s]
/proc/loadavg: 2.00 2.00 1.92 2/178 26196
/proc/meminfo: memFree=28776024/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=2136 CPUtime=0 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 163 0 0 0 0 0 0 0 23 0 1 0 941955097 2187264 114 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/26196/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.30036 s]
/proc/loadavg: 2.00 2.00 1.92 2/178 26196
/proc/meminfo: memFree=28776024/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=2136 CPUtime=0 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 163 0 0 0 0 0 0 0 23 0 1 0 941955097 2187264 114 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/26196/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.700295 s]
/proc/loadavg: 2.00 2.00 1.92 2/178 26196
/proc/meminfo: memFree=28776024/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=2136 CPUtime=0 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 163 0 0 0 0 0 0 0 23 0 1 0 941955097 2187264 114 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/26196/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+1.50116 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 26198
/proc/meminfo: memFree=28734524/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=2136 CPUtime=0 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 163 0 0 0 0 0 0 0 23 0 1 0 941955097 2187264 114 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/26196/statm: 534 114 97 400 0 131 0
[pid=26197] ppid=26196 vsize=71768 CPUtime=1.49 cores=0,2,4,6
/proc/26197/stat : 26197 (march_dl2004) R 26196 26196 25918 0 -1 4202496 15978 0 0 0 147 2 0 0 25 0 1 0 941955097 73490432 15083 33554432000 134512640 134996440 4290503920 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 2 0 0 0
/proc/26197/statm: 17942 15083 55 119 0 17821 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73904

[startup+3.10088 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 26198
/proc/meminfo: memFree=28734012/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=2136 CPUtime=0 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 163 0 0 0 0 0 0 0 23 0 1 0 941955097 2187264 114 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/26196/statm: 534 114 97 400 0 131 0
[pid=26197] ppid=26196 vsize=81664 CPUtime=3.09 cores=0,2,4,6
/proc/26197/stat : 26197 (march_dl2004) R 26196 26196 25918 0 -1 4202496 58065 0 0 0 302 7 0 0 25 0 1 0 941955097 83623936 17378 33554432000 134512640 134996440 4290503920 18446744073709551615 134559288 0 0 8392704 0 0 0 0 17 2 0 0 0
/proc/26197/statm: 20416 17378 65 119 0 20295 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83800

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 26200
/proc/meminfo: memFree=28707324/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=2136 CPUtime=4.99 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 184 77427 0 0 0 0 489 10 18 0 1 0 941955097 2187264 123 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 534 123 105 400 0 131 0
[pid=26200] ppid=26196 vsize=64372 CPUtime=1.28 cores=0,2,4,6
/proc/26200/stat : 26200 (mxc-sr08) R 26196 26196 25918 0 -1 4202496 20663 0 0 0 126 2 0 0 22 0 1 0 941955597 65916928 14933 33554432000 134512640 135078026 4293908496 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 4 0 0 0
/proc/26200/statm: 16093 14933 57 139 0 15952 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 66508

[startup+12.7002 s]
/proc/loadavg: 2.08 2.02 1.93 3/179 26203
/proc/meminfo: memFree=28671460/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=75988 CPUtime=12.68 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) R 26194 26196 25918 0 -1 4202496 18522 118869 0 0 154 3 1089 22 20 0 1 0 941955097 77811712 18441 33554432000 134512640 136149437 4292735264 18446744073709551615 134537146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26196/statm: 18997 18441 136 400 0 18594 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 75988

[startup+25.5009 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 26206
/proc/meminfo: memFree=28679220/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=75480 CPUtime=25.48 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) R 26194 26196 25918 0 -1 4202496 41619 137610 0 0 1229 8 1281 30 25 0 1 0 941955097 77291520 17178 33554432000 134512640 136149437 4292735264 18446744073709551615 135546846 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/26196/statm: 18870 17178 197 400 0 18467 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75480

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 1.93 3/180 26207
/proc/meminfo: memFree=28563864/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=117424 CPUtime=20.88 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 30384 0 0 0 2083 5 0 0 25 0 1 0 941958118 120242176 28770 33554432000 134512640 135078472 4290984112 18446744073709551615 134550254 0 0 8392704 3 0 0 0 17 4 0 0 0
/proc/26207/statm: 29356 28770 74 139 0 29215 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 179212

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.93 3/180 26209
/proc/meminfo: memFree=28422668/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=249652 CPUtime=72.08 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 63435 0 0 0 7196 12 0 0 25 0 1 0 941958118 255643648 61821 33554432000 134512640 135078472 4290984112 18446744073709551615 134550605 0 0 8392704 3 0 0 0 17 4 0 0 0
/proc/26207/statm: 62413 61821 74 139 0 62272 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 311440

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 26210
/proc/meminfo: memFree=28317396/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=354396 CPUtime=132.08 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 89573 0 0 0 13188 20 0 0 25 0 1 0 941958118 362901504 87959 33554432000 134512640 135078472 4290984112 18446744073709551615 134550639 0 0 8392704 3 0 0 0 17 4 0 0 0
/proc/26207/statm: 88599 87959 74 139 0 88458 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 416184

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 26212
/proc/meminfo: memFree=28236748/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=431936 CPUtime=192.08 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 109004 0 0 0 19181 27 0 0 25 0 1 0 941958118 442302464 107390 33554432000 134512640 135078472 4290984112 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 4 0 0 0
/proc/26207/statm: 107984 107390 74 139 0 107843 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 493724

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 26223
/proc/meminfo: memFree=28146256/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=519668 CPUtime=252.08 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 130850 0 0 0 25174 34 0 0 25 0 1 0 941958118 532140032 129236 33554432000 134512640 135078472 4290984112 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 129917 129236 74 139 0 129776 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 581456

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 26224
/proc/meminfo: memFree=28077668/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=584508 CPUtime=312.08 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 147105 0 0 0 31169 39 0 0 25 0 1 0 941958118 598536192 145491 33554432000 134512640 135078472 4290984112 18446744073709551615 134550584 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 146127 145491 74 139 0 145986 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 646296

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 26226
/proc/meminfo: memFree=28022580/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=638448 CPUtime=372.08 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 160627 0 0 0 37164 44 0 0 25 0 1 0 941958118 653770752 159013 33554432000 134512640 135078472 4290984112 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 159612 159013 74 139 0 159471 0
Current children cumulated CPU time (s) 402.28

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


[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26353
/proc/meminfo: memFree=26192276/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2420432 CPUtime=4692.19 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 604956 0 0 0 468975 244 0 0 25 0 1 0 941958118 2478522368 603342 33554432000 134512640 135078472 4290984112 18446744073709551615 134550710 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 605108 603342 74 139 0 604967 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 2482220

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26355
/proc/meminfo: memFree=26174872/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2437864 CPUtime=4752.19 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 609347 0 0 0 474974 245 0 0 25 0 1 0 941958118 2496372736 607733 33554432000 134512640 135078472 4290984112 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 609466 607733 74 139 0 609325 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 2499652

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26356
/proc/meminfo: memFree=26157600/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2454900 CPUtime=4812.19 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 613630 0 0 0 480972 247 0 0 25 0 1 0 941958118 2513817600 612016 33554432000 134512640 135078472 4290984112 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 613725 612016 74 139 0 613584 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 2516688

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26358
/proc/meminfo: memFree=26139820/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2472772 CPUtime=4872.19 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 618085 0 0 0 486970 249 0 0 25 0 1 0 941958118 2532118528 616471 33554432000 134512640 135078472 4290984112 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 618193 616471 74 139 0 618052 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 2534560

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26359
/proc/meminfo: memFree=26122144/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2490116 CPUtime=4932.19 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 622438 0 0 0 492968 251 0 0 25 0 1 0 941958118 2549878784 620824 33554432000 134512640 135078472 4290984112 18446744073709551615 134550644 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 622529 620824 74 139 0 622388 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 2551904

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

[startup+4966.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26359
/proc/meminfo: memFree=26121152/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2491304 CPUtime=4936.19 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 622740 0 0 0 493368 251 0 0 25 0 1 0 941958118 2551095296 621126 33554432000 134512640 135078472 4290984112 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 622826 621126 74 139 0 622685 0
Current children cumulated CPU time (s) 4966.39
Current children cumulated vsize (KiB) 2553092

[startup+4979.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26360
/proc/meminfo: memFree=26117056/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2495264 CPUtime=4949 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 623736 0 0 0 494648 252 0 0 25 0 1 0 941958118 2555150336 622122 33554432000 134512640 135078472 4290984112 18446744073709551615 134551022 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 623816 622122 74 139 0 623675 0
Current children cumulated CPU time (s) 4979.2
Current children cumulated vsize (KiB) 2557052

[startup+4991.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26360
/proc/meminfo: memFree=26112960/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2499224 CPUtime=4961.79 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 624712 0 0 0 495927 252 0 0 25 0 1 0 941958118 2559205376 623098 33554432000 134512640 135078472 4290984112 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 624806 623098 74 139 0 624665 0
Current children cumulated CPU time (s) 4991.99
Current children cumulated vsize (KiB) 2561012

[startup+4995.11 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26360
/proc/meminfo: memFree=26111968/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2500148 CPUtime=4964.99 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 624954 0 0 0 496247 252 0 0 25 0 1 0 941958118 2560151552 623340 33554432000 134512640 135078472 4290984112 18446744073709551615 134550646 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 625037 623340 74 139 0 624896 0
Current children cumulated CPU time (s) 4995.19
Current children cumulated vsize (KiB) 2561936

[startup+4996.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26360
/proc/meminfo: memFree=26111596/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2500676 CPUtime=4966.59 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 625082 0 0 0 496407 252 0 0 25 0 1 0 941958118 2560692224 623468 33554432000 134512640 135078472 4290984112 18446744073709551615 134550726 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 625169 623468 74 139 0 625028 0
Current children cumulated CPU time (s) 4996.79
Current children cumulated vsize (KiB) 2562464

[startup+4997.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26360
/proc/meminfo: memFree=26111224/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2500940 CPUtime=4967.39 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 625152 0 0 0 496487 252 0 0 25 0 1 0 941958118 2560962560 623538 33554432000 134512640 135078472 4290984112 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 625235 623538 74 139 0 625094 0
Current children cumulated CPU time (s) 4997.59
Current children cumulated vsize (KiB) 2562728

[startup+4997.9 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 26360
/proc/meminfo: memFree=26111224/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2501072 CPUtime=4967.79 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 625184 0 0 0 496527 252 0 0 25 0 1 0 941958118 2561097728 623570 33554432000 134512640 135078472 4290984112 18446744073709551615 134550713 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 625268 623570 74 139 0 625127 0
Current children cumulated CPU time (s) 4997.99
Current children cumulated vsize (KiB) 2562860

[startup+4998.3 s]
/proc/loadavg: 2.00 2.00 1.97 2/173 26384
/proc/meminfo: memFree=26236808/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=2501204 CPUtime=4968.2 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4202496 625211 0 0 0 496567 253 0 0 25 0 1 0 941958118 2561232896 623597 33554432000 134512640 135078472 4290984112 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 2 0 0 0
/proc/26207/statm: 625301 623597 74 139 0 625160 0
Current children cumulated CPU time (s) 4998.4
Current children cumulated vsize (KiB) 2562992

[startup+4998.41 s]
/proc/loadavg: 2.00 2.00 1.97 2/173 26384
/proc/meminfo: memFree=26236808/32951124 swapFree=67055536/67111528
[pid=26196] ppid=26194 vsize=61788 CPUtime=30.2 cores=0,2,4,6
/proc/26196/stat : 26196 (SATzilla2009_C) S 26194 26196 25918 0 -1 4202496 51606 137610 0 0 1695 14 1281 30 25 0 1 0 941955097 63270912 15166 33554432000 134512640 136149437 4292735264 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/26196/statm: 15447 15166 220 400 0 15044 0
[pid=26207] ppid=26196 vsize=0 CPUtime=4968.3 cores=0,2,4,6
/proc/26207/stat : 26207 (minisat20SAT07) R 26196 26196 25918 0 -1 4203524 625215 0 0 0 496571 259 0 0 25 0 1 0 941958118 0 0 33554432000 0 0 0 0 0 0 0 8392704 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26207/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4998.5
Current children cumulated vsize (KiB) 61788

Child status: 17
Real time (s): 4998.44
CPU time (s): 4998.56
CPU user time (s): 4995.48
CPU system time (s): 3.07653
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2562992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.48
system time used= 3.07653
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 814447
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= 13
involuntary context switches= 3549

runsolver used 9.24959 second user time and 17.8613 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-19 16:56:30
IDJOB=3499448
IDBENCH=83251
IDSOLVER=1995
FILE ID=node144/3499448-1308495388
RUNJOBID= node144-1308490389-25936
PBS_JOBID= 13608162
Free space on /tmp= 73236 MiB

SOLVER NAME= SAT09 reference solver: SATzilla2009_C 2009-03-22
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34309.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499448-1308495388/watcher-3499448-1308495388 -o /tmp/evaluation-result-3499448-1308495388/solver-3499448-1308495388 -C 5000 -W 5100 -M 15500  HOME/SATzilla2009_C HOME/instance-3499448-1308495388.cnf

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=1000483657

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28776452 kB
Buffers:        451824 kB
Cached:        3357024 kB
SwapCached:       9616 kB
Active:        1514844 kB
Inactive:      2322604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28776452 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:           87996 kB
Writeback:          24 kB
AnonPages:       26480 kB
Mapped:          13416 kB
Slab:           274564 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219000 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= 73236 MiB
End job on node144 at 2011-06-19 18:19:48