Trace number 3274474

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? (TO) 1300 1300.02

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

31.28/31.36	c SATzilla is building models for class 2
31.28/31.36	c run presolver march_dl2004 for 5 seconds ... 
31.28/31.36	c Bin: Executing march_dl2004
31.28/31.36	c spawning binary file with 5 seconds ...
31.28/31.36	c child exit by a signal
31.28/31.36	c march_dl2004 returned code 137.
31.28/31.36	c run presolver mxc-sr08 for 5 seconds ... 
31.28/31.36	c Bin: Executing mxc-sr08
31.28/31.36	c spawning binary file with 5 seconds ...
31.28/31.36	c child exit by a signal
31.28/31.36	c mxc-sr08 returned code 137.
31.28/31.36	c Orignal number of varibales is 34307, number of clauses is 708206 
31.28/31.36	c predicted feature computation time is 24.482583 
31.28/31.36	c Bin: Executing satelite
31.28/31.36	c spawning binary file with 240 seconds ...
31.28/31.36	c child exited successfully
31.28/31.36	c satzilla computing base features
31.28/31.36	c Number of variabe is: 34307, Number of clause is : 708206 
31.28/31.36	c Initializing...
31.28/31.36	c satzilla compute diameter ...
31.28/31.36	c start diameter features ...
31.28/31.36	c satzilla doing clause learning
31.28/31.36	c start clause learning features ...
31.28/31.36	c Bin: Executing zchaff07
31.28/31.36	c spawning binary file with 2 seconds ...
31.28/31.36	c child exit by a signal
31.28/31.36	c satzilla doing survey propogation probe
31.28/31.36	c do survay propogation for 2 second ...
31.28/31.36	c satzilla doing local search probe
31.28/31.36	c satzilla doing lobjois search-space size estimate
31.28/31.36	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.57143 0.136216 4 6 0.898205 13.2571 0.720434 1 30 26 2 24 5 13 85.1038 0.342833 45.1667 167 131 58.1667 96.4 62.8696 83.0769 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 2416 0.549647 6533.5 0.00833355 6533.5 6495 6495 1.10068 1.14716 0.895709 0.0691913 0.34577 0.35475 
31.28/31.36	c satzilla's ranking:
31.28/31.36	c 1) minisat20SAT07: 3.030224
31.28/31.36	c 2) mxc-sr08: 2.054103
31.28/31.36	c 3) march_dl2004: 1.492013
31.28/31.36	c 4) minisat20: 0.889083
31.28/31.36	c 5) tts-4-0: 0.516297
31.28/31.36	c 6) zchaff_rand: 0.498739
31.28/31.36	c 7) vallst: -4.909382
31.28/31.36	c 8) SATenstein: -10000.000000
31.28/31.36	c 9) gnovelty+: -10000.000000
31.28/31.36	c 10) adaptg2wsat+: -10000.000000
31.28/31.36	c 11) adaptg2wsat0: -10000.000000
31.28/31.36	c 12) picosat846: -10000.000000
31.28/31.36	c 13) kcnfs04SAT07: -10000.000000
31.28/31.36	c satzilla running minisat20SAT07 ... 

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-3274474-1303603228/watcher-3274474-1303603228 -o /tmp/evaluation-result-3274474-1303603228/solver-3274474-1303603228 -C 2400 -W 1300 -M 7680 HOME/SATzilla2009_C HOME/instance-3274474-1303603228.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.91 3.52 3.59 4/185 23413
/proc/meminfo: memFree=21012588/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=2136 CPUtime=0 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 163 0 0 0 0 0 0 0 22 0 1 0 204514204 2187264 114 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 534 114 97 400 0 131 0

