Trace number 3205552

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_R 2009-03-22? (TO) 1300.05 1300.02

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1556216475-025.UNKNOWN.cnf
MD5SUM4227d784a99fd8c0304137876add0b08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark398.758
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

Solver Data

66.28/66.30	c SATzilla is building models for class 1
66.28/66.30	c run presolver SATenstein for 30 seconds ... 
66.28/66.30	c Bin: Executing SATenstein
66.28/66.30	c spawning binary file with 30 seconds ...
66.28/66.30	c child exit by a signal
66.28/66.30	c SATenstein returned code 137.
66.28/66.30	c run presolver mxc-sr08 for 30 seconds ... 
66.28/66.30	c Bin: Executing mxc-sr08
66.28/66.30	c spawning binary file with 30 seconds ...
66.28/66.30	c child exit by a signal
66.28/66.30	c mxc-sr08 returned code 137.
66.28/66.30	c Orignal number of varibales is 60, number of clauses is 5340 
66.28/66.30	c predicted feature computation time is 6.515460 
66.28/66.30	c Bin: Executing satelite
66.28/66.30	c spawning binary file with 240 seconds ...
66.28/66.30	c child exited successfully
66.28/66.30	c satzilla computing base features
66.28/66.30	c Number of variabe is: 60, Number of clause is : 5340 
66.28/66.30	c Initializing...
66.28/66.30	c satzilla compute diameter ...
66.28/66.30	c start diameter features ...
66.28/66.30	c satzilla doing clause learning
66.28/66.30	c start clause learning features ...
66.28/66.30	c Bin: Executing zchaff07
66.28/66.30	c spawning binary file with 2 seconds ...
66.28/66.30	c child exit by a signal
66.28/66.30	c satzilla doing survey propogation probe
66.28/66.30	c do survay propogation for 2 second ...
66.28/66.30	c satzilla doing local search probe
66.28/66.30	c satzilla doing lobjois search-space size estimate
66.28/66.30	c features are:60 5340 60 5340 0 0 0.011236 0.311343 0.676509 0.996987 0.116667 0 0.116667 0.116667 -0 0 0 0.116667 0.0429765 0.106929 0.128839 3.508 0.0371749 0.0295979 0 0.141914 2.13296 0.00742821 0.148195 0.00486891 0.00973783 2.93634 0.0636704 0.0110487 0 0.0110487 0.0110487 2 0 2 2 -0 4509 0.0116581 4456 4598 4598 4456 4539 4474 4478 22.6818 0.0142339 22.2258 23.1503 23.1503 22.2258 22.8496 22.4347 22.7488 0.074321 0.764527 5.34713e-05 0.263088 0.156258 0.0110921 0.112155 0.0297593 0.0711396 6.87333e-05 0.401776 2.36541e-05 0.000147789 0.000114464 3.47432e-05 8.10944e-05 5.21472e-05 6.65094e-05 8.18323 0.278786 10.5613 0.215151 10 8 13 2.36135 0.286888 0.904167 0.0987648 0.689326 0.764562 
66.28/66.30	c satzilla's ranking:
66.28/66.30	c 1) picosat846: 1.611889
66.28/66.30	c 2) march_dl2004: 1.085413
66.28/66.30	c 3) adaptg2wsat0: 0.789028
66.28/66.30	c 4) gnovelty+: 0.635446
66.28/66.30	c 5) adaptg2wsat+: 0.598393
66.28/66.30	c 6) SATenstein: 0.577046
66.28/66.30	c 7) kcnfs04SAT07: 0.214641
66.28/66.30	c 8) mxc-sr08: -10000.000000
66.28/66.30	c 9) tts-4-0: -10000.000000
66.28/66.30	c 10) zchaff_rand: -10000.000000
66.28/66.30	c 11) vallst: -10000.000000
66.28/66.30	c 12) minisat20: -10000.000000
66.28/66.30	c 13) minisat20SAT07: -10000.000000
66.28/66.30	c satzilla running picosat846 ... 
1300.01/1300.00	c Bin: Executing picosat846
1300.01/1300.00	c spawning binary file with 2333 seconds ...
1300.01/1300.00	c child exit by a signal
1300.01/1300.00	c picosat846 returned code 143.
1300.01/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-3205552-1302952028/watcher-3205552-1302952028 -o /tmp/evaluation-result-3205552-1302952028/solver-3205552-1302952028 -C 2400 -W 1300 -M 7680 HOME/SATzilla2009_R HOME/instance-3205552-1302952028.cnf 

