Trace number 3498744

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 1877.54 1877.49

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.18691
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   53865   137056 |   16159       0        0     nan |  0.000 % |
0.00/0.18	c |         0 |   36664   133730 |      --       0       --      -- |     --   | -17201/-3326
0.00/0.18	c ==============================================================================
0.00/0.18	c Result  :   #vars: 6724   #clauses: 36664   #literals: 133730
0.00/0.18	c CPU time:   0.170974 s
0.00/0.18	c ==============================================================================
0.00/0.20	c
0.00/0.20	c Starting glucose
0.00/0.20	c
0.00/0.21	
0.00/0.21	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.21	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.21	
0.00/0.21	c ============================[ Problem Statistics ]=============================
0.00/0.21	c |                                                                             |
0.00/0.21	c |  Number of variables:  6724                                                 |
0.00/0.21	c |  Number of clauses:    36664                                                |
0.00/0.22	c |  Parsing time:         0.01         s                                       |
1877.43/1877.48	c restarts              : 1040
1877.43/1877.48	c nb ReduceDB           : 112
1877.43/1877.48	c nb learnts DL2        : 7767
1877.43/1877.48	c nb learnts size 2     : 431
1877.43/1877.48	c nb learnts size 1     : 16
1877.43/1877.48	c conflicts             : 6958292        (3707 /sec)
1877.43/1877.48	c decisions             : 9359830        (1.71 % random) (4986 /sec)
1877.43/1877.48	c propagations          : 2257248977     (1202395 /sec)
1877.43/1877.48	c conflict literals     : 212459043      (45.93 % deleted)
1877.43/1877.48	c Memory used           : 62.08 MB
1877.43/1877.48	c CPU time              : 1877.29 s
1877.43/1877.48	
1877.43/1877.49	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-3498744-1308502031/watcher-3498744-1308502031 -o /tmp/evaluation-result-3498744-1308502031/solver-3498744-1308502031 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498744-1308502031.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.01 2.00 2.00 3/178 18106
/proc/meminfo: memFree=27368196/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 356 233 0 0 0 0 0 0 18 0 1 0 961801100 8912896 253 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18106/statm: 2176 253 211 178 0 69 0

