Trace number 3284205

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 1297.18 1297.13

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6861
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

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.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  304025   890579 |   91207       0        0     nan |  0.000 % |
0.00/0.54	c |         0 |  289635   951406 |      --       0       --      -- |     --   | -14343/60934
0.00/0.54	c ==============================================================================
0.00/0.54	c Result  :   #vars: 11639   #clauses: 289635   #literals: 951406
0.00/0.54	c CPU time:   0.510922 s
0.00/0.54	c ==============================================================================
0.00/0.69	c
0.00/0.69	c Starting glucose
0.00/0.69	c
0.00/0.70	
0.00/0.70	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.70	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.70	
0.00/0.70	c ============================[ Problem Statistics ]=============================
0.00/0.70	c |                                                                             |
0.00/0.70	c |  Number of variables:  11639                                                |
0.00/0.70	c |  Number of clauses:    289635                                               |
0.69/0.79	c |  Parsing time:         0.09         s                                       |
1297.14/1297.12	c restarts              : 46
1297.14/1297.12	c nb ReduceDB           : 110
1297.14/1297.12	c nb learnts DL2        : 36921
1297.14/1297.12	c nb learnts size 2     : 6777
1297.14/1297.12	c nb learnts size 1     : 22
1297.14/1297.12	c conflicts             : 8254507        (6367 /sec)
1297.14/1297.12	c decisions             : 33798813       (1.12 % random) (26071 /sec)
1297.14/1297.12	c propagations          : 3412269375     (2632085 /sec)
1297.14/1297.12	c conflict literals     : 570513756      (54.29 % deleted)
1297.14/1297.12	c Memory used           : 93.85 MB
1297.14/1297.12	c CPU time              : 1296.41 s
1297.14/1297.12	
1297.14/1297.12	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.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-3284205-1303759848/watcher-3284205-1303759848 -o /tmp/evaluation-result-3284205-1303759848/solver-3284205-1303759848 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3284205-1303759848.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.93 4/178 15971
/proc/meminfo: memFree=14177708/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8700 CPUtime=0 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 321 0 0 0 0 0 0 0 22 0 1 0 468400482 8908800 249 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338383616 0 0 4100 65536 18446744071562362840 0 0 17 5 0 0 0
/proc/15971/statm: 2175 249 209 178 0 68 0

[startup+0.0995851 s]
/proc/loadavg: 3.68 3.93 3.93 4/178 15971
/proc/meminfo: memFree=14177708/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 468400482 8912896 252 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100587 s]
/proc/loadavg: 3.68 3.93 3.93 4/178 15971
/proc/meminfo: memFree=14177708/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 468400482 8912896 252 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300546 s]
/proc/loadavg: 3.68 3.93 3.93 4/178 15971
/proc/meminfo: memFree=14177708/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 468400482 8912896 252 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.705456 s]
/proc/loadavg: 3.68 3.93 3.93 4/178 15971
/proc/meminfo: memFree=14177708/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8704

[startup+1.50031 s]
/proc/loadavg: 3.68 3.93 3.93 5/186 15987
/proc/meminfo: memFree=14004564/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=23956 CPUtime=0.79 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 5550 0 0 0 79 0 0 0 19 0 1 0 468400552 24530944 5491 33554432000 134512640 134556542 4286648432 18446744073709551615 2409980 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 5989 5491 214 11 0 5323 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32660

[startup+3.10099 s]
/proc/loadavg: 3.68 3.93 3.93 5/186 15988
/proc/meminfo: memFree=13923168/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=28684 CPUtime=2.4 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 6727 0 0 0 239 1 0 0 22 0 1 0 468400552 29372416 6668 33554432000 134512640 134556542 4286648432 18446744073709551615 134529828 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 7171 6668 214 11 0 6505 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37388

[startup+6.30035 s]
/proc/loadavg: 3.87 3.97 3.95 5/190 15997
/proc/meminfo: memFree=13653092/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=32792 CPUtime=5.59 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 7707 0 0 0 558 1 0 0 25 0 1 0 468400552 33579008 7648 33554432000 134512640 134556542 4286648432 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 8198 7648 214 11 0 7532 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41496

[startup+12.7011 s]
/proc/loadavg: 4.04 4.00 3.96 5/194 16007
/proc/meminfo: memFree=12767260/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=37828 CPUtime=11.99 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 8947 0 0 0 1198 1 0 0 25 0 1 0 468400552 38735872 8888 33554432000 134512640 134556542 4286648432 18446744073709551615 134529805 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 9457 8888 214 11 0 8791 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46532

[startup+25.5005 s]
/proc/loadavg: 4.03 4.00 3.96 5/190 16011
/proc/meminfo: memFree=12678828/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=41452 CPUtime=24.79 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 9886 0 0 0 2477 2 0 0 25 0 1 0 468400552 42446848 9827 33554432000 134512640 134556542 4286648432 18446744073709551615 134537898 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 10363 9827 214 11 0 9697 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50156

