Trace number 3498549

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.0UNSAT 4833.65 4833.54

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-17-u.cnf
MD5SUM9ce7c48a28ddd5790e38607bb893dd38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2843.87
Satisfiable
(Un)Satisfiability was proved
Number of variables293864
Number of clauses1370917
Sum of the clauses size3163902
Maximum clause length10
Minimum clause length1
Number of clauses of size 124516
Number of clauses of size 21065117
Number of clauses of size 3226184
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

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.59	c ==============================================================================
0.00/0.59	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.59	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.59	c ==============================================================================
0.00/0.59	c |         0 | 1346401  3139386 |  403920       0        0     nan |  0.000 % |
4.19/4.28	c |         0 |  534198  1400252 |      --       0       --      -- |     --   | -504732/-1043370
4.19/4.29	c ==============================================================================
4.19/4.29	c Result  :   #vars: 84762   #clauses: 534198   #literals: 1400252
4.19/4.29	c CPU time:   4.17136 s
4.19/4.29	c ==============================================================================
4.49/4.58	c
4.49/4.58	c Starting glucose
4.49/4.58	c
4.49/4.59	
4.49/4.59	c This is EBGlucose 1.0 -- based on Glucose version 1.0
4.49/4.59	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
4.49/4.59	
4.49/4.59	c ============================[ Problem Statistics ]=============================
4.49/4.59	c |                                                                             |
4.49/4.59	c |  Number of variables:  84762                                                |
4.49/4.59	c |  Number of clauses:    534198                                               |
4.58/4.78	c |  Parsing time:         0.18         s                                       |
4833.60/4833.52	c restarts              : 2642
4833.60/4833.52	c nb ReduceDB           : 109
4833.60/4833.52	c nb learnts DL2        : 4919
4833.60/4833.52	c nb learnts size 2     : 1136
4833.60/4833.52	c nb learnts size 1     : 319
4833.60/4833.52	c conflicts             : 8161933        (1690 /sec)
4833.60/4833.52	c decisions             : 10218880       (0.54 % random) (2116 /sec)
4833.60/4833.52	c propagations          : 6100100327     (1263239 /sec)
4833.60/4833.52	c conflict literals     : 506600687      (60.29 % deleted)
4833.60/4833.52	c Memory used           : 114.92 MB
4833.60/4833.52	c CPU time              : 4828.93 s
4833.60/4833.52	
4833.60/4833.53	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3498549-1307958176/watcher-3498549-1307958176 -o /tmp/evaluation-result-3498549-1307958176/solver-3498549-1307958176 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498549-1307958176.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.94 2/178 19778
/proc/meminfo: memFree=9187900/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 26562564 8912896 252 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19778/statm: 2176 252 211 178 0 69 0

[startup+0.104158 s]
/proc/loadavg: 1.91 1.97 1.94 2/178 19778
/proc/meminfo: memFree=9187900/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 26562564 8912896 252 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19778/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.201153 s]
/proc/loadavg: 1.91 1.97 1.94 2/178 19778
/proc/meminfo: memFree=9187900/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 26562564 8912896 252 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19778/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301132 s]
/proc/loadavg: 1.91 1.97 1.94 2/178 19778
/proc/meminfo: memFree=9187900/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 26562564 8912896 252 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19778/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701069 s]
/proc/loadavg: 1.91 1.97 1.94 2/178 19778
/proc/meminfo: memFree=9187900/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 26562564 8912896 252 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19778/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50092 s]
/proc/loadavg: 1.91 1.97 1.94 3/180 19781
/proc/meminfo: memFree=9046176/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 26562564 8912896 252 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19778/statm: 2176 252 211 178 0 69 0
[pid=19780] ppid=19778 vsize=175036 CPUtime=1.49 cores=0,2,4,6
/proc/19780/stat : 19780 (SatELite_releas) R 19778 19778 19390 0 -1 4202496 39429 0 0 0 142 7 0 0 25 0 1 0 26562564 179236864 36023 33554432000 134512640 135144230 4289199728 18446744073709551615 134585365 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/19780/statm: 43759 36023 78 155 0 43602 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183740

