Trace number 3498723

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 2230.26 2230.19

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2052.83
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.22	c ==============================================================================
0.00/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.22	c ==============================================================================
0.00/0.22	c |         0 |  564951  1318219 |  169485       0        0     nan |  0.000 % |
1.29/1.39	c |         0 |  279680   895605 |      --       0       --      -- |     --   | -285269/-422609
1.29/1.39	c ==============================================================================
1.29/1.39	c Result  :   #vars: 57963   #clauses: 279680   #literals: 895605
1.29/1.39	c CPU time:   1.3378 s
1.29/1.39	c ==============================================================================
1.49/1.56	c
1.49/1.56	c Starting glucose
1.49/1.56	c
1.49/1.57	
1.49/1.57	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.49/1.57	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.49/1.57	
1.49/1.57	c ============================[ Problem Statistics ]=============================
1.49/1.57	c |                                                                             |
1.49/1.57	c |  Number of variables:  57963                                                |
1.49/1.57	c |  Number of clauses:    279680                                               |
1.55/1.68	c |  Parsing time:         0.11         s                                       |
2230.15/2230.16	c restarts              : 17193
2230.15/2230.16	c nb ReduceDB           : 151
2230.15/2230.16	c nb learnts DL2        : 643172
2230.15/2230.16	c nb learnts size 2     : 19415
2230.15/2230.16	c nb learnts size 1     : 282
2230.15/2230.16	c conflicts             : 14461682       (6489 /sec)
2230.15/2230.16	c decisions             : 110379703      (1.58 % random) (49530 /sec)
2230.15/2230.16	c propagations          : 2850698514     (1279172 /sec)
2230.15/2230.16	c conflict literals     : 241472953      (29.62 % deleted)
2230.15/2230.16	c Memory used           : 248.81 MB
2230.15/2230.16	c CPU time              : 2228.55 s
2230.15/2230.16	
2230.15/2230.18	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 /var/tmp/evaluation-result-3498723-1307965736/watcher-3498723-1307965736 -o /var/tmp/evaluation-result-3498723-1307965736/solver-3498723-1307965736 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498723-1307965736.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: 2.00 2.00 1.96 2/175 3665
/proc/meminfo: memFree=12817952/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 986804152 8912896 252 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3665/statm: 2176 252 211 178 0 69 0

[startup+0.00856011 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3665
/proc/meminfo: memFree=12817952/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 986804152 8912896 252 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3665/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10055 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3665
/proc/meminfo: memFree=12817952/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 986804152 8912896 252 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3665/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300521 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3665
/proc/meminfo: memFree=12817952/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 986804152 8912896 252 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3665/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700447 s]
/proc/loadavg: 2.00 2.00 1.96 2/175 3665
/proc/meminfo: memFree=12817952/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 986804152 8912896 252 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3665/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3668
/proc/meminfo: memFree=12720124/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 986804152 8912896 252 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3665/statm: 2176 252 211 178 0 69 0
[pid=3667] ppid=3665 vsize=98600 CPUtime=1.49 cores=0,2,4,6
/proc/3667/stat : 3667 (SatELite_releas) R 3665 3665 1923 0 -1 4202496 25315 0 0 0 144 5 0 0 25 0 1 0 986804152 100966400 21664 33554432000 134512640 135144230 4289242512 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/3667/statm: 24650 21664 78 155 0 24493 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107304

