Trace number 3498704

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 3609.53 3609.46

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.529
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c
0.00/0.01	c Starting SatElite Preprocessing
0.00/0.01	c
0.00/0.01	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  129618   302442 |   38885       0        0     nan |  0.000 % |
0.00/0.37	c |         0 |   68921   217805 |      --       0       --      -- |     --   | -60695/-84632
0.00/0.37	c ==============================================================================
0.00/0.37	c Result  :   #vars: 13945   #clauses: 68921   #literals: 217805
0.00/0.37	c CPU time:   0.349946 s
0.00/0.37	c ==============================================================================
0.00/0.41	c
0.00/0.41	c Starting glucose
0.00/0.41	c
0.00/0.42	
0.00/0.42	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.42	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.42	
0.00/0.42	c ============================[ Problem Statistics ]=============================
0.00/0.42	c |                                                                             |
0.00/0.42	c |  Number of variables:  13945                                                |
0.00/0.42	c |  Number of clauses:    68921                                                |
0.00/0.44	c |  Parsing time:         0.02         s                                       |
3609.45/3609.45	c restarts              : 10118
3609.45/3609.45	c nb ReduceDB           : 111
3609.45/3609.45	c nb learnts DL2        : 54961
3609.45/3609.45	c nb learnts size 2     : 9140
3609.45/3609.45	c nb learnts size 1     : 469
3609.45/3609.45	c conflicts             : 8334691        (2309 /sec)
3609.45/3609.45	c decisions             : 13586371       (1.34 % random) (3765 /sec)
3609.45/3609.45	c propagations          : 3908395017     (1082939 /sec)
3609.45/3609.45	c conflict literals     : 483479545      (55.32 % deleted)
3609.45/3609.45	c Memory used           : 89.40 MB
3609.45/3609.45	c CPU time              : 3609.06 s
3609.45/3609.45	
3609.45/3609.45	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-3498704-1307965455/watcher-3498704-1307965455 -o /tmp/evaluation-result-3498704-1307965455/solver-3498704-1307965455 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498704-1307965455.cnf 

running on 4 cores: 1,3,5,7

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: 2.00 2.00 2.00 3/178 20592
/proc/meminfo: memFree=8797612/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/20592/stat : 20592 (runsolver) S 20590 20592 19390 0 -1 4202560 40 0 0 0 0 0 0 0 24 0 1 0 27290282 12087296 51 33554432000 4194304 5436572 140735388463840 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 7 0 0 0
/proc/20592/statm: 2951 51 31 304 0 2643 0