running on 2 cores: 5,7

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: 3.92 3.99 3.94 5/192 14719
/proc/meminfo: memFree=16698296/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=2136 CPUtime=0 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) R 14717 14719 13850 0 -1 4202496 159 0 0 0 0 0 0 0 25 0 1 0 485433469 2187264 114 33554432000 134512640 136149437 4292854608 18446744073709551615 135543087 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14719/statm: 534 114 97 400 0 131 0

[startup+0.0261361 s]
/proc/loadavg: 3.92 3.99 3.94 5/192 14719
/proc/meminfo: memFree=16698296/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=2136 CPUtime=0 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 485433469 2187264 114 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 7 0 0 0
/proc/14719/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.101126 s]
/proc/loadavg: 3.92 3.99 3.94 5/192 14719
/proc/meminfo: memFree=16698296/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=2136 CPUtime=0 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 485433469 2187264 114 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 7 0 0 0
/proc/14719/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.301096 s]
/proc/loadavg: 3.92 3.99 3.94 5/192 14719
/proc/meminfo: memFree=16698296/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=2136 CPUtime=0 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 485433469 2187264 114 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 7 0 0 0
/proc/14719/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.701015 s]
/proc/loadavg: 3.92 3.99 3.94 5/192 14719
/proc/meminfo: memFree=16698296/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=2136 CPUtime=0 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 485433469 2187264 114 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 7 0 0 0
/proc/14719/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+1.50086 s]
/proc/loadavg: 3.92 3.99 3.94 5/194 14721
/proc/meminfo: memFree=16696916/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=2136 CPUtime=0 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 485433469 2187264 114 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 7 0 0 0
/proc/14719/statm: 534 114 97 400 0 131 0
[pid=14720] ppid=14719 vsize=12868 CPUtime=1.49 cores=5,7
/proc/14720/stat : 14720 (SATenstein) R 14719 14719 13850 0 -1 4202496 542 0 0 0 149 0 0 0 25 0 1 0 485433469 13176832 497 33554432000 134512640 134854740 4294688272 18446744073709551615 134761154 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14720/statm: 3217 497 191 84 0 2742 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15004

[startup+3.10056 s]
/proc/loadavg: 3.92 3.99 3.94 5/194 14721
/proc/meminfo: memFree=16696436/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=2136 CPUtime=0 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 485433469 2187264 114 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 7 0 0 0
/proc/14719/statm: 534 114 97 400 0 131 0
[pid=14720] ppid=14719 vsize=12868 CPUtime=3.09 cores=5,7
/proc/14720/stat : 14720 (SATenstein) R 14719 14719 13850 0 -1 4202496 542 0 0 0 309 0 0 0 25 0 1 0 485433469 13176832 497 33554432000 134512640 134854740 4294688272 18446744073709551615 134760389 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14720/statm: 3217 497 191 84 0 2742 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15004

[startup+6.30094 s]
/proc/loadavg: 3.93 3.99 3.94 5/194 14721
/proc/meminfo: memFree=16696064/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=2136 CPUtime=0 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 485433469 2187264 114 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 7 0 0 0
/proc/14719/statm: 534 114 97 400 0 131 0
[pid=14720] ppid=14719 vsize=12868 CPUtime=6.29 cores=5,7
/proc/14720/stat : 14720 (SATenstein) R 14719 14719 13850 0 -1 4202496 542 0 0 0 629 0 0 0 25 0 1 0 485433469 13176832 497 33554432000 134512640 134854740 4294688272 18446744073709551615 134760572 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14720/statm: 3217 497 191 84 0 2742 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15004

[startup+12.7007 s]
/proc/loadavg: 3.93 3.99 3.94 5/194 14721
/proc/meminfo: memFree=16696196/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=2136 CPUtime=0 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 485433469 2187264 114 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 7 0 0 0
/proc/14719/statm: 534 114 97 400 0 131 0
[pid=14720] ppid=14719 vsize=12868 CPUtime=12.69 cores=5,7
/proc/14720/stat : 14720 (SATenstein) R 14719 14719 13850 0 -1 4202496 542 0 0 0 1269 0 0 0 25 0 1 0 485433469 13176832 497 33554432000 134512640 134854740 4294688272 18446744073709551615 134763445 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14720/statm: 3217 497 191 84 0 2742 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15004

[startup+25.5003 s]
/proc/loadavg: 3.95 3.99 3.94 5/194 14721
/proc/meminfo: memFree=16696724/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=2136 CPUtime=0 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 485433469 2187264 114 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 7 0 0 0
/proc/14719/statm: 534 114 97 400 0 131 0
[pid=14720] ppid=14719 vsize=12868 CPUtime=25.49 cores=5,7
/proc/14720/stat : 14720 (SATenstein) R 14719 14719 13850 0 -1 4202496 542 0 0 0 2549 0 0 0 25 0 1 0 485433469 13176832 497 33554432000 134512640 134854740 4294688272 18446744073709551615 134760607 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14720/statm: 3217 497 191 84 0 2742 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15004

