Trace number 3291335

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.02 1300.01

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   61421   207840 |   18426       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |   61414   208298 |      --       0       --      -- |     --   | -7/458
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 9533   #clauses: 61414   #literals: 208298
0.00/0.06	c CPU time:   0.058991 s
0.00/0.06	c ==============================================================================
0.00/0.10	c
0.00/0.10	c Starting glucose
0.00/0.10	c
0.00/0.10	
0.00/0.10	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.10	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.10	
0.00/0.10	c ============================[ Problem Statistics ]=============================
0.00/0.10	c |                                                                             |
0.00/0.10	c |  Number of variables:  9533                                                 |
0.00/0.10	c |  Number of clauses:    61414                                                |
0.00/0.13	c |  Parsing time:         0.03         s                                       |
1299.99/1300.01	HOME/ebglucose.sh: line 57: 21718 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-3291335-1303780130/watcher-3291335-1303780130 -o /tmp/evaluation-result-3291335-1303780130/solver-3291335-1303780130 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3291335-1303780130.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: 6.40 4.82 4.20 5/186 21714
/proc/meminfo: memFree=24381760/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 489611686 8912896 253 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 253 211 178 0 69 0

[startup+0.105258 s]
/proc/loadavg: 6.40 4.82 4.20 5/186 21714
/proc/meminfo: memFree=24381760/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 489611686 8912896 253 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200187 s]
/proc/loadavg: 6.40 4.82 4.20 5/186 21714
/proc/meminfo: memFree=24381760/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.30118 s]
/proc/loadavg: 6.40 4.82 4.20 5/186 21714
/proc/meminfo: memFree=24381760/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.701069 s]
/proc/loadavg: 6.40 4.82 4.20 5/186 21714
/proc/meminfo: memFree=24381760/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+1.50104 s]
/proc/loadavg: 6.40 4.82 4.20 5/192 21745
/proc/meminfo: memFree=24383196/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=10076 CPUtime=1.38 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 2065 0 0 0 138 0 0 0 25 0 1 0 489611696 10317824 2006 33554432000 134512640 134556542 4287123664 18446744073709551615 134529042 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 2519 2006 214 11 0 1853 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 18780

[startup+3.10075 s]
/proc/loadavg: 6.40 4.82 4.20 5/192 21745
/proc/meminfo: memFree=24380964/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=10796 CPUtime=2.98 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 2235 0 0 0 298 0 0 0 25 0 1 0 489611696 11055104 2176 33554432000 134512640 134556542 4287123664 18446744073709551615 134535848 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 2699 2176 214 11 0 2033 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19500

[startup+6.30122 s]
/proc/loadavg: 6.21 4.81 4.20 5/192 21745
/proc/meminfo: memFree=24378592/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=12148 CPUtime=6.18 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 2564 0 0 0 618 0 0 0 25 0 1 0 489611696 12439552 2505 33554432000 134512640 134556542 4287123664 18446744073709551615 134537107 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 3037 2505 214 11 0 2371 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20852

[startup+12.7011 s]
/proc/loadavg: 6.03 4.80 4.20 5/192 21745
/proc/meminfo: memFree=24373664/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=13468 CPUtime=12.58 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 2897 0 0 0 1257 1 0 0 25 0 1 0 489611696 13791232 2838 33554432000 134512640 134556542 4287123664 18446744073709551615 134537568 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 3367 2838 214 11 0 2701 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22172

[startup+25.5009 s]
/proc/loadavg: 5.65 4.77 4.20 5/192 21746
/proc/meminfo: memFree=24366632/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=15400 CPUtime=25.38 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 3381 0 0 0 2537 1 0 0 25 0 1 0 489611696 15769600 3322 33554432000 134512640 134556542 4287123664 18446744073709551615 134537297 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 3850 3322 214 11 0 3184 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 24104

[startup+51.1004 s]
/proc/loadavg: 5.09 4.71 4.19 5/192 21746
/proc/meminfo: memFree=24356820/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=17904 CPUtime=50.98 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 3993 0 0 0 5096 2 0 0 25 0 1 0 489611696 18333696 3934 33554432000 134512640 134556542 4287123664 18446744073709551615 134535251 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 4476 3934 214 11 0 3810 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26608

