Trace number 3274819

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

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/f600.shuffled.cnf
MD5SUMd42133fd7674f41611be43d1b8ca7db6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2550
Sum of the clauses size7650
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32550
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

16.31/16.41	c SATzilla is building models for class 2
16.31/16.41	c run presolver march_dl2004 for 5 seconds ... 
16.31/16.41	c Bin: Executing march_dl2004
16.31/16.41	c spawning binary file with 5 seconds ...
16.31/16.41	c child exit by a signal
16.31/16.41	c march_dl2004 returned code 137.
16.31/16.41	c run presolver mxc-sr08 for 5 seconds ... 
16.31/16.41	c Bin: Executing mxc-sr08
16.31/16.41	c spawning binary file with 5 seconds ...
16.31/16.41	c child exit by a signal
16.31/16.41	c mxc-sr08 returned code 137.
16.31/16.41	c Orignal number of varibales is 600, number of clauses is 2550 
16.31/16.41	c predicted feature computation time is 7.007324 
16.31/16.41	c Bin: Executing satelite
16.31/16.41	c spawning binary file with 240 seconds ...
16.31/16.41	c child exited successfully
16.31/16.41	c satzilla computing base features
16.31/16.41	c Number of variabe is: 588, Number of clause is : 2537 
16.31/16.41	c Initializing...
16.31/16.41	c satzilla compute diameter ...
16.31/16.41	c start diameter features ...
16.31/16.41	c satzilla doing clause learning
16.31/16.41	c start clause learning features ...
16.31/16.41	c Bin: Executing zchaff07
16.31/16.41	c spawning binary file with 2 seconds ...
16.31/16.41	c child exit by a signal
16.31/16.41	c satzilla doing survey propogation probe
16.31/16.41	c do survay propogation for 2 second ...
16.31/16.41	c satzilla doing local search probe
16.31/16.41	c satzilla doing lobjois search-space size estimate
16.31/16.41	c features are:600 2550 588 2537 0.0204082 0.00512416 0.23177 0.500631 0.57913 0.664943 0.00514494 0.0526594 0.00510204 0.0085034 0.118317 0 0.975168 0.00514494 0.262583 0.00197083 0.00985416 2.6235 0.236682 0.182017 0 1 3.3924 0.00271425 0.367684 0 0.00630666 2.32677 0.526212 0.0101773 0.25998 0.00394166 0.0197083 4 0 4 4 -0 3754.75 0.0180662 3635 3827 3827 3635 3826 3718 3789 33.0975 0.0822815 30.5214 39.0994 39.0994 30.5214 35.7598 31.745 32.1927 0.412404 0.560843 0.00133852 1 0.739471 0.113548 0.583415 0.213476 0.40242 0.0918127 0.606612 0.0080032 0.297975 0.177064 0.0326046 0.121152 0.0508602 0.0787569 24.5075 0.218429 130.993 0.0662746 131 120 142 0.736558 0.237151 0.874476 0.0323133 0.317954 0.565666 
16.31/16.41	c satzilla's ranking:
16.31/16.41	c 1) minisat20SAT07: 3.409569
16.31/16.41	c 2) march_dl2004: 3.380543
16.31/16.41	c 3) minisat20: 3.286698
16.31/16.41	c 4) mxc-sr08: 3.273536
16.31/16.41	c 5) vallst: 0.956945
16.31/16.41	c 6) zchaff_rand: 0.397510
16.31/16.41	c 7) tts-4-0: 0.370698
16.31/16.41	c 8) SATenstein: -10000.000000
16.31/16.41	c 9) gnovelty+: -10000.000000
16.31/16.41	c 10) adaptg2wsat+: -10000.000000
16.31/16.41	c 11) adaptg2wsat0: -10000.000000
16.31/16.41	c 12) picosat846: -10000.000000
16.31/16.41	c 13) kcnfs04SAT07: -10000.000000
16.31/16.41	c satzilla running minisat20SAT07 ... 
1299.92/1300.00	c Bin: Executing minisat20SAT07
1299.92/1300.00	c spawning binary file with 2383 seconds ...
1299.92/1300.00	c child exit by a signal
1299.92/1300.00	c minisat20SAT07 returned code 143.
1299.92/1300.00	c satzilla running march_dl2004 ... 

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-3274819-1303608895/watcher-3274819-1303608895 -o /tmp/evaluation-result-3274819-1303608895/solver-3274819-1303608895 -C 2400 -W 1300 -M 7680 HOME/SATzilla2009_C HOME/instance-3274819-1303608895.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: 5.05 3.67 3.53 4/190 13945
/proc/meminfo: memFree=18410484/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=2136 CPUtime=0 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) R 13943 13945 12714 0 -1 4202496 159 0 0 0 0 0 0 0 25 0 1 0 472489194 2187264 114 33554432000 134512640 136149437 4288555792 18446744073709551615 135543087 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13945/statm: 534 114 97 400 0 131 0