[startup+51.1004 s]
/proc/loadavg: 3.96 3.99 3.94 5/194 14723
/proc/meminfo: memFree=16695824/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=2136 CPUtime=29.99 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 183 542 0 0 0 0 2999 0 18 0 1 0 485433469 2187264 123 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 534 123 105 400 0 131 0
[pid=14722] ppid=14719 vsize=3036 CPUtime=21.1 cores=5,7
/proc/14722/stat : 14722 (mxc-sr08) R 14719 14719 13850 0 -1 4202496 716 0 0 0 2110 0 0 0 25 0 1 0 485436468 3108864 642 33554432000 134512640 135078026 4294070848 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14722/statm: 759 642 73 139 0 618 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 5172

[startup+102.307 s]
/proc/loadavg: 3.98 3.99 3.94 5/194 14727
/proc/meminfo: memFree=16694244/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=3616 CPUtime=35.99 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 643 0 0 0 3599 0 0 0 25 0 1 0 485440100 3702784 609 33554432000 134512640 134570484 4289221616 18446744073709551615 134553110 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 904 609 90 15 0 538 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7392

[startup+162.3 s]
/proc/loadavg: 3.99 3.99 3.94 5/194 14729
/proc/meminfo: memFree=16693588/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=4540 CPUtime=95.98 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 849 0 0 0 9598 0 0 0 25 0 1 0 485440100 4648960 815 33554432000 134512640 134570484 4289221616 18446744073709551615 134553104 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 1135 815 90 15 0 769 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 8316

[startup+222.301 s]
/proc/loadavg: 4.03 4.00 3.95 5/194 14731
/proc/meminfo: memFree=16692816/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=5068 CPUtime=155.99 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 976 0 0 0 15599 0 0 0 25 0 1 0 485440100 5189632 942 33554432000 134512640 134570484 4289221616 18446744073709551615 134551859 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 1267 942 90 15 0 901 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 8844

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.95 5/194 14732
/proc/meminfo: memFree=16692288/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=5332 CPUtime=215.99 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1070 0 0 0 21599 0 0 0 25 0 1 0 485440100 5459968 1036 33554432000 134512640 134570484 4289221616 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 1333 1036 90 15 0 967 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 9108

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14824
/proc/meminfo: memFree=16693476/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=5984 CPUtime=275.99 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1178 0 0 0 27599 0 0 0 25 0 1 0 485440100 6127616 1144 33554432000 134512640 134570484 4289221616 18446744073709551615 134553129 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 1496 1144 91 15 0 1130 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 9760

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14831
/proc/meminfo: memFree=16688008/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7

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

[pid=14726] ppid=14719 vsize=6760 CPUtime=456 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1386 0 0 0 45600 0 0 0 25 0 1 0 485440100 6922240 1352 33554432000 134512640 134570484 4289221616 18446744073709551615 134553255 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 1690 1352 91 15 0 1324 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 10536

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14836
/proc/meminfo: memFree=16685848/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=6880 CPUtime=516 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1396 0 0 0 51600 0 0 0 25 0 1 0 485440100 7045120 1362 33554432000 134512640 134570484 4289221616 18446744073709551615 134553284 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 1720 1362 91 15 0 1354 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 10656

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14838
/proc/meminfo: memFree=16685168/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=7472 CPUtime=576.01 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1571 0 0 0 57601 0 0 0 25 0 1 0 485440100 7651328 1537 33554432000 134512640 134570484 4289221616 18446744073709551615 134523467 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 1868 1537 91 15 0 1502 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 11248

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14839
/proc/meminfo: memFree=16685028/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=7472 CPUtime=636 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1575 0 0 0 63600 0 0 0 25 0 1 0 485440100 7651328 1541 33554432000 134512640 134570484 4289221616 18446744073709551615 134553357 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 1868 1541 91 15 0 1502 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 11248