[startup+0.096261 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18106
/proc/meminfo: memFree=27368196/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 356 233 0 0 0 0 0 0 18 0 1 0 961801100 8912896 253 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18106/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100273 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18106
/proc/meminfo: memFree=27368196/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 356 233 0 0 0 0 0 0 18 0 1 0 961801100 8912896 253 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18106/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300222 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18106
/proc/meminfo: memFree=27368196/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 8704

[startup+0.700152 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18106
/proc/meminfo: memFree=27368196/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 8704

[startup+1.50101 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 18110
/proc/meminfo: memFree=27361012/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=8764 CPUtime=1.28 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 1676 0 0 0 128 0 0 0 19 0 1 0 961801120 8974336 1617 33554432000 134512640 134556542 4290776160 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 2191 1617 212 11 0 1525 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17468

[startup+3.10073 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 18110
/proc/meminfo: memFree=27359896/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=9716 CPUtime=2.88 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 1922 0 0 0 288 0 0 0 23 0 1 0 961801120 9949184 1863 33554432000 134512640 134556542 4290776160 18446744073709551615 134536933 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 2429 1863 212 11 0 1763 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18420

[startup+6.30014 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 18110
/proc/meminfo: memFree=27358652/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=10672 CPUtime=6.08 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 2169 0 0 0 608 0 0 0 25 0 1 0 961801120 10928128 2110 33554432000 134512640 134556542 4290776160 18446744073709551615 134537292 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 2668 2110 212 11 0 2002 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19376

[startup+12.701 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 18110
/proc/meminfo: memFree=27357428/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=12320 CPUtime=12.48 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 2567 0 0 0 1248 0 0 0 25 0 1 0 961801120 12615680 2508 33554432000 134512640 134556542 4290776160 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 3080 2508 212 11 0 2414 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21024

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18110
/proc/meminfo: memFree=27355928/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=14144 CPUtime=25.28 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 3007 0 0 0 2528 0 0 0 25 0 1 0 961801120 14483456 2948 33554432000 134512640 134556542 4290776160 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 3536 2948 212 11 0 2870 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22848

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18111
/proc/meminfo: memFree=27352288/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=17920 CPUtime=50.88 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 3933 0 0 0 5088 0 0 0 25 0 1 0 961801120 18350080 3874 33554432000 134512640 134556542 4290776160 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 4480 3874 212 11 0 3814 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26624

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18112
/proc/meminfo: memFree=27344084/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=22484 CPUtime=102.09 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 4976 0 0 0 10209 0 0 0 25 0 1 0 961801120 23023616 4917 33554432000 134512640 134556542 4290776160 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 5621 4917 212 11 0 4955 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 31188

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18114
/proc/meminfo: memFree=27340696/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=25820 CPUtime=162.09 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 5818 0 0 0 16208 1 0 0 25 0 1 0 961801120 26439680 5759 33554432000 134512640 134556542 4290776160 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 6455 5759 212 11 0 5789 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 34524

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18116
/proc/meminfo: memFree=27337304/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=27848 CPUtime=222.09 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 6227 0 0 0 22208 1 0 0 25 0 1 0 961801120 28516352 6168 33554432000 134512640 134556542 4290776160 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 6962 6168 212 11 0 6296 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 36552

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18117
/proc/meminfo: memFree=27334036/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=31396 CPUtime=282.09 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 7100 0 0 0 28208 1 0 0 25 0 1 0 961801120 32149504 7041 33554432000 134512640 134556542 4290776160 18446744073709551615 134529922 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 7849 7041 212 11 0 7183 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 40100

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18119
/proc/meminfo: memFree=27327668/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=33216 CPUtime=342.09 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 7526 0 0 0 34208 1 0 0 25 0 1 0 961801120 34013184 7467 33554432000 134512640 134556542 4290776160 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 8304 7467 212 11 0 7638 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 41920

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18120
/proc/meminfo: memFree=27320928/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7

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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18164
/proc/meminfo: memFree=27256892/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=59008 CPUtime=1602.13 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 13440 0 0 0 160210 3 0 0 25 0 1 0 961801120 60424192 13381 33554432000 134512640 134556542 4290776160 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 14752 13381 212 11 0 14086 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 67712

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 18166
/proc/meminfo: memFree=27256476/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=59452 CPUtime=1662.13 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 13528 0 0 0 166210 3 0 0 25 0 1 0 961801120 60878848 13469 33554432000 134512640 134556542 4290776160 18446744073709551615 134529980 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 14863 13469 212 11 0 14197 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 68156

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 18168
/proc/meminfo: memFree=27248492/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=62600 CPUtime=1722.13 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14269 0 0 0 172210 3 0 0 25 0 1 0 961801120 64102400 14210 33554432000 134512640 134556542 4290776160 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15650 14210 212 11 0 14984 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 71304

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 18169
/proc/meminfo: memFree=27248212/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=62600 CPUtime=1782.13 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14287 0 0 0 178210 3 0 0 25 0 1 0 961801120 64102400 14228 33554432000 134512640 134556542 4290776160 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15650 14228 212 11 0 14984 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 71304

[startup+1842.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 18171
/proc/meminfo: memFree=27245568/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=63232 CPUtime=1842.13 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14409 0 0 0 184210 3 0 0 25 0 1 0 961801120 64749568 14350 33554432000 134512640 134556542 4290776160 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15808 14350 212 11 0 15142 0
Current children cumulated CPU time (s) 1842.33
Current children cumulated vsize (KiB) 71936

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

[startup+1843.1 s]
/proc/loadavg: 2.02 2.01 2.00 4/180 18171
/proc/meminfo: memFree=27245568/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=63232 CPUtime=1842.93 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14409 0 0 0 184290 3 0 0 25 0 1 0 961801120 64749568 14350 33554432000 134512640 134556542 4290776160 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15808 14350 212 11 0 15142 0
Current children cumulated CPU time (s) 1843.13
Current children cumulated vsize (KiB) 71936

[startup+1855.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 18171
/proc/meminfo: memFree=27245544/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=63232 CPUtime=1855.73 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14423 0 0 0 185570 3 0 0 25 0 1 0 961801120 64749568 14364 33554432000 134512640 134556542 4290776160 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15808 14364 212 11 0 15142 0
Current children cumulated CPU time (s) 1855.93
Current children cumulated vsize (KiB) 71936

[startup+1868.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 18172
/proc/meminfo: memFree=27245536/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=63420 CPUtime=1868.53 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14452 0 0 0 186850 3 0 0 25 0 1 0 961801120 64942080 14393 33554432000 134512640 134556542 4290776160 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15855 14393 212 11 0 15189 0
Current children cumulated CPU time (s) 1868.73
Current children cumulated vsize (KiB) 72124

[startup+1871.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 18172
/proc/meminfo: memFree=27245536/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=63420 CPUtime=1871.73 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14452 0 0 0 187170 3 0 0 25 0 1 0 961801120 64942080 14393 33554432000 134512640 134556542 4290776160 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15855 14393 212 11 0 15189 0
Current children cumulated CPU time (s) 1871.93
Current children cumulated vsize (KiB) 72124

[startup+1875.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 18172
/proc/meminfo: memFree=27245412/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=63420 CPUtime=1874.93 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14452 0 0 0 187490 3 0 0 25 0 1 0 961801120 64942080 14393 33554432000 134512640 134556542 4290776160 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15855 14393 212 11 0 15189 0
Current children cumulated CPU time (s) 1875.13
Current children cumulated vsize (KiB) 72124

[startup+1876.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 18172
/proc/meminfo: memFree=27245284/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=63564 CPUtime=1876.53 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14502 0 0 0 187650 3 0 0 25 0 1 0 961801120 65089536 14443 33554432000 134512640 134556542 4290776160 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15891 14443 212 11 0 15225 0
Current children cumulated CPU time (s) 1876.73
Current children cumulated vsize (KiB) 72268

[startup+1877.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 18172
/proc/meminfo: memFree=27245284/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=63564 CPUtime=1876.93 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14503 0 0 0 187690 3 0 0 25 0 1 0 961801120 65089536 14444 33554432000 134512640 134556542 4290776160 18446744073709551615 134537236 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15891 14444 212 11 0 15225 0
Current children cumulated CPU time (s) 1877.13
Current children cumulated vsize (KiB) 72268

[startup+1877.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 18172
/proc/meminfo: memFree=27245284/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=63564 CPUtime=1877.13 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14503 0 0 0 187710 3 0 0 25 0 1 0 961801120 65089536 14444 33554432000 134512640 134556542 4290776160 18446744073709551615 134525024 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15891 14444 212 11 0 15225 0
Current children cumulated CPU time (s) 1877.33
Current children cumulated vsize (KiB) 72268

[startup+1877.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 18172
/proc/meminfo: memFree=27245284/32951124 swapFree=67051740/67111528
[pid=18106] ppid=18104 vsize=8704 CPUtime=0.2 cores=1,3,5,7
/proc/18106/stat : 18106 (ebglucose.sh) S 18104 18106 17410 0 -1 4202496 380 2710 0 0 0 0 19 1 16 0 1 0 961801100 8912896 256 33554432000 4194304 4922060 140734465791424 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18106/statm: 2176 256 211 178 0 69 0
[pid=18110] ppid=18106 vsize=63564 CPUtime=1877.23 cores=1,3,5,7
/proc/18110/stat : 18110 (ebglucose_stati) R 18106 18106 17410 0 -1 4202496 14503 0 0 0 187720 3 0 0 25 0 1 0 961801120 65089536 14444 33554432000 134512640 134556542 4290776160 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/18110/statm: 15891 14444 212 11 0 15225 0
Current children cumulated CPU time (s) 1877.43
Current children cumulated vsize (KiB) 72268

Child status: 20
Real time (s): 1877.49
CPU time (s): 1877.54
CPU user time (s): 1877.49
CPU system time (s): 0.052991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 72268

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

runsolver used 2.46462 second user time and 6.12907 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-19 18:47:11
IDJOB=3498744
IDBENCH=83118
IDSOLVER=1992
FILE ID=node138/3498744-1308502031
RUNJOBID= node138-1308500393-17906
PBS_JOBID= 13608168
Free space on /tmp= 73164 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498744-1308502031/watcher-3498744-1308502031 -o /tmp/evaluation-result-3498744-1308502031/solver-3498744-1308502031 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498744-1308502031.cnf

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

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=780505122

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.80
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.854
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.854
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.854
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:     32951124 kB
MemFree:      27368996 kB
Buffers:        562988 kB
Cached:        4435528 kB
SwapCached:      13416 kB
Active:        2012260 kB
Inactive:      3200844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27368996 kB
SwapTotal:    67111528 kB
SwapFree:     67051740 kB
Dirty:            1820 kB
Writeback:           0 kB
AnonPages:      212200 kB
Mapped:          10112 kB
Slab:           304172 kB
PageTables:       5200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   403656 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= 73164 MiB
End job on node138 at 2011-06-19 19:18:29