[startup+0.088684 s]
/proc/loadavg: 5.05 3.67 3.53 4/190 13945
/proc/meminfo: memFree=18410484/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=2136 CPUtime=0 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 472489194 2187264 114 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.100662 s]
/proc/loadavg: 5.05 3.67 3.53 4/190 13945
/proc/meminfo: memFree=18410484/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=2136 CPUtime=0 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 472489194 2187264 114 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.300616 s]
/proc/loadavg: 5.05 3.67 3.53 4/190 13945
/proc/meminfo: memFree=18410484/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=2136 CPUtime=0 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 472489194 2187264 114 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.700553 s]
/proc/loadavg: 5.05 3.67 3.53 4/190 13945
/proc/meminfo: memFree=18410484/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=2136 CPUtime=0 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 472489194 2187264 114 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+1.50041 s]
/proc/loadavg: 5.05 3.67 3.53 6/192 13947
/proc/meminfo: memFree=18408236/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=2136 CPUtime=0 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 472489194 2187264 114 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 534 114 97 400 0 131 0
[pid=13946] ppid=13945 vsize=1580 CPUtime=1.49 cores=0,2
/proc/13946/stat : 13946 (march_dl2004) R 13945 13945 12714 0 -1 4202496 344 0 0 0 149 0 0 0 25 0 1 0 472489194 1617920 310 33554432000 134512640 134996440 4288149360 18446744073709551615 134551643 0 0 8392704 0 0 0 0 17 0 0 0 0
/proc/13946/statm: 395 310 74 119 0 274 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3716

[startup+3.10114 s]
/proc/loadavg: 5.05 3.67 3.53 6/192 13947
/proc/meminfo: memFree=18407740/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=2136 CPUtime=0 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 472489194 2187264 114 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 534 114 97 400 0 131 0
[pid=13946] ppid=13945 vsize=1580 CPUtime=3.1 cores=0,2
/proc/13946/stat : 13946 (march_dl2004) R 13945 13945 12714 0 -1 4202496 354 0 0 0 310 0 0 0 25 0 1 0 472489194 1617920 320 33554432000 134512640 134996440 4288149360 18446744073709551615 134551593 0 0 8392704 0 0 0 0 17 0 0 0 0
/proc/13946/statm: 395 320 74 119 0 274 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 3716

[startup+6.30053 s]
/proc/loadavg: 5.13 3.71 3.55 6/192 13948
/proc/meminfo: memFree=18407448/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=2136 CPUtime=4.99 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 187 359 0 0 0 0 499 0 18 0 1 0 472489194 2187264 127 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 0 0 0 0
/proc/13945/statm: 534 127 108 400 0 131 0
[pid=13948] ppid=13945 vsize=2000 CPUtime=1.29 cores=0,2
/proc/13948/stat : 13948 (mxc-sr08) R 13945 13945 12714 0 -1 4202496 407 0 0 0 129 0 0 0 22 0 1 0 472489694 2048000 381 33554432000 134512640 135078026 4287244304 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 2 0 0 0
/proc/13948/statm: 500 381 73 139 0 359 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4136