[startup+51.1005 s]
/proc/loadavg: 4.02 4.00 3.96 5/190 16044
/proc/meminfo: memFree=12794508/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=48072 CPUtime=50.39 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 11500 0 0 0 5037 2 0 0 25 0 1 0 468400552 49225728 11441 33554432000 134512640 134556542 4286648432 18446744073709551615 134538022 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 12018 11441 214 11 0 11352 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 56776

[startup+102.307 s]
/proc/loadavg: 4.22 4.06 3.98 5/190 16300
/proc/meminfo: memFree=13769764/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=51900 CPUtime=101.61 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 12477 0 0 0 10158 3 0 0 25 0 1 0 468400552 53145600 12418 33554432000 134512640 134556542 4286648432 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 12975 12418 214 11 0 12309 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60604

[startup+162.3 s]
/proc/loadavg: 4.08 4.05 3.98 5/194 16392
/proc/meminfo: memFree=13608340/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=57552 CPUtime=161.6 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 13881 0 0 0 16157 3 0 0 25 0 1 0 468400552 58933248 13822 33554432000 134512640 134556542 4286648432 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 14388 13822 214 11 0 13722 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 66256

[startup+222.3 s]
/proc/loadavg: 4.03 4.03 3.98 5/194 16393
/proc/meminfo: memFree=13558136/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=62620 CPUtime=221.6 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 15271 0 0 0 22157 3 0 0 25 0 1 0 468400552 64122880 15098 33554432000 134512640 134556542 4286648432 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 15655 15098 214 11 0 14989 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 71324

[startup+282.301 s]
/proc/loadavg: 4.06 4.04 3.98 5/194 16395
/proc/meminfo: memFree=13531568/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=67764 CPUtime=281.61 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 16551 0 0 0 28157 4 0 0 25 0 1 0 468400552 69390336 16378 33554432000 134512640 134556542 4286648432 18446744073709551615 134530709 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 16941 16378 214 11 0 16275 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 76468

[startup+342.301 s]
/proc/loadavg: 4.02 4.03 3.98 5/194 16396
/proc/meminfo: memFree=13522740/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=71488 CPUtime=341.61 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 17416 0 0 0 34157 4 0 0 25 0 1 0 468400552 73203712 17243 33554432000 134512640 134556542 4286648432 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 17872 17243 214 11 0 17206 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 80192

[startup+402.301 s]
/proc/loadavg: 4.01 4.02 3.98 5/194 16398
/proc/meminfo: memFree=13520876/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7

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


[startup+942.301 s]
/proc/loadavg: 4.13 4.03 4.00 5/194 16474
/proc/meminfo: memFree=13262592/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=94516 CPUtime=941.63 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23077 0 0 0 94157 6 0 0 25 0 1 0 468400552 96784384 22835 33554432000 134512640 134556542 4286648432 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 23629 22835 214 11 0 22963 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 103220

[startup+1002.3 s]
/proc/loadavg: 4.08 4.04 4.00 5/194 16476
/proc/meminfo: memFree=13257876/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=94748 CPUtime=1001.64 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23115 0 0 0 100158 6 0 0 25 0 1 0 468400552 97021952 22873 33554432000 134512640 134556542 4286648432 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 23687 22873 214 11 0 23021 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 103452

