Trace number 3280985

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
EBGlucose 1.0? (TO) 1300.05 1300.01

General information on the benchmark

Nameindustrial/crypto/
mizh-sha0-36-2.cnf
MD5SUM82bf685774b76ba263c886940c3aa94d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.3281
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210239
Sum of the clauses size628391
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286996
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  180234   522030 |   54070       0        0     nan |  0.000 % |
0.00/0.36	c |         0 |  120270   407842 |      --       0       --      -- |     --   | -57282/-106232
0.00/0.36	c ==============================================================================
0.00/0.36	c Result  :   #vars: 20559   #clauses: 120270   #literals: 407842
0.00/0.36	c CPU time:   0.347947 s
0.00/0.36	c ==============================================================================
0.00/0.43	c
0.00/0.43	c Starting glucose
0.00/0.43	c
0.00/0.43	
0.00/0.43	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.43	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.43	
0.00/0.43	c ============================[ Problem Statistics ]=============================
0.00/0.43	c |                                                                             |
0.00/0.43	c |  Number of variables:  20559                                                |
0.00/0.43	c |  Number of clauses:    120270                                               |
0.00/0.48	c |  Parsing time:         0.05         s                                       |
1300.02/1300.01	HOME/ebglucose.sh: line 57:  4372 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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-3280985-1303750726/watcher-3280985-1303750726 -o /tmp/evaluation-result-3280985-1303750726/solver-3280985-1303750726 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3280985-1303750726.cnf 

running on 2 cores: 4,6

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.87 3.98 3.90 4/188 4368
/proc/meminfo: memFree=15835564/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 467488133 8912896 252 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 252 211 178 0 69 0

[startup+0.0739811 s]
/proc/loadavg: 3.87 3.98 3.90 4/188 4368
/proc/meminfo: memFree=15835564/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 467488133 8912896 252 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100926 s]
/proc/loadavg: 3.87 3.98 3.90 4/188 4368
/proc/meminfo: memFree=15835564/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 467488133 8912896 252 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300951 s]
/proc/loadavg: 3.87 3.98 3.90 4/188 4368
/proc/meminfo: memFree=15835564/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 467488133 8912896 252 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700863 s]
/proc/loadavg: 3.87 3.98 3.90 4/188 4368
/proc/meminfo: memFree=15835564/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 8704

[startup+1.50072 s]
/proc/loadavg: 3.87 3.98 3.90 5/194 4380
/proc/meminfo: memFree=15697832/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=15928 CPUtime=1.06 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 3428 0 0 0 106 0 0 0 25 0 1 0 467488176 16310272 3368 33554432000 134512640 134556542 4294089632 18446744073709551615 134529036 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 3982 3368 214 11 0 3316 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 24632

[startup+3.1004 s]
/proc/loadavg: 3.87 3.98 3.90 5/194 4380
/proc/meminfo: memFree=15669480/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=16996 CPUtime=2.66 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 3687 0 0 0 266 0 0 0 25 0 1 0 467488176 17403904 3627 33554432000 134512640 134556542 4294089632 18446744073709551615 134528959 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 4249 3627 214 11 0 3583 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25700

[startup+6.30084 s]
/proc/loadavg: 3.96 3.99 3.90 5/194 4381
/proc/meminfo: memFree=15737432/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=18348 CPUtime=5.86 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 4005 0 0 0 586 0 0 0 25 0 1 0 467488176 18788352 3945 33554432000 134512640 134556542 4294089632 18446744073709551615 134528937 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 4587 3945 214 11 0 3921 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27052

[startup+12.7007 s]
/proc/loadavg: 3.97 3.99 3.90 5/194 4381
/proc/meminfo: memFree=15730380/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=20672 CPUtime=12.25 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 4603 0 0 0 1225 0 0 0 25 0 1 0 467488176 21168128 4543 33554432000 134512640 134556542 4294089632 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 5168 4543 214 11 0 4502 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29376

[startup+25.5003 s]
/proc/loadavg: 3.97 3.99 3.91 5/194 4412
/proc/meminfo: memFree=15785104/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=23300 CPUtime=25.06 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 5250 0 0 0 2505 1 0 0 25 0 1 0 467488176 23859200 5190 33554432000 134512640 134556542 4294089632 18446744073709551615 134543428 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 5825 5190 214 11 0 5159 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32004

[startup+51.1006 s]
/proc/loadavg: 3.98 3.99 3.91 5/194 4413
/proc/meminfo: memFree=15771736/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=25676 CPUtime=50.66 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 5870 0 0 0 5065 1 0 0 25 0 1 0 467488176 26292224 5810 33554432000 134512640 134556542 4294089632 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 6419 5810 214 11 0 5753 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34380