[startup+3.10097 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3669
/proc/meminfo: memFree=12776792/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=27348 CPUtime=1.52 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 6275 0 0 0 152 0 0 0 24 0 1 0 986804309 28004352 6200 33554432000 134512640 134556542 4291904976 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 6837 6200 214 11 0 6171 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 36052

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3669
/proc/meminfo: memFree=12774680/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=28824 CPUtime=4.73 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 6605 0 0 0 472 1 0 0 25 0 1 0 986804309 29515776 6530 33554432000 134512640 134556542 4291904976 18446744073709551615 134528968 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 7206 6530 214 11 0 6540 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37528

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3670
/proc/meminfo: memFree=12772756/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=30408 CPUtime=11.13 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 7018 0 0 0 1112 1 0 0 25 0 1 0 986804309 31137792 6943 33554432000 134512640 134556542 4291904976 18446744073709551615 134537837 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 7602 6943 214 11 0 6936 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39112

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3670
/proc/meminfo: memFree=12771012/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=32156 CPUtime=23.93 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 7458 0 0 0 2392 1 0 0 25 0 1 0 986804309 32927744 7383 33554432000 134512640 134556542 4291904976 18446744073709551615 134528959 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 8039 7383 214 11 0 7373 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40860

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3671
/proc/meminfo: memFree=12768544/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=34996 CPUtime=49.52 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 8143 0 0 0 4951 1 0 0 25 0 1 0 986804309 35835904 8068 33554432000 134512640 134556542 4291904976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 8749 8068 214 11 0 8083 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 43700

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 3672
/proc/meminfo: memFree=12762220/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=40724 CPUtime=100.74 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 9576 0 0 0 10072 2 0 0 25 0 1 0 986804309 41701376 9501 33554432000 134512640 134556542 4291904976 18446744073709551615 134528937 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 10181 9501 214 11 0 9515 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 49428

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/177 3674
/proc/meminfo: memFree=12755476/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=47596 CPUtime=160.73 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 11318 0 0 0 16071 2 0 0 25 0 1 0 986804309 48738304 11243 33554432000 134512640 134556542 4291904976 18446744073709551615 134529024 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 11899 11243 214 11 0 11233 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 56300

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 1.97 3/177 3675
/proc/meminfo: memFree=12708464/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=57120 CPUtime=220.73 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 13683 0 0 0 22071 2 0 0 25 0 1 0 986804309 58490880 13608 33554432000 134512640 134556542 4291904976 18446744073709551615 134530968 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 14280 13608 214 11 0 13614 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 65824

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3677
/proc/meminfo: memFree=12632052/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=66844 CPUtime=280.73 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 16037 0 0 0 28071 2 0 0 25 0 1 0 986804309 68448256 15962 33554432000 134512640 134556542 4291904976 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 16711 15962 214 11 0 16045 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 75548

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3678
/proc/meminfo: memFree=12623456/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=74812 CPUtime=340.74 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 18065 0 0 0 34071 3 0 0 25 0 1 0 986804309 76607488 17990 33554432000 134512640 134556542 4291904976 18446744073709551615 134529024 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 18703 17990 214 11 0 18037 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 83516

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 3680
/proc/meminfo: memFree=12615620/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6

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


[startup+1842.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 3727
/proc/meminfo: memFree=12481220/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=213116 CPUtime=1840.78 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 52251 0 0 0 184069 9 0 0 25 0 1 0 986804309 218230784 52176 33554432000 134512640 134556542 4291904976 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 53279 52176 214 11 0 52613 0
Current children cumulated CPU time (s) 1842.33
Current children cumulated vsize (KiB) 221820

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 3729
/proc/meminfo: memFree=12469664/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=224632 CPUtime=1900.79 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 55085 0 0 0 190069 10 0 0 25 0 1 0 986804309 230023168 55010 33554432000 134512640 134556542 4291904976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 56158 55010 214 11 0 55492 0
Current children cumulated CPU time (s) 1902.34
Current children cumulated vsize (KiB) 233336

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 3731
/proc/meminfo: memFree=12458716/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=236128 CPUtime=1960.79 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 57792 0 0 0 196068 11 0 0 25 0 1 0 986804309 241795072 57717 33554432000 134512640 134556542 4291904976 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 59032 57717 214 11 0 58366 0
Current children cumulated CPU time (s) 1962.34
Current children cumulated vsize (KiB) 244832

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 3732
/proc/meminfo: memFree=12449140/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=246564 CPUtime=2020.79 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 60291 0 0 0 202068 11 0 0 25 0 1 0 986804309 252481536 60216 33554432000 134512640 134556542 4291904976 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 61641 60216 214 11 0 60975 0
Current children cumulated CPU time (s) 2022.34
Current children cumulated vsize (KiB) 255268

[startup+2082.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 3734
/proc/meminfo: memFree=12445400/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=250136 CPUtime=2080.8 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 61118 0 0 0 208068 12 0 0 25 0 1 0 986804309 256139264 61043 33554432000 134512640 134556542 4291904976 18446744073709551615 134525040 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 62534 61043 214 11 0 61868 0
Current children cumulated CPU time (s) 2082.35
Current children cumulated vsize (KiB) 258840

[startup+2142.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3735
/proc/meminfo: memFree=12444856/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=250812 CPUtime=2140.8 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 61253 0 0 0 214068 12 0 0 25 0 1 0 986804309 256831488 61178 33554432000 134512640 134556542 4291904976 18446744073709551615 134543810 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 62703 61178 214 11 0 62037 0
Current children cumulated CPU time (s) 2142.35
Current children cumulated vsize (KiB) 259516

[startup+2202.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3737
/proc/meminfo: memFree=12441476/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=254380 CPUtime=2200.8 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 62060 0 0 0 220068 12 0 0 25 0 1 0 986804309 260485120 61985 33554432000 134512640 134556542 4291904976 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 63595 61985 214 11 0 62929 0
Current children cumulated CPU time (s) 2202.35
Current children cumulated vsize (KiB) 263084

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

[startup+2214.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3737
/proc/meminfo: memFree=12441588/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=254488 CPUtime=2212.8 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 62068 0 0 0 221268 12 0 0 25 0 1 0 986804309 260595712 61993 33554432000 134512640 134556542 4291904976 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 63622 61993 214 11 0 62956 0
Current children cumulated CPU time (s) 2214.35
Current children cumulated vsize (KiB) 263192

[startup+2220.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3737
/proc/meminfo: memFree=12441336/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=254632 CPUtime=2219.2 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 62128 0 0 0 221908 12 0 0 25 0 1 0 986804309 260743168 62053 33554432000 134512640 134556542 4291904976 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 63658 62053 214 11 0 62992 0
Current children cumulated CPU time (s) 2220.75
Current children cumulated vsize (KiB) 263336

[startup+2227.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3738
/proc/meminfo: memFree=12441460/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=254632 CPUtime=2225.6 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 62130 0 0 0 222548 12 0 0 25 0 1 0 986804309 260743168 62055 33554432000 134512640 134556542 4291904976 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 63658 62055 214 11 0 62992 0
Current children cumulated CPU time (s) 2227.15
Current children cumulated vsize (KiB) 263336

[startup+2228.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3738
/proc/meminfo: memFree=12441336/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=254776 CPUtime=2227.2 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 62158 0 0 0 222708 12 0 0 25 0 1 0 986804309 260890624 62083 33554432000 134512640 134556542 4291904976 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 63694 62083 214 11 0 63028 0
Current children cumulated CPU time (s) 2228.75
Current children cumulated vsize (KiB) 263480

[startup+2229.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3738
/proc/meminfo: memFree=12441336/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=254776 CPUtime=2228 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 62159 0 0 0 222788 12 0 0 25 0 1 0 986804309 260890624 62084 33554432000 134512640 134556542 4291904976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 63694 62084 214 11 0 63028 0
Current children cumulated CPU time (s) 2229.55
Current children cumulated vsize (KiB) 263480

[startup+2229.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3738
/proc/meminfo: memFree=12441088/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=254776 CPUtime=2228.4 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 62159 0 0 0 222828 12 0 0 25 0 1 0 986804309 260890624 62084 33554432000 134512640 134556542 4291904976 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 63694 62084 214 11 0 63028 0
Current children cumulated CPU time (s) 2229.95
Current children cumulated vsize (KiB) 263480

[startup+2230.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3738
/proc/meminfo: memFree=12441088/32951124 swapFree=67062556/67111528
[pid=3665] ppid=3663 vsize=8704 CPUtime=1.55 cores=0,2,4,6
/proc/3665/stat : 3665 (ebglucose.sh) S 3663 3665 1923 0 -1 4202496 381 25549 0 0 0 0 149 6 18 0 1 0 986804152 8912896 255 33554432000 4194304 4922060 140737261563616 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3665/statm: 2176 255 211 178 0 69 0
[pid=3669] ppid=3665 vsize=254776 CPUtime=2228.6 cores=0,2,4,6
/proc/3669/stat : 3669 (ebglucose_stati) R 3665 3665 1923 0 -1 4202496 62159 0 0 0 222848 12 0 0 25 0 1 0 986804309 260890624 62084 33554432000 134512640 134556542 4291904976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/3669/statm: 63694 62084 214 11 0 63028 0
Current children cumulated CPU time (s) 2230.15
Current children cumulated vsize (KiB) 263480

Child status: 20
Real time (s): 2230.19
CPU time (s): 2230.26
CPU user time (s): 2230.05
CPU system time (s): 0.209968
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 263480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2230.05
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88311
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= 45
involuntary context switches= 2744

runsolver used 3.2645 second user time and 6.90895 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-13 13:48:57
IDJOB=3498723
IDBENCH=82493
IDSOLVER=1992
FILE ID=node111/3498723-1307965736
RUNJOBID= node111-1307958829-2690
PBS_JOBID= 13559717
Free space on /var/tmp= 2860 MiB

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

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=432275971

node111.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.849
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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:      12818620 kB
Buffers:        102216 kB
Cached:       19200180 kB
SwapCached:      11344 kB
Active:        4046600 kB
Inactive:     15418484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12818620 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           11160 kB
Writeback:          20 kB
AnonPages:      160060 kB
Mapped:          11192 kB
Slab:           602800 kB
PageTables:       4576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   323648 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 /var/tmp at the end= 2860 MiB
End job on node111 at 2011-06-13 14:26:07