[startup+12.7004 s]
/proc/loadavg: 5.36 3.78 3.57 5/192 13950
/proc/meminfo: memFree=18403928/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=7532 CPUtime=12.63 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) R 13943 13945 12714 0 -1 4202496 565 2774 0 0 60 4 1198 1 18 0 1 0 472489194 7712768 437 33554432000 134512640 136149437 4288555792 18446744073709551615 134700904 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13945/statm: 1883 437 208 400 0 1480 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 7532

[startup+25.5002 s]
/proc/loadavg: 5.06 3.79 3.58 5/192 13951
/proc/meminfo: memFree=18406676/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=3204 CPUtime=9.06 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 490 0 0 0 906 0 0 0 25 0 1 0 472490835 3280896 464 33554432000 134512640 135078472 4287423200 18446744073709551615 134550708 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 801 464 73 139 0 660 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 6636

[startup+51.1008 s]
/proc/loadavg: 4.69 3.81 3.59 5/192 13952
/proc/meminfo: memFree=18402764/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=4000 CPUtime=34.66 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 703 0 0 0 3466 0 0 0 25 0 1 0 472490835 4096000 677 33554432000 134512640 135078472 4287423200 18446744073709551615 134556458 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 1000 677 73 139 0 859 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 7432

[startup+102.307 s]
/proc/loadavg: 4.30 3.83 3.61 5/192 13954
/proc/meminfo: memFree=18398416/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=4924 CPUtime=85.87 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 925 0 0 0 8587 0 0 0 25 0 1 0 472490835 5042176 899 33554432000 134512640 135078472 4287423200 18446744073709551615 134550726 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 1231 899 73 139 0 1090 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 8356

[startup+162.3 s]
/proc/loadavg: 4.11 3.86 3.63 5/192 13955
/proc/meminfo: memFree=18395676/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=5592 CPUtime=145.86 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1077 0 0 0 14586 0 0 0 25 0 1 0 472490835 5726208 1051 33554432000 134512640 135078472 4287423200 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 1398 1051 73 139 0 1257 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 9024

[startup+222.301 s]
/proc/loadavg: 3.64 3.79 3.62 4/185 13973
/proc/meminfo: memFree=18436600/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=6124 CPUtime=205.86 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1234 0 0 0 20586 0 0 0 25 0 1 0 472490835 6270976 1208 33554432000 134512640 135078472 4287423200 18446744073709551615 134550699 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 1531 1208 73 139 0 1390 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 9556

[startup+282.301 s]
/proc/loadavg: 3.24 3.64 3.58 4/185 13975
/proc/meminfo: memFree=18435848/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=6488 CPUtime=265.87 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1325 0 0 0 26587 0 0 0 25 0 1 0 472490835 6643712 1299 33554432000 134512640 135078472 4287423200 18446744073709551615 134550994 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 1622 1299 73 139 0 1481 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 9920

[startup+342.301 s]
/proc/loadavg: 3.15 3.54 3.54 4/185 13977
/proc/meminfo: memFree=18434464/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=7016 CPUtime=325.87 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1434 0 0 0 32587 0 0 0 25 0 1 0 472490835 7184384 1408 33554432000 134512640 135078472 4287423200 18446744073709551615 134552328 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 1754 1408 73 139 0 1613 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 10448

[startup+402.301 s]
/proc/loadavg: 3.05 3.44 3.51 4/185 13979
/proc/meminfo: memFree=18433828/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=7280 CPUtime=385.87 cores=0,2

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

[pid=13951] ppid=13945 vsize=7812 CPUtime=505.86 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1631 0 0 0 50586 0 0 0 25 0 1 0 472490835 7999488 1605 33554432000 134512640 135078472 4287423200 18446744073709551615 134556024 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 1953 1605 73 139 0 1812 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 11244

[startup+582.3 s]
/proc/loadavg: 3.04 3.25 3.42 4/185 13983
/proc/meminfo: memFree=18430700/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=8072 CPUtime=565.86 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1699 0 0 0 56586 0 0 0 25 0 1 0 472490835 8265728 1673 33554432000 134512640 135078472 4287423200 18446744073709551615 134556617 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2018 1673 73 139 0 1877 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 11504