[startup+102.307 s]
/proc/loadavg: 3.77 3.95 3.89 4/187 4432
/proc/meminfo: memFree=15798412/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=29720 CPUtime=101.87 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 6832 0 0 0 10185 2 0 0 25 0 1 0 467488176 30433280 6772 33554432000 134512640 134556542 4294089632 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 7430 6772 214 11 0 6764 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 38424

[startup+162.301 s]
/proc/loadavg: 3.34 3.79 3.84 4/187 4443
/proc/meminfo: memFree=15783064/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=32492 CPUtime=161.86 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 7552 0 0 0 16184 2 0 0 25 0 1 0 467488176 33271808 7492 33554432000 134512640 134556542 4294089632 18446744073709551615 134537792 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 8123 7492 214 11 0 7457 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 41196

[startup+222.301 s]
/proc/loadavg: 3.12 3.64 3.79 4/187 4445
/proc/meminfo: memFree=15777744/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=35400 CPUtime=221.86 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 8223 0 0 0 22184 2 0 0 25 0 1 0 467488176 36249600 8163 33554432000 134512640 134556542 4294089632 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 8850 8163 214 11 0 8184 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 44104

[startup+282.301 s]
/proc/loadavg: 3.04 3.52 3.73 4/187 4446
/proc/meminfo: memFree=15770020/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=37116 CPUtime=281.86 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 8683 0 0 0 28184 2 0 0 25 0 1 0 467488176 38006784 8623 33554432000 134512640 134556542 4294089632 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 9279 8623 214 11 0 8613 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 45820

[startup+342.301 s]
/proc/loadavg: 2.57 3.31 3.65 3/180 4467
/proc/meminfo: memFree=15800092/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=39492 CPUtime=341.86 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 9284 0 0 0 34184 2 0 0 25 0 1 0 467488176 40439808 9224 33554432000 134512640 134556542 4294089632 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 9873 9224 214 11 0 9207 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 48196

[startup+402.301 s]
/proc/loadavg: 2.21 3.07 3.54 3/180 4468
/proc/meminfo: memFree=15792984/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6

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

[pid=4372] ppid=4368 vsize=45176 CPUtime=521.87 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 10645 0 0 0 52184 3 0 0 25 0 1 0 467488176 46260224 10585 33554432000 134512640 134556542 4294089632 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 11294 10585 214 11 0 10628 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 53880

[startup+582.301 s]
/proc/loadavg: 2.01 2.58 3.26 3/180 4504
/proc/meminfo: memFree=15817752/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=47156 CPUtime=581.87 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 11150 0 0 0 58184 3 0 0 25 0 1 0 467488176 48287744 11090 33554432000 134512640 134556542 4294089632 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 11789 11090 214 11 0 11123 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 55860

[startup+642.301 s]
/proc/loadavg: 2.00 2.47 3.18 3/180 4506
/proc/meminfo: memFree=15814016/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=47684 CPUtime=641.88 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 11281 0 0 0 64185 3 0 0 25 0 1 0 467488176 48828416 11221 33554432000 134512640 134556542 4294089632 18446744073709551615 134537176 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 11921 11221 214 11 0 11255 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 56388

[startup+702.301 s]
/proc/loadavg: 2.00 2.38 3.10 3/180 4507
/proc/meminfo: memFree=15809900/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=49400 CPUtime=701.88 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 11698 0 0 0 70185 3 0 0 25 0 1 0 467488176 50585600 11638 33554432000 134512640 134556542 4294089632 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 12350 11638 214 11 0 11684 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 58104

[startup+762.306 s]
/proc/loadavg: 2.00 2.31 3.03 3/180 4509
/proc/meminfo: memFree=15805296/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=51388 CPUtime=761.88 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 12202 0 0 0 76185 3 0 0 25 0 1 0 467488176 52621312 12142 33554432000 134512640 134556542 4294089632 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 12847 12142 214 11 0 12181 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 60092

[startup+822.301 s]
/proc/loadavg: 2.00 2.25 2.96 3/180 4511
/proc/meminfo: memFree=15802540/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=52180 CPUtime=821.88 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 12429 0 0 0 82185 3 0 0 25 0 1 0 467488176 53432320 12369 33554432000 134512640 134556542 4294089632 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 13045 12369 214 11 0 12379 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 60884