[startup+0.027181 s]
/proc/loadavg: 2.91 3.52 3.59 4/185 23413
/proc/meminfo: memFree=21012588/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=2136 CPUtime=0 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 163 0 0 0 0 0 0 0 22 0 1 0 204514204 2187264 114 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.101181 s]
/proc/loadavg: 2.91 3.52 3.59 4/185 23413
/proc/meminfo: memFree=21012588/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=2136 CPUtime=0 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 163 0 0 0 0 0 0 0 22 0 1 0 204514204 2187264 114 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.301145 s]
/proc/loadavg: 2.91 3.52 3.59 4/185 23413
/proc/meminfo: memFree=21012588/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=2136 CPUtime=0 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 163 0 0 0 0 0 0 0 22 0 1 0 204514204 2187264 114 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.701062 s]
/proc/loadavg: 2.91 3.52 3.59 4/185 23413
/proc/meminfo: memFree=21012588/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=2136 CPUtime=0 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 163 0 0 0 0 0 0 0 22 0 1 0 204514204 2187264 114 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+1.50092 s]
/proc/loadavg: 2.91 3.52 3.59 4/187 23415
/proc/meminfo: memFree=20965212/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=2136 CPUtime=0 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 163 0 0 0 0 0 0 0 22 0 1 0 204514204 2187264 114 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 534 114 97 400 0 131 0
[pid=23414] ppid=23413 vsize=51812 CPUtime=1.49 cores=0,2
/proc/23414/stat : 23414 (march_dl2004) R 23413 23413 22924 0 -1 4202496 10965 0 0 0 148 1 0 0 25 0 1 0 204514204 53055488 10105 33554432000 134512640 134996440 4292283056 18446744073709551615 134546295 0 0 8392704 0 0 0 0 17 0 0 0 0
/proc/23414/statm: 12953 10105 53 119 0 12832 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53948

[startup+3.1006 s]
/proc/loadavg: 2.91 3.52 3.59 4/187 23415
/proc/meminfo: memFree=20944256/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=2136 CPUtime=0 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 163 0 0 0 0 0 0 0 22 0 1 0 204514204 2187264 114 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 534 114 97 400 0 131 0
[pid=23414] ppid=23413 vsize=55856 CPUtime=3.08 cores=0,2
/proc/23414/stat : 23414 (march_dl2004) R 23413 23413 22924 0 -1 4202496 51100 0 0 0 302 6 0 0 25 0 1 0 204514204 57196544 10549 33554432000 134512640 134996440 4292283056 18446744073709551615 134588825 0 0 8392704 0 0 0 0 17 0 0 0 0
/proc/23414/statm: 13964 10549 61 119 0 13843 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 57992

[startup+6.30106 s]
/proc/loadavg: 2.92 3.51 3.58 4/187 23416
/proc/meminfo: memFree=20933604/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=2136 CPUtime=4.99 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 183 77427 0 0 0 0 489 10 18 0 1 0 204514204 2187264 123 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 534 123 105 400 0 131 0
[pid=23416] ppid=23413 vsize=64372 CPUtime=1.28 cores=0,2
/proc/23416/stat : 23416 (mxc-sr08) R 23413 23413 22924 0 -1 4202496 20663 0 0 0 126 2 0 0 22 0 1 0 204514704 65916928 14933 33554432000 134512640 135078026 4293703632 18446744073709551615 134560769 0 0 8392704 0 0 0 0 17 0 0 0 0
/proc/23416/statm: 16093 14933 57 139 0 15952 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 66508

[startup+12.7009 s]
/proc/loadavg: 2.93 3.50 3.58 4/186 23417
/proc/meminfo: memFree=20886004/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=75988 CPUtime=12.69 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) R 23411 23413 22924 0 -1 4202496 18517 118756 0 0 153 4 1090 22 20 0 1 0 204514204 77811712 18439 33554432000 134512640 136149437 4291050688 18446744073709551615 134535653 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23413/statm: 18997 18439 136 400 0 18594 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75988

[startup+25.5007 s]
/proc/loadavg: 2.94 3.47 3.57 4/186 23418
/proc/meminfo: memFree=20824224/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=115544 CPUtime=25.48 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) R 23411 23413 22924 0 -1 4202496 38531 137473 0 0 1229 7 1282 30 25 0 1 0 204514204 118317056 28061 33554432000 134512640 136149437 4291050688 18446744073709551615 134847863 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/23413/statm: 28886 28061 152 400 0 28483 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 115544

[startup+51.1012 s]
/proc/loadavg: 2.96 3.44 3.55 4/187 23429
/proc/meminfo: memFree=20738612/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=104756 CPUtime=19.72 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 27233 0 0 0 1967 5 0 0 25 0 1 0 204517340 107270144 25619 33554432000 134512640 135078472 4292296912 18446744073709551615 134550635 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 26189 25619 74 139 0 26048 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 167412

[startup+102.307 s]
/proc/loadavg: 2.98 3.37 3.52 4/187 23430
/proc/meminfo: memFree=20553212/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=227328 CPUtime=70.93 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 57841 0 0 0 7080 13 0 0 25 0 1 0 204517340 232783872 56227 33554432000 134512640 135078472 4292296912 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 56832 56227 74 139 0 56691 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 289984