[startup+102.301 s]
/proc/loadavg: 4.47 4.60 4.18 5/192 21748
/proc/meminfo: memFree=24341784/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=20976 CPUtime=102.19 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 4785 0 0 0 10217 2 0 0 25 0 1 0 489611696 21479424 4726 33554432000 134512640 134556542 4287123664 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 5244 4726 214 11 0 4578 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 29680

[startup+162.3 s]
/proc/loadavg: 4.24 4.50 4.17 5/192 21749
/proc/meminfo: memFree=24327992/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=23876 CPUtime=162.19 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 5456 0 0 0 16216 3 0 0 25 0 1 0 489611696 24449024 5397 33554432000 134512640 134556542 4287123664 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 5969 5397 214 11 0 5303 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 32580

[startup+222.307 s]
/proc/loadavg: 4.09 4.41 4.16 5/192 21751
/proc/meminfo: memFree=24316804/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=26272 CPUtime=222.19 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 6066 0 0 0 22216 3 0 0 25 0 1 0 489611696 26902528 6007 33554432000 134512640 134556542 4287123664 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 6568 6007 214 11 0 5902 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 34976

[startup+282.301 s]
/proc/loadavg: 4.03 4.33 4.15 5/192 21752
/proc/meminfo: memFree=24306004/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=28188 CPUtime=282.19 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 6553 0 0 0 28216 3 0 0 25 0 1 0 489611696 28864512 6494 33554432000 134512640 134556542 4287123664 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 7047 6494 214 11 0 6381 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 36892

[startup+342.301 s]
/proc/loadavg: 4.01 4.27 4.14 5/192 21754
/proc/meminfo: memFree=24297168/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=30776 CPUtime=342.18 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 7156 0 0 0 34215 3 0 0 25 0 1 0 489611696 31514624 7097 33554432000 134512640 134556542 4287123664 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 7694 7097 214 11 0 7028 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 39480

[startup+402.301 s]
/proc/loadavg: 4.00 4.22 4.13 5/192 21756
/proc/meminfo: memFree=24291316/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2

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

[pid=21718] ppid=21714 vsize=37276 CPUtime=582.18 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 8799 0 0 0 58214 4 0 0 25 0 1 0 489611696 38170624 8740 33554432000 134512640 134556542 4287123664 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 9319 8740 214 11 0 8653 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 45980

[startup+642.3 s]
/proc/loadavg: 4.01 4.10 4.09 5/192 21762
/proc/meminfo: memFree=24261104/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=39308 CPUtime=642.18 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 9205 0 0 0 64213 5 0 0 25 0 1 0 489611696 40251392 9146 33554432000 134512640 134556542 4287123664 18446744073709551615 134529805 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 9827 9146 214 11 0 9161 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 48012

[startup+702.301 s]
/proc/loadavg: 4.00 4.08 4.08 5/192 21764
/proc/meminfo: memFree=24257236/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=40364 CPUtime=702.19 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 9484 0 0 0 70213 6 0 0 25 0 1 0 489611696 41332736 9425 33554432000 134512640 134556542 4287123664 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 10091 9425 214 11 0 9425 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 49068

[startup+762.301 s]
/proc/loadavg: 4.00 4.06 4.08 5/192 21765
/proc/meminfo: memFree=24252632/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=42064 CPUtime=762.19 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 9891 0 0 0 76213 6 0 0 25 0 1 0 489611696 43073536 9832 33554432000 134512640 134556542 4287123664 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 10516 9832 214 11 0 9850 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 50768

[startup+822.3 s]
/proc/loadavg: 4.00 4.05 4.07 5/192 21767
/proc/meminfo: memFree=24246280/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=43284 CPUtime=822.19 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 10216 0 0 0 82213 6 0 0 25 0 1 0 489611696 44322816 10157 33554432000 134512640 134556542 4287123664 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 10821 10157 214 11 0 10155 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 51988

[startup+882.307 s]
/proc/loadavg: 4.00 4.04 4.06 5/192 21768
/proc/meminfo: memFree=24240560/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=45608 CPUtime=882.2 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 10799 0 0 0 88213 7 0 0 25 0 1 0 489611696 46702592 10740 33554432000 134512640 134556542 4287123664 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 11402 10740 214 11 0 10736 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 54312