[startup+642.301 s]
/proc/loadavg: 2.38 3.02 3.32 3/178 14002
/proc/meminfo: memFree=18476500/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=8344 CPUtime=625.87 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1759 0 0 0 62587 0 0 0 25 0 1 0 472490835 8544256 1733 33554432000 134512640 135078472 4287423200 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2086 1733 73 139 0 1945 0
Current children cumulated CPU time (s) 642.2
Current children cumulated vsize (KiB) 11776

[startup+702.301 s]
/proc/loadavg: 2.14 2.83 3.24 3/178 14004
/proc/meminfo: memFree=18476236/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=8480 CPUtime=685.87 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1797 0 0 0 68587 0 0 0 25 0 1 0 472490835 8683520 1771 33554432000 134512640 135078472 4287423200 18446744073709551615 134550579 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2120 1771 73 139 0 1979 0
Current children cumulated CPU time (s) 702.2
Current children cumulated vsize (KiB) 11912

[startup+762.306 s]
/proc/loadavg: 2.05 2.68 3.16 3/178 14005
/proc/meminfo: memFree=18475592/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=8748 CPUtime=745.87 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1877 0 0 0 74587 0 0 0 25 0 1 0 472490835 8957952 1851 33554432000 134512640 135078472 4287423200 18446744073709551615 134550628 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2187 1851 73 139 0 2046 0
Current children cumulated CPU time (s) 762.2
Current children cumulated vsize (KiB) 12180

[startup+822.301 s]
/proc/loadavg: 2.02 2.55 3.08 3/178 14006
/proc/meminfo: memFree=18475204/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=8880 CPUtime=805.87 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1899 0 0 0 80587 0 0 0 25 0 1 0 472490835 9093120 1873 33554432000 134512640 135078472 4287423200 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2220 1873 73 139 0 2079 0
Current children cumulated CPU time (s) 822.2
Current children cumulated vsize (KiB) 12312

[startup+882.3 s]
/proc/loadavg: 2.00 2.45 3.01 3/178 14008
/proc/meminfo: memFree=18474824/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=9104 CPUtime=865.87 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1954 0 0 0 86587 0 0 0 25 0 1 0 472490835 9322496 1928 33554432000 134512640 135078472 4287423200 18446744073709551615 134550717 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2276 1928 73 139 0 2135 0
Current children cumulated CPU time (s) 882.2
Current children cumulated vsize (KiB) 12536

[startup+942.301 s]
/proc/loadavg: 2.00 2.36 2.95 3/178 14010
/proc/meminfo: memFree=18474568/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=9244 CPUtime=925.87 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1984 0 0 0 92587 0 0 0 25 0 1 0 472490835 9465856 1958 33554432000 134512640 135078472 4287423200 18446744073709551615 134550699 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2311 1958 73 139 0 2170 0
Current children cumulated CPU time (s) 942.2
Current children cumulated vsize (KiB) 12676

[startup+1002.3 s]
/proc/loadavg: 2.00 2.29 2.88 3/178 14012
/proc/meminfo: memFree=18474308/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=9244 CPUtime=985.87 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 1999 0 0 0 98587 0 0 0 25 0 1 0 472490835 9465856 1973 33554432000 134512640 135078472 4287423200 18446744073709551615 134550628 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2311 1973 73 139 0 2170 0
Current children cumulated CPU time (s) 1002.2
Current children cumulated vsize (KiB) 12676

[startup+1062.3 s]
/proc/loadavg: 2.00 2.24 2.83 3/178 14013
/proc/meminfo: memFree=18474052/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=9504 CPUtime=1045.88 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 2058 0 0 0 104587 1 0 0 25 0 1 0 472490835 9732096 2032 33554432000 134512640 135078472 4287423200 18446744073709551615 134551872 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2376 2032 73 139 0 2235 0
Current children cumulated CPU time (s) 1062.21
Current children cumulated vsize (KiB) 12936