[startup+162.301 s]
/proc/loadavg: 3.05 3.31 3.49 4/187 23432
/proc/meminfo: memFree=20394272/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=325324 CPUtime=130.92 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 82307 0 0 0 13070 22 0 0 25 0 1 0 204517340 333131776 80693 33554432000 134512640 135078472 4292296912 18446744073709551615 134551022 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 81331 80693 74 139 0 81190 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 387980

[startup+222.301 s]
/proc/loadavg: 3.02 3.25 3.46 4/187 23433
/proc/meminfo: memFree=20272860/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=397448 CPUtime=190.93 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 100389 0 0 0 19064 29 0 0 25 0 1 0 204517340 406986752 98775 33554432000 134512640 135078472 4292296912 18446744073709551615 134550726 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 99362 98775 74 139 0 99221 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 460104

[startup+282.301 s]
/proc/loadavg: 3.00 3.20 3.43 4/187 23435
/proc/meminfo: memFree=20157524/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=469760 CPUtime=250.93 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 118351 0 0 0 25056 37 0 0 25 0 1 0 204517340 481034240 116737 33554432000 134512640 135078472 4292296912 18446744073709551615 134550619 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 117440 116737 74 139 0 117299 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 532416

[startup+342.301 s]
/proc/loadavg: 3.04 3.18 3.40 4/187 23437
/proc/meminfo: memFree=20036364/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=536832 CPUtime=310.93 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 135160 0 0 0 31048 45 0 0 25 0 1 0 204517340 549715968 133546 33554432000 134512640 135078472 4292296912 18446744073709551615 134550637 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 134208 133546 74 139 0 134067 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 599488

[startup+402.3 s]
/proc/loadavg: 3.01 3.14 3.37 4/187 23438
/proc/meminfo: memFree=19936280/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=589148 CPUtime=370.93 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 148282 0 0 0 37044 49 0 0 25 0 1 0 204517340 603287552 146668 33554432000 134512640 135078472 4292296912 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 147287 146668 74 139 0 147146 0
Current children cumulated CPU time (s) 402.27

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

/proc/23419/statm: 182664 181890 74 139 0 182523 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 793312

[startup+642.301 s]
/proc/loadavg: 3.00 3.06 3.28 4/187 23445
/proc/meminfo: memFree=19644548/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=765884 CPUtime=610.95 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 192340 0 0 0 61027 68 0 0 25 0 1 0 204517340 784265216 190726 33554432000 134512640 135078472 4292296912 18446744073709551615 134556042 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 191471 190726 74 139 0 191330 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 828540

[startup+702.301 s]
/proc/loadavg: 3.00 3.04 3.26 4/187 23446
/proc/meminfo: memFree=19587108/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=798028 CPUtime=670.94 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 200393 0 0 0 67022 72 0 0 25 0 1 0 204517340 817180672 198779 33554432000 134512640 135078472 4292296912 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 199507 198779 74 139 0 199366 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 860684

[startup+762.307 s]
/proc/loadavg: 3.00 3.03 3.24 4/187 23448
/proc/meminfo: memFree=19509348/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=829104 CPUtime=730.95 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 208166 0 0 0 73019 76 0 0 25 0 1 0 204517340 849002496 206552 33554432000 134512640 135078472 4292296912 18446744073709551615 134550584 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 207276 206552 74 139 0 207135 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 891760

[startup+822.301 s]
/proc/loadavg: 3.00 3.03 3.22 4/187 23449
/proc/meminfo: memFree=19436664/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=859808 CPUtime=790.95 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 215841 0 0 0 79014 81 0 0 25 0 1 0 204517340 880443392 214227 33554432000 134512640 135078472 4292296912 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 214952 214227 74 139 0 214811 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 922464

[startup+882.301 s]
/proc/loadavg: 3.06 3.03 3.21 4/187 23451
/proc/meminfo: memFree=19369688/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=889956 CPUtime=850.95 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 223400 0 0 0 85010 85 0 0 25 0 1 0 204517340 911314944 221786 33554432000 134512640 135078472 4292296912 18446744073709551615 134550708 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 222489 221786 74 139 0 222348 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 952612

[startup+942.3 s]
/proc/loadavg: 3.02 3.03 3.19 4/187 23452
/proc/meminfo: memFree=19315980/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=916200 CPUtime=910.94 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 229976 0 0 0 91006 88 0 0 25 0 1 0 204517340 938188800 228362 33554432000 134512640 135078472 4292296912 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 229050 228362 74 139 0 228909 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 978856