[startup+3.10052 s]
/proc/loadavg: 1.91 1.97 1.94 3/180 19781
/proc/meminfo: memFree=9039236/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 26562564 8912896 252 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19778/statm: 2176 252 211 178 0 69 0
[pid=19780] ppid=19778 vsize=181424 CPUtime=3.09 cores=0,2,4,6
/proc/19780/stat : 19780 (SatELite_releas) R 19778 19778 19390 0 -1 4202496 44154 0 0 0 300 9 0 0 25 0 1 0 26562564 185778176 36347 33554432000 134512640 135144230 4289199728 18446744073709551615 134549480 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/19780/statm: 45356 36347 78 155 0 45199 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190128

[startup+6.30106 s]
/proc/loadavg: 1.92 1.97 1.94 3/180 19782
/proc/meminfo: memFree=9129268/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=43232 CPUtime=1.7 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 9968 0 0 0 169 1 0 0 25 0 1 0 26563023 44269568 9895 33554432000 134512640 134556542 4293869136 18446744073709551615 134536856 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/19782/statm: 10808 9895 213 11 0 10142 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 51936

[startup+12.7009 s]
/proc/loadavg: 1.92 1.97 1.94 3/180 19782
/proc/meminfo: memFree=9124752/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=48544 CPUtime=8.1 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 11295 0 0 0 808 2 0 0 25 0 1 0 26563023 49709056 11222 33554432000 134512640 134556542 4293869136 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/19782/statm: 12136 11222 213 11 0 11470 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57248

[startup+25.5007 s]
/proc/loadavg: 1.94 1.97 1.94 3/180 19783
/proc/meminfo: memFree=9109688/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=55096 CPUtime=20.9 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 12917 0 0 0 2088 2 0 0 25 0 1 0 26563023 56418304 12844 33554432000 134512640 134556542 4293869136 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/19782/statm: 13774 12844 213 11 0 13108 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 63800

[startup+51.1011 s]
/proc/loadavg: 1.96 1.97 1.94 3/180 19784
/proc/meminfo: memFree=9095672/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=59384 CPUtime=46.5 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 13991 0 0 0 4648 2 0 0 25 0 1 0 26563023 60809216 13918 33554432000 134512640 134556542 4293869136 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/19782/statm: 14846 13918 213 11 0 14180 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 68088

[startup+102.301 s]
/proc/loadavg: 1.98 1.97 1.94 3/180 19785
/proc/meminfo: memFree=9088216/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=59464 CPUtime=97.71 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 14009 0 0 0 9769 2 0 0 25 0 1 0 26563023 60891136 13936 33554432000 134512640 134556542 4293869136 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/19782/statm: 14866 13936 213 11 0 14200 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 68168

[startup+162.3 s]
/proc/loadavg: 2.04 1.99 1.94 3/180 19786
/proc/meminfo: memFree=9081152/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=62496 CPUtime=157.7 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 14759 0 0 0 15768 2 0 0 25 0 1 0 26563023 63995904 14686 33554432000 134512640 134556542 4293869136 18446744073709551615 134525131 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/19782/statm: 15624 14686 213 11 0 14958 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 71200