[startup+1062.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/194 16478
/proc/meminfo: memFree=13211372/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=95072 CPUtime=1061.64 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23186 0 0 0 106158 6 0 0 25 0 1 0 468400552 97353728 22944 33554432000 134512640 134556542 4286648432 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 23768 22944 214 11 0 23102 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 103776

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/194 16479
/proc/meminfo: memFree=13210988/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=95504 CPUtime=1121.64 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23260 0 0 0 112158 6 0 0 25 0 1 0 468400552 97796096 23018 33554432000 134512640 134556542 4286648432 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 23876 23018 214 11 0 23210 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 104208

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/194 16481
/proc/meminfo: memFree=13210116/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=95504 CPUtime=1181.64 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23265 0 0 0 118158 6 0 0 25 0 1 0 468400552 97796096 23023 33554432000 134512640 134556542 4286648432 18446744073709551615 134530749 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 23876 23023 214 11 0 23210 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 104208

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/194 16482
/proc/meminfo: memFree=13205648/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=95828 CPUtime=1241.65 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23329 0 0 0 124159 6 0 0 25 0 1 0 468400552 98127872 23087 33554432000 134512640 134556542 4286648432 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 23957 23087 214 11 0 23291 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 104532

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

[startup+1254.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/194 16483
/proc/meminfo: memFree=13205400/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=95828 CPUtime=1253.65 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23329 0 0 0 125359 6 0 0 25 0 1 0 468400552 98127872 23087 33554432000 134512640 134556542 4286648432 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 23957 23087 214 11 0 23291 0
Current children cumulated CPU time (s) 1254.34
Current children cumulated vsize (KiB) 104532

[startup+1279.9 s]
/proc/loadavg: 4.07 4.02 4.00 5/194 16483
/proc/meminfo: memFree=13204904/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=96096 CPUtime=1279.25 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23383 0 0 0 127919 6 0 0 25 0 1 0 468400552 98402304 23141 33554432000 134512640 134556542 4286648432 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1279.94
Current children cumulated vsize (KiB) 104800

[startup+1286.3 s]
/proc/loadavg: 4.06 4.02 4.00 5/194 16484
/proc/meminfo: memFree=13205020/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=96096 CPUtime=1285.65 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23383 0 0 0 128559 6 0 0 25 0 1 0 468400552 98402304 23141 33554432000 134512640 134556542 4286648432 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1286.34
Current children cumulated vsize (KiB) 104800

[startup+1292.7 s]
/proc/loadavg: 4.05 4.02 4.00 5/194 16484
/proc/meminfo: memFree=13205020/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=96096 CPUtime=1292.05 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23383 0 0 0 129199 6 0 0 25 0 1 0 468400552 98402304 23141 33554432000 134512640 134556542 4286648432 18446744073709551615 134537197 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1292.74
Current children cumulated vsize (KiB) 104800

[startup+1294.3 s]
/proc/loadavg: 4.05 4.02 4.00 5/194 16484
/proc/meminfo: memFree=13205020/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=96096 CPUtime=1293.65 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23383 0 0 0 129359 6 0 0 25 0 1 0 468400552 98402304 23141 33554432000 134512640 134556542 4286648432 18446744073709551615 134537549 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1294.34
Current children cumulated vsize (KiB) 104800

[startup+1295.9 s]
/proc/loadavg: 4.05 4.02 4.00 5/194 16484
/proc/meminfo: memFree=13205020/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=96096 CPUtime=1295.25 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23383 0 0 0 129519 6 0 0 25 0 1 0 468400552 98402304 23141 33554432000 134512640 134556542 4286648432 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1295.94
Current children cumulated vsize (KiB) 104800

[startup+1296.7 s]
/proc/loadavg: 4.05 4.02 4.00 5/194 16484
/proc/meminfo: memFree=13205020/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=96096 CPUtime=1296.05 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23383 0 0 0 129599 6 0 0 25 0 1 0 468400552 98402304 23141 33554432000 134512640 134556542 4286648432 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1296.74
Current children cumulated vsize (KiB) 104800

[startup+1297.1 s]
/proc/loadavg: 4.05 4.02 4.00 5/194 16484
/proc/meminfo: memFree=13205020/32951124 swapFree=67111528/67111528
[pid=15971] ppid=15969 vsize=8704 CPUtime=0.69 cores=5,7
/proc/15971/stat : 15971 (ebglucose.sh) S 15969 15971 15473 0 -1 4202496 379 8490 0 0 0 0 65 4 16 0 1 0 468400482 8912896 255 33554432000 4194304 4922060 140735310285728 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15971/statm: 2176 255 211 178 0 69 0
[pid=15987] ppid=15971 vsize=96096 CPUtime=1296.45 cores=5,7
/proc/15987/stat : 15987 (ebglucose_stati) R 15971 15971 15473 0 -1 4202496 23383 0 0 0 129639 6 0 0 25 0 1 0 468400552 98402304 23141 33554432000 134512640 134556542 4286648432 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/15987/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1297.14
Current children cumulated vsize (KiB) 104800

Child status: 20
Real time (s): 1297.13
CPU time (s): 1297.18
CPU user time (s): 1297.06
CPU system time (s): 0.117982
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 104800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.06
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32477
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= 51
involuntary context switches= 14850

runsolver used 2.08068 second user time and 5.00024 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 21:30:49
IDJOB=3284205
IDBENCH=71718
IDSOLVER=1652
FILE ID=node143/3284205-1303759848
RUNJOBID= node143-1303759848-15954
PBS_JOBID= 13154066
Free space on /tmp= 72324 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284205-1303759848/watcher-3284205-1303759848 -o /tmp/evaluation-result-3284205-1303759848/solver-3284205-1303759848 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3284205-1303759848.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=1615562053

node143.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	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14178220 kB
Buffers:       2274308 kB
Cached:       15869448 kB
SwapCached:          0 kB
Active:        6825432 kB
Inactive:     11390236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14178220 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           27928 kB
Writeback:           0 kB
AnonPages:       71012 kB
Mapped:          14700 kB
Slab:           493940 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194244 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= 72160 MiB
End job on node143 at 2011-04-25 21:52:26