[startup+1122.3 s]
/proc/loadavg: 2.04 2.21 2.78 3/178 14014
/proc/meminfo: memFree=18473916/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=9504 CPUtime=1105.88 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 2070 0 0 0 110587 1 0 0 25 0 1 0 472490835 9732096 2044 33554432000 134512640 135078472 4287423200 18446744073709551615 134550766 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2376 2044 73 139 0 2235 0
Current children cumulated CPU time (s) 1122.21
Current children cumulated vsize (KiB) 12936

[startup+1182.3 s]
/proc/loadavg: 2.01 2.17 2.72 3/178 14016
/proc/meminfo: memFree=18473660/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=9764 CPUtime=1165.88 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 2111 0 0 0 116587 1 0 0 25 0 1 0 472490835 9998336 2085 33554432000 134512640 135078472 4287423200 18446744073709551615 134550587 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2441 2085 73 139 0 2300 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 13196

[startup+1242.3 s]
/proc/loadavg: 2.00 2.13 2.68 2/171 14037
/proc/meminfo: memFree=18527768/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=9868 CPUtime=1225.88 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 2165 0 0 0 122587 1 0 0 25 0 1 0 472490835 10104832 2139 33554432000 134512640 135078472 4287423200 18446744073709551615 134551022 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2467 2139 73 139 0 2326 0
Current children cumulated CPU time (s) 1242.21
Current children cumulated vsize (KiB) 13300



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.37 1.93 2.57 2/171 14038
/proc/meminfo: memFree=18528128/32951132 swapFree=67111528/67111528
[pid=13945] ppid=13943 vsize=3432 CPUtime=16.33 cores=0,2
/proc/13945/stat : 13945 (SATzilla2009_C) S 13943 13945 12714 0 -1 4202496 608 2774 0 0 410 24 1198 1 25 0 1 0 472489194 3514368 406 33554432000 134512640 136149437 4288555792 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 2 0 0 0
/proc/13945/statm: 858 406 220 400 0 455 0
[pid=13951] ppid=13945 vsize=10004 CPUtime=1283.59 cores=0,2
/proc/13951/stat : 13951 (minisat20SAT07) R 13945 13945 12714 0 -1 4202496 2188 0 0 0 128358 1 0 0 25 0 1 0 472490835 10244096 2162 33554432000 134512640 135078472 4287423200 18446744073709551615 134550617 0 0 8392704 3 0 0 0 17 0 0 0 0
/proc/13951/statm: 2501 2162 73 139 0 2360 0
Current children cumulated CPU time (s) 1299.92
Current children cumulated vsize (KiB) 13436

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)
Real time (s): 1300.01
CPU time (s): 1299.95
CPU user time (s): 1299.67
CPU system time (s): 0.280957
CPU usage (%): 99.995
Max. virtual memory (cumulated for all children) (KiB): 13436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.67
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5585
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= 14
involuntary context switches= 3831

runsolver used 2.14067 second user time and 4.20136 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-24 03:34:55
IDJOB=3274819
IDBENCH=87732
IDSOLVER=1675
FILE ID=node131/3274819-1303608895
RUNJOBID= node131-1303608833-13770
PBS_JOBID= 13150611
Free space on /tmp= 71912 MiB

SOLVER NAME= SAT09 reference solver: SATzilla2009_C 2009-03-22
BENCH NAME= SAT02/handmade/simon/satex-challenges/f600.shuffled.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274819-1303608895/watcher-3274819-1303608895 -o /tmp/evaluation-result-3274819-1303608895/solver-3274819-1303608895 -C 2400 -W 1300 -M 7680  HOME/SATzilla2009_C HOME/instance-3274819-1303608895.cnf

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

MD5SUM BENCH= d42133fd7674f41611be43d1b8ca7db6
RANDOM SEED=371765165

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18410772 kB
Buffers:        995952 kB
Cached:       12933876 kB
SwapCached:          0 kB
Active:        4432964 kB
Inactive:      9591752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18410772 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           35152 kB
Writeback:           0 kB
AnonPages:       94304 kB
Mapped:          18784 kB
Slab:           453048 kB
PageTables:       5332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   282088 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71976 MiB
End job on node131 at 2011-04-24 03:56:38