[startup+0.0775261 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20592
/proc/meminfo: memFree=8797612/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 27290282 8912896 253 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20592/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100519 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20592
/proc/meminfo: memFree=8797612/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 27290282 8912896 253 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20592/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300487 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20592
/proc/meminfo: memFree=8797612/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 27290282 8912896 253 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20592/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700476 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20592
/proc/meminfo: memFree=8797612/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 8704

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20596
/proc/meminfo: memFree=8785600/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=11216 CPUtime=1.07 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 2280 0 0 0 107 0 0 0 19 0 1 0 27290324 11485184 2220 33554432000 134512640 134556542 4288625040 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 2804 2220 214 11 0 2138 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 19920

[startup+3.10099 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20596
/proc/meminfo: memFree=8784356/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=12244 CPUtime=2.67 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 2539 0 0 0 267 0 0 0 23 0 1 0 27290324 12537856 2479 33554432000 134512640 134556542 4288625040 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 3061 2479 214 11 0 2395 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 20948

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20596
/proc/meminfo: memFree=8782372/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=13728 CPUtime=5.87 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 2923 0 0 0 587 0 0 0 25 0 1 0 27290324 14057472 2863 33554432000 134512640 134556542 4288625040 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 3432 2863 214 11 0 2766 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 22432

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20596
/proc/meminfo: memFree=8780152/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=16316 CPUtime=12.27 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 3537 0 0 0 1227 0 0 0 25 0 1 0 27290324 16707584 3477 33554432000 134512640 134556542 4288625040 18446744073709551615 134537898 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 4079 3477 214 11 0 3413 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 25020

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20597
/proc/meminfo: memFree=8777644/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=19868 CPUtime=25.07 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 4428 0 0 0 2507 0 0 0 25 0 1 0 27290324 20344832 4368 33554432000 134512640 134556542 4288625040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 4967 4368 214 11 0 4301 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 28572

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20598
/proc/meminfo: memFree=8773872/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=23168 CPUtime=50.68 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 5281 0 0 0 5067 1 0 0 25 0 1 0 27290324 23724032 5221 33554432000 134512640 134556542 4288625040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 5792 5221 214 11 0 5126 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31872

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20599
/proc/meminfo: memFree=8767396/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=29692 CPUtime=101.88 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 6879 0 0 0 10187 1 0 0 25 0 1 0 27290324 30404608 6819 33554432000 134512640 134556542 4288625040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 7423 6819 214 11 0 6757 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 38396

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 20600
/proc/meminfo: memFree=8700024/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=33000 CPUtime=161.87 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 7670 0 0 0 16186 1 0 0 25 0 1 0 27290324 33792000 7610 33554432000 134512640 134556542 4288625040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 8250 7610 214 11 0 7584 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 41704

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 20602
/proc/meminfo: memFree=8694128/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=38832 CPUtime=221.88 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 9161 0 0 0 22186 2 0 0 25 0 1 0 27290324 39763968 9101 33554432000 134512640 134556542 4288625040 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 9708 9101 214 11 0 9042 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 47536

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 20604
/proc/meminfo: memFree=8691860/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=40856 CPUtime=281.88 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 9650 0 0 0 28186 2 0 0 25 0 1 0 27290324 41836544 9590 33554432000 134512640 134556542 4288625040 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 10214 9590 214 11 0 9548 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 49560

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20606
/proc/meminfo: memFree=8690564/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=42180 CPUtime=341.88 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 9999 0 0 0 34186 2 0 0 25 0 1 0 27290324 43192320 9939 33554432000 134512640 134556542 4288625040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 10545 9939 214 11 0 9879 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 50884

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20607
/proc/meminfo: memFree=8688284/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7

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


[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20740
/proc/meminfo: memFree=9063604/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=89644 CPUtime=3341.95 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 21593 0 0 0 334190 5 0 0 25 0 1 0 27290324 91795456 21533 33554432000 134512640 134556542 4288625040 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22411 21533 214 11 0 21745 0
Current children cumulated CPU time (s) 3342.34
Current children cumulated vsize (KiB) 98348

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20741
/proc/meminfo: memFree=9062076/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=89932 CPUtime=3401.96 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 21680 0 0 0 340191 5 0 0 25 0 1 0 27290324 92090368 21620 33554432000 134512640 134556542 4288625040 18446744073709551615 134532796 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22483 21620 214 11 0 21817 0
Current children cumulated CPU time (s) 3402.35
Current children cumulated vsize (KiB) 98636

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20742
/proc/meminfo: memFree=9060180/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=90736 CPUtime=3461.96 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 21844 0 0 0 346191 5 0 0 25 0 1 0 27290324 92913664 21784 33554432000 134512640 134556542 4288625040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22684 21784 214 11 0 22018 0
Current children cumulated CPU time (s) 3462.35
Current children cumulated vsize (KiB) 99440

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20744
/proc/meminfo: memFree=9058892/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=91112 CPUtime=3521.96 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 21906 0 0 0 352191 5 0 0 25 0 1 0 27290324 93298688 21846 33554432000 134512640 134556542 4288625040 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22778 21846 214 11 0 22112 0
Current children cumulated CPU time (s) 3522.35
Current children cumulated vsize (KiB) 99816

[startup+3582.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 20746
/proc/meminfo: memFree=9057228/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=91544 CPUtime=3581.96 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 21996 0 0 0 358191 5 0 0 25 0 1 0 27290324 93741056 21936 33554432000 134512640 134556542 4288625040 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22886 21936 214 11 0 22220 0
Current children cumulated CPU time (s) 3582.35
Current children cumulated vsize (KiB) 100248

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

[startup+3583.9 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 20746
/proc/meminfo: memFree=9057228/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=91544 CPUtime=3583.56 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 21997 0 0 0 358351 5 0 0 25 0 1 0 27290324 93741056 21937 33554432000 134512640 134556542 4288625040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22886 21937 214 11 0 22220 0
Current children cumulated CPU time (s) 3583.95
Current children cumulated vsize (KiB) 100248

[startup+3596.7 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 20746
/proc/meminfo: memFree=9056840/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=91544 CPUtime=3596.36 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 22001 0 0 0 359631 5 0 0 25 0 1 0 27290324 93741056 21941 33554432000 134512640 134556542 4288625040 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22886 21941 214 11 0 22220 0
Current children cumulated CPU time (s) 3596.75
Current children cumulated vsize (KiB) 100248

[startup+3603.1 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 20746
/proc/meminfo: memFree=9056592/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=91544 CPUtime=3602.76 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 22015 0 0 0 360271 5 0 0 25 0 1 0 27290324 93741056 21955 33554432000 134512640 134556542 4288625040 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22886 21955 214 11 0 22220 0
Current children cumulated CPU time (s) 3603.15
Current children cumulated vsize (KiB) 100248

[startup+3606.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 20746
/proc/meminfo: memFree=9056588/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=91544 CPUtime=3605.96 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 22016 0 0 0 360591 5 0 0 25 0 1 0 27290324 93741056 21956 33554432000 134512640 134556542 4288625040 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22886 21956 214 11 0 22220 0
Current children cumulated CPU time (s) 3606.35
Current children cumulated vsize (KiB) 100248

[startup+3607.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 20746
/proc/meminfo: memFree=9056584/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=91544 CPUtime=3607.56 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 22016 0 0 0 360751 5 0 0 25 0 1 0 27290324 93741056 21956 33554432000 134512640 134556542 4288625040 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22886 21956 214 11 0 22220 0
Current children cumulated CPU time (s) 3607.95
Current children cumulated vsize (KiB) 100248

[startup+3608.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 20746
/proc/meminfo: memFree=9056584/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=91544 CPUtime=3608.36 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 22016 0 0 0 360831 5 0 0 25 0 1 0 27290324 93741056 21956 33554432000 134512640 134556542 4288625040 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22886 21956 214 11 0 22220 0
Current children cumulated CPU time (s) 3608.75
Current children cumulated vsize (KiB) 100248

[startup+3609.11 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 20746
/proc/meminfo: memFree=9056584/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=91544 CPUtime=3608.76 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 22016 0 0 0 360871 5 0 0 25 0 1 0 27290324 93741056 21956 33554432000 134512640 134556542 4288625040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22886 21956 214 11 0 22220 0
Current children cumulated CPU time (s) 3609.15
Current children cumulated vsize (KiB) 100248

[startup+3609.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 20746
/proc/meminfo: memFree=9056584/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=91544 CPUtime=3608.96 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 22016 0 0 0 360891 5 0 0 25 0 1 0 27290324 93741056 21956 33554432000 134512640 134556542 4288625040 18446744073709551615 134525280 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22886 21956 214 11 0 22220 0
Current children cumulated CPU time (s) 3609.35
Current children cumulated vsize (KiB) 100248

[startup+3609.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 20746
/proc/meminfo: memFree=9056584/32950928 swapFree=67111364/67111528
[pid=20592] ppid=20590 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/20592/stat : 20592 (ebglucose.sh) S 20590 20592 19390 0 -1 4202496 380 6389 0 0 0 0 38 1 21 0 1 0 27290282 8912896 256 33554432000 4194304 4922060 140735038029312 18446744073709551615 232123899013 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20592/statm: 2176 256 211 178 0 69 0
[pid=20596] ppid=20592 vsize=91544 CPUtime=3609.06 cores=1,3,5,7
/proc/20596/stat : 20596 (ebglucose_stati) R 20592 20592 19390 0 -1 4202496 22016 0 0 0 360901 5 0 0 25 0 1 0 27290324 93741056 21956 33554432000 134512640 134556542 4288625040 18446744073709551615 134525290 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20596/statm: 22886 21956 214 11 0 22220 0
Current children cumulated CPU time (s) 3609.45
Current children cumulated vsize (KiB) 100248

Child status: 20
Real time (s): 3609.46
CPU time (s): 3609.53
CPU user time (s): 3609.45
CPU system time (s): 0.080987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 100248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3609.45
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29009
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= 41384

runsolver used 5.57815 second user time and 13.334 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-13 13:44:15
IDJOB=3498704
IDBENCH=82466
IDSOLVER=1992
FILE ID=node124/3498704-1307965455
RUNJOBID= node124-1307958142-19706
PBS_JOBID= 13559704
Free space on /tmp= 2020 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498704-1307965455/watcher-3498704-1307965455 -o /tmp/evaluation-result-3498704-1307965455/solver-3498704-1307965455 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498704-1307965455.cnf

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1353707862

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:       8798536 kB
Buffers:        127696 kB
Cached:       22841968 kB
SwapCached:          0 kB
Active:        8008640 kB
Inactive:     15375516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8798536 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2980 kB
Writeback:         144 kB
AnonPages:      414272 kB
Mapped:          17176 kB
Slab:           703012 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   556972 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= 2084 MiB
End job on node124 at 2011-06-13 14:44:24