[startup+762.306 s]
/proc/loadavg: 4.04 4.01 3.95 5/194 14841
/proc/meminfo: memFree=16684592/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=7688 CPUtime=696.01 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1617 0 0 0 69601 0 0 0 25 0 1 0 485440100 7872512 1583 33554432000 134512640 134570484 4289221616 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 1922 1583 91 15 0 1556 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 11464

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 3.95 5/194 14874
/proc/meminfo: memFree=16683744/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=7688 CPUtime=756.01 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1636 0 0 0 75601 0 0 0 25 0 1 0 485440100 7872512 1602 33554432000 134512640 134570484 4289221616 18446744073709551615 134553052 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 1922 1602 91 15 0 1556 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 11464

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14878
/proc/meminfo: memFree=16682364/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=8216 CPUtime=816.01 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1769 0 0 0 81601 0 0 0 25 0 1 0 485440100 8413184 1735 33554432000 134512640 134570484 4289221616 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 2054 1735 91 15 0 1688 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 11992

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14880
/proc/meminfo: memFree=16682324/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=8216 CPUtime=876.01 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1778 0 0 0 87601 0 0 0 25 0 1 0 485440100 8413184 1744 33554432000 134512640 134570484 4289221616 18446744073709551615 134553070 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 2054 1744 91 15 0 1688 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 11992

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14881
/proc/meminfo: memFree=16682016/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=8216 CPUtime=936.01 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1778 0 0 0 93601 0 0 0 25 0 1 0 485440100 8413184 1744 33554432000 134512640 134570484 4289221616 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 2054 1744 91 15 0 1688 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 11992

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.96 5/194 14883
/proc/meminfo: memFree=16681608/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=8336 CPUtime=996.02 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1814 0 0 0 99602 0 0 0 25 0 1 0 485440100 8536064 1780 33554432000 134512640 134570484 4289221616 18446744073709551615 134540745 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 2084 1780 91 15 0 1718 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 12112

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.96 5/194 14885
/proc/meminfo: memFree=16681684/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=8336 CPUtime=1056.02 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1814 0 0 0 105602 0 0 0 25 0 1 0 485440100 8536064 1780 33554432000 134512640 134570484 4289221616 18446744073709551615 134553137 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 2084 1780 91 15 0 1718 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 12112

[startup+1182.3 s]
/proc/loadavg: 4.04 4.02 3.96 5/194 14886
/proc/meminfo: memFree=16681656/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=8336 CPUtime=1116.02 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1820 0 0 0 111602 0 0 0 25 0 1 0 485440100 8536064 1786 33554432000 134512640 134570484 4289221616 18446744073709551615 134522315 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 2084 1786 91 15 0 1718 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 12112

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.96 5/194 14888
/proc/meminfo: memFree=16680748/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=8732 CPUtime=1176.02 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1917 0 0 0 117602 0 0 0 25 0 1 0 485440100 8941568 1883 33554432000 134512640 134570484 4289221616 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 2183 1883 91 15 0 1817 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 12508



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.96 5/194 14889
/proc/meminfo: memFree=16680840/32950928 swapFree=67111524/67111528
[pid=14719] ppid=14717 vsize=3776 CPUtime=66.28 cores=5,7
/proc/14719/stat : 14719 (SATzilla2009_R) S 14717 14719 13850 0 -1 4202496 932 2780 0 0 425 4 6198 1 25 0 1 0 485433469 3866624 507 33554432000 134512640 136149437 4292854608 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/14719/statm: 944 507 220 400 0 541 0
[pid=14726] ppid=14719 vsize=8732 CPUtime=1233.73 cores=5,7
/proc/14726/stat : 14726 (picosat846) R 14719 14719 13850 0 -1 4202496 1919 0 0 0 123373 0 0 0 25 0 1 0 485440100 8941568 1885 33554432000 134512640 134570484 4289221616 18446744073709551615 134553129 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/14726/statm: 2183 1885 91 15 0 1817 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 12508

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.98
CPU system time (s): 0.071989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 15004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.98
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5645
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= 33
involuntary context switches= 1899

runsolver used 2.21566 second user time and 4.88626 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-16 13:07:08
IDJOB=3205552
IDBENCH=82847
IDSOLVER=1620
FILE ID=node115/3205552-1302952028
RUNJOBID= node115-1302947117-13871
PBS_JOBID= 13017962
Free space on /tmp= 72368 MiB

SOLVER NAME= SAT09 reference solver: SATzilla2009_R 2009-03-22
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1556216475-025.UNKNOWN.cnf
COMMAND LINE= HOME/SATzilla2009_R BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3205552-1302952028/watcher-3205552-1302952028 -o /tmp/evaluation-result-3205552-1302952028/solver-3205552-1302952028 -C 2400 -W 1300 -M 7680  HOME/SATzilla2009_R HOME/instance-3205552-1302952028.cnf

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

MD5SUM BENCH= 4227d784a99fd8c0304137876add0b08
RANDOM SEED=1445054992

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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:     32950928 kB
MemFree:      16698452 kB
Buffers:        653300 kB
Cached:       15173164 kB
SwapCached:          4 kB
Active:        5135940 kB
Inactive:     10765780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16698452 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31480 kB
Writeback:           4 kB
AnonPages:       75492 kB
Mapped:          18504 kB
Slab:           284600 kB
PageTables:       5424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   481752 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= 72336 MiB
End job on node115 at 2011-04-16 13:28:50