[startup+1002.3 s]
/proc/loadavg: 3.01 3.02 3.18 4/187 23454
/proc/meminfo: memFree=19246392/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=956472 CPUtime=970.95 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 240067 0 0 0 97002 93 0 0 25 0 1 0 204517340 979427328 238453 33554432000 134512640 135078472 4292296912 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 239118 238453 74 139 0 238977 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1019128

[startup+1062.3 s]
/proc/loadavg: 3.06 3.03 3.17 4/187 23456
/proc/meminfo: memFree=19181644/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=997580 CPUtime=1030.94 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 250030 0 0 0 102997 97 0 0 25 0 1 0 204517340 1021521920 248416 33554432000 134512640 135078472 4292296912 18446744073709551615 134707275 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 249395 248416 74 139 0 249254 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 1060236

[startup+1122.3 s]
/proc/loadavg: 3.02 3.02 3.16 4/187 23457
/proc/meminfo: memFree=19115908/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=1034584 CPUtime=1090.95 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 259304 0 0 0 108994 101 0 0 25 0 1 0 204517340 1059414016 257690 33554432000 134512640 135078472 4292296912 18446744073709551615 134550628 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 258646 257690 74 139 0 258505 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1097240

[startup+1182.3 s]
/proc/loadavg: 3.01 3.02 3.15 4/187 23459
/proc/meminfo: memFree=19047812/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=1068788 CPUtime=1150.95 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 267849 0 0 0 114989 106 0 0 25 0 1 0 204517340 1094438912 266235 33554432000 134512640 135078472 4292296912 18446744073709551615 134550637 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 267197 266235 74 139 0 267056 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1131444

[startup+1242.3 s]
/proc/loadavg: 3.00 3.01 3.14 4/187 23461
/proc/meminfo: memFree=18985792/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=1101416 CPUtime=1210.95 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 276060 0 0 0 120985 110 0 0 25 0 1 0 204517340 1127849984 274446 33554432000 134512640 135078472 4292296912 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 275354 274446 74 139 0 275213 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 1164072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.49 2.89 3.09 2/173 23498
/proc/meminfo: memFree=19883840/32951124 swapFree=67111528/67111528
[pid=23413] ppid=23411 vsize=62656 CPUtime=31.34 cores=0,2
/proc/23413/stat : 23413 (SATzilla2009_C) S 23411 23413 22924 0 -1 4202496 51484 137473 0 0 1809 13 1282 30 25 0 1 0 204514204 64159744 15349 33554432000 134512640 136149437 4291050688 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 0 0 0 0
/proc/23413/statm: 15664 15349 220 400 0 15261 0
[pid=23419] ppid=23413 vsize=1131040 CPUtime=1268.66 cores=0,2
/proc/23419/stat : 23419 (minisat20SAT07) R 23413 23413 22924 0 -1 4202496 283473 0 0 0 126752 114 0 0 25 0 1 0 204517340 1158184960 281859 33554432000 134512640 135078472 4292296912 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/23419/statm: 282760 281859 74 139 0 282619 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1193696

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 23413 and gives
#  childrusage.ru_utime.tv_sec=30
#  childrusage.ru_utime.tv_usec=919299
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=443932
# CPU time returned by wait4() is 31.3632
# while last known CPU time is 1300
#
# 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): 1300
CPU user time (s): 1298.43
CPU system time (s): 1.57
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 1193696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9193
system time used= 0.443932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188957
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= 12
involuntary context switches= 425

runsolver used 2.28165 second user time and 4.80827 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-24 02:00:29
IDJOB=3274474
IDBENCH=83251
IDSOLVER=1675
FILE ID=node107/3274474-1303603228
RUNJOBID= node107-1303600595-22942
PBS_JOBID= 13150587
Free space on /tmp= 71640 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-3274474-1303603228/watcher-3274474-1303603228 -o /tmp/evaluation-result-3274474-1303603228/solver-3274474-1303603228 -C 2400 -W 1300 -M 7680  HOME/SATzilla2009_C HOME/instance-3274474-1303603228.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=266592048

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21012744 kB
Buffers:       2016080 kB
Cached:        9359572 kB
SwapCached:          0 kB
Active:        7741280 kB
Inactive:      3717936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21012744 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          118032 kB
Writeback:           0 kB
AnonPages:       83216 kB
Mapped:          17496 kB
Slab:           415772 kB
PageTables:       4944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   244520 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= 71672 MiB
End job on node107 at 2011-04-24 02:22:11