[startup+942.301 s]
/proc/loadavg: 4.00 4.03 4.06 5/192 21770
/proc/meminfo: memFree=24238308/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=47032 CPUtime=942.19 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 11127 0 0 0 94212 7 0 0 25 0 1 0 489611696 48160768 11068 33554432000 134512640 134556542 4287123664 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 11758 11068 214 11 0 11092 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 55736

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 4.05 5/192 21772
/proc/meminfo: memFree=24229212/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=48332 CPUtime=1002.2 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 11473 0 0 0 100212 8 0 0 25 0 1 0 489611696 49491968 11414 33554432000 134512640 134556542 4287123664 18446744073709551615 134537176 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 12083 11414 214 11 0 11417 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 57036

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 4.05 5/192 21773
/proc/meminfo: memFree=24226720/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=48908 CPUtime=1062.2 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 11600 0 0 0 106212 8 0 0 25 0 1 0 489611696 50081792 11541 33554432000 134512640 134556542 4287123664 18446744073709551615 134537611 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 12227 11541 214 11 0 11561 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 57612

[startup+1122.3 s]
/proc/loadavg: 4.04 4.03 4.05 5/192 21775
/proc/meminfo: memFree=24225820/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=49340 CPUtime=1122.2 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 11704 0 0 0 112212 8 0 0 25 0 1 0 489611696 50524160 11645 33554432000 134512640 134556542 4287123664 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 12335 11645 214 11 0 11669 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 58044

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 4.05 5/192 21776
/proc/meminfo: memFree=24218728/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=50864 CPUtime=1182.19 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 12042 0 0 0 118211 8 0 0 25 0 1 0 489611696 52084736 11983 33554432000 134512640 134556542 4287123664 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 12716 11983 214 11 0 12050 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 59568

[startup+1242.3 s]
/proc/loadavg: 4.23 4.09 4.06 5/192 21840
/proc/meminfo: memFree=24701292/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=51152 CPUtime=1242.19 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 12132 0 0 0 124210 9 0 0 25 0 1 0 489611696 52379648 12073 33554432000 134512640 134556542 4287123664 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 12788 12073 214 11 0 12122 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 59856



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.07 4.06 5/192 21842
/proc/meminfo: memFree=24686124/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=52704 CPUtime=1299.9 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 12516 0 0 0 129980 10 0 0 25 0 1 0 489611696 53968896 12457 33554432000 134512640 134556542 4287123664 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 13176 12457 214 11 0 12510 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 61408

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300 s]
/proc/loadavg: 4.08 4.07 4.06 5/192 21842
/proc/meminfo: memFree=24686124/32951132 swapFree=67111364/67111528
[pid=21714] ppid=21712 vsize=8704 CPUtime=0.09 cores=0,2
/proc/21714/stat : 21714 (ebglucose.sh) S 21712 21714 21546 0 -1 4202496 379 1814 0 0 0 0 9 0 20 0 1 0 489611686 8912896 256 33554432000 4194304 4922060 140736084398368 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21714/statm: 2176 256 211 178 0 69 0
[pid=21718] ppid=21714 vsize=52704 CPUtime=1299.9 cores=0,2
/proc/21718/stat : 21718 (ebglucose_stati) R 21714 21714 21546 0 -1 4202496 12516 0 0 0 129980 10 0 0 25 0 1 0 489611696 53968896 12457 33554432000 134512640 134556542 4287123664 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/21718/statm: 13176 12457 214 11 0 12510 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 61408

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.91
CPU system time (s): 0.114982
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 61408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.91
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14722
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= 35
involuntary context switches= 3870

runsolver used 2.23366 second user time and 4.86726 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 03:08:50
IDJOB=3291335
IDBENCH=84205
IDSOLVER=1652
FILE ID=node128/3291335-1303780130
RUNJOBID= node128-1303780038-21564
PBS_JOBID= 13157217
Free space on /tmp= 66556 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291335-1303780130/watcher-3291335-1303780130 -o /tmp/evaluation-result-3291335-1303780130/solver-3291335-1303780130 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3291335-1303780130.cnf

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=283134588

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24381908 kB
Buffers:       1292084 kB
Cached:        6375752 kB
SwapCached:        160 kB
Active:        1225340 kB
Inactive:      6723524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24381908 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          201104 kB
Writeback:         220 kB
AnonPages:      280268 kB
Mapped:          16660 kB
Slab:           555116 kB
PageTables:       5804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   450844 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= 66784 MiB
End job on node128 at 2011-04-26 03:30:32