[startup+882.301 s]
/proc/loadavg: 2.00 2.20 2.90 3/180 4512
/proc/meminfo: memFree=15799536/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=53236 CPUtime=881.88 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 12695 0 0 0 88185 3 0 0 25 0 1 0 467488176 54513664 12635 33554432000 134512640 134556542 4294089632 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 13309 12635 214 11 0 12643 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 61940

[startup+942.301 s]
/proc/loadavg: 2.00 2.16 2.84 3/180 4514
/proc/meminfo: memFree=15796660/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=54556 CPUtime=941.89 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 13019 0 0 0 94185 4 0 0 25 0 1 0 467488176 55865344 12959 33554432000 134512640 134556542 4294089632 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 13639 12959 214 11 0 12973 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 63260

[startup+1002.3 s]
/proc/loadavg: 2.00 2.13 2.79 3/180 4515
/proc/meminfo: memFree=15794284/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=55876 CPUtime=1001.89 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 13354 0 0 0 100185 4 0 0 25 0 1 0 467488176 57217024 13294 33554432000 134512640 134556542 4294089632 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 13969 13294 214 11 0 13303 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 64580

[startup+1062.3 s]
/proc/loadavg: 2.00 2.10 2.73 3/180 4517
/proc/meminfo: memFree=15791532/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=56672 CPUtime=1061.89 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 13566 0 0 0 106185 4 0 0 25 0 1 0 467488176 58032128 13506 33554432000 134512640 134556542 4294089632 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 14168 13506 214 11 0 13502 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 65376

[startup+1122.3 s]
/proc/loadavg: 2.00 2.08 2.69 3/180 4519
/proc/meminfo: memFree=15788776/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=57728 CPUtime=1121.89 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 13837 0 0 0 112185 4 0 0 25 0 1 0 467488176 59113472 13777 33554432000 134512640 134556542 4294089632 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 14432 13777 214 11 0 13766 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 66432

[startup+1182.3 s]
/proc/loadavg: 2.00 2.07 2.64 3/180 4520
/proc/meminfo: memFree=15786276/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=58916 CPUtime=1181.89 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 14129 0 0 0 118185 4 0 0 25 0 1 0 467488176 60329984 14069 33554432000 134512640 134556542 4294089632 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 14729 14069 214 11 0 14063 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 67620

[startup+1242.3 s]
/proc/loadavg: 2.00 2.05 2.60 3/180 4522
/proc/meminfo: memFree=15783760/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=59708 CPUtime=1241.89 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 14359 0 0 0 124185 4 0 0 25 0 1 0 467488176 61140992 14299 33554432000 134512640 134556542 4294089632 18446744073709551615 134537396 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 14927 14299 214 11 0 14261 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 68412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.04 2.56 3/180 4523
/proc/meminfo: memFree=15781388/32951124 swapFree=67111528/67111528
[pid=4368] ppid=4366 vsize=8704 CPUtime=0.42 cores=4,6
/proc/4368/stat : 4368 (ebglucose.sh) S 4366 4368 3716 0 -1 4202496 380 8262 0 0 0 0 41 1 21 0 1 0 467488133 8912896 255 33554432000 4194304 4922060 140734126874128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4368/statm: 2176 255 211 178 0 69 0
[pid=4372] ppid=4368 vsize=60760 CPUtime=1299.6 cores=4,6
/proc/4372/stat : 4372 (ebglucose_stati) R 4368 4368 3716 0 -1 4202496 14601 0 0 0 129956 4 0 0 25 0 1 0 467488176 62218240 14541 33554432000 134512640 134556542 4294089632 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4372/statm: 15190 14541 214 11 0 14524 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 69464

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

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

runsolver used 2.42763 second user time and 4.43933 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-25 18:58:47
IDJOB=3280985
IDBENCH=20483
IDSOLVER=1652
FILE ID=node142/3280985-1303750726
RUNJOBID= node142-1303749423-4045
PBS_JOBID= 13154020
Free space on /tmp= 71324 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/crypto/mizh-sha0-36-2.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280985-1303750726/watcher-3280985-1303750726 -o /tmp/evaluation-result-3280985-1303750726/solver-3280985-1303750726 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3280985-1303750726.cnf

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

MD5SUM BENCH= 82bf685774b76ba263c886940c3aa94d
RANDOM SEED=1097691057

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15835844 kB
Buffers:       2072508 kB
Cached:       14337084 kB
SwapCached:          0 kB
Active:        6978324 kB
Inactive:      9565940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15835844 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6620 kB
Writeback:           0 kB
AnonPages:      134272 kB
Mapped:          15988 kB
Slab:           506748 kB
PageTables:       5444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   300640 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= 71312 MiB
End job on node142 at 2011-04-25 19:20:29