[startup+222.307 s]
/proc/loadavg: 2.01 1.99 1.94 3/180 19788
/proc/meminfo: memFree=9072032/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=63008 CPUtime=217.71 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 14868 0 0 0 21769 2 0 0 25 0 1 0 26563023 64520192 14795 33554432000 134512640 134556542 4293869136 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/19782/statm: 15752 14795 213 11 0 15086 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 71712

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.94 3/180 19790
/proc/meminfo: memFree=9066156/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=68972 CPUtime=277.71 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 16371 0 0 0 27768 3 0 0 25 0 1 0 26563023 70627328 16298 33554432000 134512640 134556542 4293869136 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/19782/statm: 17243 16298 213 11 0 16577 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 77676

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.94 3/180 19792
/proc/meminfo: memFree=9053576/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=73768 CPUtime=337.7 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 17568 0 0 0 33767 3 0 0 25 0 1 0 26563023 75538432 17495 33554432000 134512640 134556542 4293869136 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/19782/statm: 18442 17495 213 11 0 17776 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 82472

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.94 3/180 19793
/proc/meminfo: memFree=9043860/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6

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


[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19919
/proc/meminfo: memFree=8845568/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=116952 CPUtime=4537.8 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27561 0 0 0 453770 10 0 0 25 0 1 0 26563023 119758848 27488 33554432000 134512640 134556542 4293869136 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29238 27488 213 11 0 28572 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 125656

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19920
/proc/meminfo: memFree=8844788/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117600 CPUtime=4597.81 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27702 0 0 0 459771 10 0 0 25 0 1 0 26563023 120422400 27629 33554432000 134512640 134556542 4293869136 18446744073709551615 134536891 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29400 27629 213 11 0 28734 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 126304

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19921
/proc/meminfo: memFree=8844620/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117600 CPUtime=4657.81 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27714 0 0 0 465771 10 0 0 25 0 1 0 26563023 120422400 27641 33554432000 134512640 134556542 4293869136 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29400 27641 213 11 0 28734 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 126304

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19932
/proc/meminfo: memFree=8839660/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117600 CPUtime=4717.81 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27718 0 0 0 471770 11 0 0 25 0 1 0 26563023 120422400 27645 33554432000 134512640 134556542 4293869136 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29400 27645 213 11 0 28734 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 126304

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19934
/proc/meminfo: memFree=8839732/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117672 CPUtime=4777.81 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27725 0 0 0 477770 11 0 0 25 0 1 0 26563023 120496128 27652 33554432000 134512640 134556542 4293869136 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29418 27652 213 11 0 28752 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 126376

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

[startup+4787.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19934
/proc/meminfo: memFree=8839600/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117672 CPUtime=4782.72 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27725 0 0 0 478261 11 0 0 25 0 1 0 26563023 120496128 27652 33554432000 134512640 134556542 4293869136 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29418 27652 213 11 0 28752 0
Current children cumulated CPU time (s) 4787.3
Current children cumulated vsize (KiB) 126376

[startup+4812.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19934
/proc/meminfo: memFree=8839712/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117672 CPUtime=4808.31 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27742 0 0 0 480820 11 0 0 25 0 1 0 26563023 120496128 27669 33554432000 134512640 134556542 4293869136 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29418 27669 213 11 0 28752 0
Current children cumulated CPU time (s) 4812.89
Current children cumulated vsize (KiB) 126376

[startup+4825.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19935
/proc/meminfo: memFree=8831768/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117672 CPUtime=4821.11 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27742 0 0 0 482100 11 0 0 25 0 1 0 26563023 120496128 27669 33554432000 134512640 134556542 4293869136 18446744073709551615 134537050 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29418 27669 213 11 0 28752 0
Current children cumulated CPU time (s) 4825.69
Current children cumulated vsize (KiB) 126376

[startup+4828.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19935
/proc/meminfo: memFree=8831768/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117672 CPUtime=4824.31 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27742 0 0 0 482420 11 0 0 25 0 1 0 26563023 120496128 27669 33554432000 134512640 134556542 4293869136 18446744073709551615 134536882 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29418 27669 213 11 0 28752 0
Current children cumulated CPU time (s) 4828.89
Current children cumulated vsize (KiB) 126376

[startup+4832 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19935
/proc/meminfo: memFree=8831768/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117672 CPUtime=4827.51 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27742 0 0 0 482740 11 0 0 25 0 1 0 26563023 120496128 27669 33554432000 134512640 134556542 4293869136 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29418 27669 213 11 0 28752 0
Current children cumulated CPU time (s) 4832.09
Current children cumulated vsize (KiB) 126376

[startup+4832.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19935
/proc/meminfo: memFree=8831644/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117672 CPUtime=4828.31 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27742 0 0 0 482820 11 0 0 25 0 1 0 26563023 120496128 27669 33554432000 134512640 134556542 4293869136 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29418 27669 213 11 0 28752 0
Current children cumulated CPU time (s) 4832.89
Current children cumulated vsize (KiB) 126376

[startup+4833.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19935
/proc/meminfo: memFree=8831644/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117672 CPUtime=4828.71 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27742 0 0 0 482860 11 0 0 25 0 1 0 26563023 120496128 27669 33554432000 134512640 134556542 4293869136 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29418 27669 213 11 0 28752 0
Current children cumulated CPU time (s) 4833.29
Current children cumulated vsize (KiB) 126376

[startup+4833.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19936
/proc/meminfo: memFree=8831764/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117672 CPUtime=4828.92 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27742 0 0 0 482881 11 0 0 25 0 1 0 26563023 120496128 27669 33554432000 134512640 134556542 4293869136 18446744073709551615 134525044 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29418 27669 213 11 0 28752 0
Current children cumulated CPU time (s) 4833.5
Current children cumulated vsize (KiB) 126376

[startup+4833.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19936
/proc/meminfo: memFree=8831764/32950928 swapFree=67111364/67111528
[pid=19778] ppid=19776 vsize=8704 CPUtime=4.58 cores=0,2,4,6
/proc/19778/stat : 19778 (ebglucose.sh) S 19776 19778 19390 0 -1 4202496 378 59863 0 0 0 0 445 13 18 0 1 0 26562564 8912896 255 33554432000 4194304 4922060 140734182821968 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/19778/statm: 2176 255 211 178 0 69 0
[pid=19782] ppid=19778 vsize=117672 CPUtime=4829.02 cores=0,2,4,6
/proc/19782/stat : 19782 (ebglucose_stati) R 19778 19778 19390 0 -1 4202496 27742 0 0 0 482891 11 0 0 25 0 1 0 26563023 120496128 27669 33554432000 134512640 134556542 4293869136 18446744073709551615 134536909 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/19782/statm: 29418 27669 213 11 0 28752 0
Current children cumulated CPU time (s) 4833.6
Current children cumulated vsize (KiB) 126376

Child status: 20
Real time (s): 4833.54
CPU time (s): 4833.65
CPU user time (s): 4833.39
CPU system time (s): 0.25896
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 207876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4833.39
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88209
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= 47
involuntary context switches= 14702

runsolver used 7.80781 second user time and 15.4876 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-13 11:42:58
IDJOB=3498549
IDBENCH=20365
IDSOLVER=1992
FILE ID=node124/3498549-1307958176
RUNJOBID= node124-1307958142-19705
PBS_JOBID= 13559704
Free space on /tmp= 2012 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-17-u.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498549-1307958176/watcher-3498549-1307958176 -o /tmp/evaluation-result-3498549-1307958176/solver-3498549-1307958176 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498549-1307958176.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9ce7c48a28ddd5790e38607bb893dd38
RANDOM SEED=315391719

node124.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.855
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.71
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.855
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.855
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.855
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.77
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.855
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.855
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.855
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.855
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:     32950928 kB
MemFree:       9188080 kB
Buffers:        120464 kB
Cached:       22734324 kB
SwapCached:          0 kB
Active:        7729888 kB
Inactive:     15264920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9188080 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           74856 kB
Writeback:           0 kB
AnonPages:      140104 kB
Mapped:          17224 kB
Slab:           702884 kB
PageTables:       4328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   281680 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= 2012 MiB
End job on node124 at 2011-06-13 13:03:31