Trace number 3498555

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 1474.44 1474.4

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark136.848
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   10580    27785 |    3173       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |    7470    25292 |      --       0       --      -- |     --   | -3110/-2493
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 1304   #clauses: 7470   #literals: 25292
0.00/0.03	c CPU time:   0.029995 s
0.00/0.03	c ==============================================================================
0.00/0.03	c
0.00/0.03	c Starting glucose
0.00/0.03	c
0.00/0.04	
0.00/0.04	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.04	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.04	
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Number of variables:  1304                                                 |
0.00/0.04	c |  Number of clauses:    7470                                                 |
0.00/0.04	c |  Parsing time:         0.00         s                                       |
1474.33/1474.39	c restarts              : 1341
1474.33/1474.39	c nb ReduceDB           : 95
1474.33/1474.39	c nb learnts DL2        : 11088
1474.33/1474.39	c nb learnts size 2     : 745
1474.33/1474.39	c nb learnts size 1     : 17
1474.33/1474.39	c conflicts             : 4959560        (3364 /sec)
1474.33/1474.39	c decisions             : 7111769        (1.19 % random) (4824 /sec)
1474.33/1474.39	c propagations          : 960170172      (651244 /sec)
1474.33/1474.39	c conflict literals     : 190230886      (52.18 % deleted)
1474.33/1474.39	c Memory used           : 45.77 MB
1474.33/1474.39	c CPU time              : 1474.36 s
1474.33/1474.39	
1474.33/1474.39	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-3498555-1307958623/watcher-3498555-1307958623 -o /var/tmp/evaluation-result-3498555-1307958623/solver-3498555-1307958623 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498555-1307958623.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.98 1.74 1.77 2/175 2745
/proc/meminfo: memFree=12712016/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 354 234 0 0 0 0 0 0 25 0 1 0 888278216 8912896 253 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2745/statm: 2176 253 211 178 0 69 0

[startup+0.04655 s]
/proc/loadavg: 1.98 1.74 1.77 2/175 2745
/proc/meminfo: memFree=12712016/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.100508 s]
/proc/loadavg: 1.98 1.74 1.77 2/175 2745
/proc/meminfo: memFree=12712016/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.300471 s]
/proc/loadavg: 1.98 1.74 1.77 2/175 2745
/proc/meminfo: memFree=12712016/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.700395 s]
/proc/loadavg: 1.98 1.74 1.77 2/175 2745
/proc/meminfo: memFree=12712016/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+1.50032 s]
/proc/loadavg: 1.98 1.74 1.77 3/177 2749
/proc/meminfo: memFree=12708180/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=6820 CPUtime=1.45 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 1069 0 0 0 145 0 0 0 25 0 1 0 888278220 6983680 1010 33554432000 134512640 134556542 4293832880 18446744073709551615 134530938 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2749/statm: 1705 1010 211 11 0 1039 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15524

[startup+3.10103 s]
/proc/loadavg: 1.98 1.74 1.77 3/177 2749
/proc/meminfo: memFree=12707560/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=7348 CPUtime=3.05 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 1205 0 0 0 305 0 0 0 25 0 1 0 888278220 7524352 1146 33554432000 134512640 134556542 4293832880 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2749/statm: 1837 1146 213 11 0 1171 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16052

[startup+6.30045 s]
/proc/loadavg: 1.98 1.74 1.77 3/177 2749
/proc/meminfo: memFree=12706152/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=8288 CPUtime=6.25 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 1439 0 0 0 625 0 0 0 25 0 1 0 888278220 8486912 1380 33554432000 134512640 134556542 4293832880 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2749/statm: 2072 1380 213 11 0 1406 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16992

[startup+12.7003 s]
/proc/loadavg: 1.98 1.75 1.77 3/177 2749
/proc/meminfo: memFree=12704440/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=9644 CPUtime=12.65 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 1777 0 0 0 1265 0 0 0 25 0 1 0 888278220 9875456 1718 33554432000 134512640 134556542 4293832880 18446744073709551615 134530042 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2749/statm: 2411 1718 213 11 0 1745 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18348

[startup+25.5009 s]
/proc/loadavg: 1.98 1.76 1.77 3/177 2749
/proc/meminfo: memFree=12702076/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=11360 CPUtime=25.45 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 2201 0 0 0 2545 0 0 0 25 0 1 0 888278220 11632640 2142 33554432000 134512640 134556542 4293832880 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2749/statm: 2840 2142 213 11 0 2174 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20064

[startup+51.1011 s]
/proc/loadavg: 1.99 1.78 1.78 3/177 2750
/proc/meminfo: memFree=12697928/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=14184 CPUtime=51.05 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 2911 0 0 0 5105 0 0 0 25 0 1 0 888278220 14524416 2852 33554432000 134512640 134556542 4293832880 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2749/statm: 3546 2852 214 11 0 2880 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22888

[startup+102.306 s]
/proc/loadavg: 1.99 1.81 1.79 3/177 2751
/proc/meminfo: memFree=12693820/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=17584 CPUtime=102.25 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 3727 0 0 0 10225 0 0 0 25 0 1 0 888278220 18006016 3668 33554432000 134512640 134556542 4293832880 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2749/statm: 4396 3668 214 11 0 3730 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 26288

[startup+162.301 s]
/proc/loadavg: 2.05 1.86 1.81 3/177 2755
/proc/meminfo: memFree=12687956/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=20484 CPUtime=162.25 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 4438 0 0 0 16225 0 0 0 25 0 1 0 888278220 20975616 4379 33554432000 134512640 134556542 4293832880 18446744073709551615 134531000 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2749/statm: 5121 4379 214 11 0 4455 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 29188

[startup+222.301 s]
/proc/loadavg: 2.02 1.88 1.82 3/177 2757
/proc/meminfo: memFree=12684816/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=22724 CPUtime=222.25 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 5001 0 0 0 22225 0 0 0 25 0 1 0 888278220 23269376 4942 33554432000 134512640 134556542 4293832880 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2749/statm: 5681 4942 214 11 0 5015 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 31428

[startup+282.301 s]
/proc/loadavg: 2.00 1.90 1.82 3/177 2758
/proc/meminfo: memFree=12681304/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=24520 CPUtime=282.26 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 5374 0 0 0 28225 1 0 0 25 0 1 0 888278220 25108480 5315 33554432000 134512640 134556542 4293832880 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2749/statm: 6130 5315 214 11 0 5464 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 33224

[startup+342.3 s]
/proc/loadavg: 2.00 1.91 1.83 3/177 2760
/proc/meminfo: memFree=12678912/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=26904 CPUtime=342.26 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 5933 0 0 0 34225 1 0 0 25 0 1 0 888278220 27549696 5874 33554432000 134512640 134556542 4293832880 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/2749/statm: 6726 5875 214 11 0 6060 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 35608

[startup+402.3 s]
/proc/loadavg: 2.00 1.93 1.84 3/177 2761
/proc/meminfo: memFree=12675776/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6

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


[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2793
/proc/meminfo: memFree=12648936/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=43568 CPUtime=1122.28 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 9965 0 0 0 112226 2 0 0 25 0 1 0 888278220 44613632 9906 33554432000 134512640 134556542 4293832880 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 10892 9906 214 11 0 10226 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 52272

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2794
/proc/meminfo: memFree=12648668/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=44148 CPUtime=1182.28 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10083 0 0 0 118226 2 0 0 25 0 1 0 888278220 45207552 10024 33554432000 134512640 134556542 4293832880 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11037 10024 214 11 0 10371 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 52852

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2796
/proc/meminfo: memFree=12647156/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=44676 CPUtime=1242.28 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10205 0 0 0 124226 2 0 0 25 0 1 0 888278220 45748224 10146 33554432000 134512640 134556542 4293832880 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11169 10146 214 11 0 10503 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 53380

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2797
/proc/meminfo: memFree=12646524/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=45124 CPUtime=1302.29 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10285 0 0 0 130227 2 0 0 25 0 1 0 888278220 46206976 10226 33554432000 134512640 134556542 4293832880 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11281 10226 214 11 0 10615 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 53828

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2799
/proc/meminfo: memFree=12643904/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=45692 CPUtime=1362.29 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10447 0 0 0 136227 2 0 0 25 0 1 0 888278220 46788608 10388 33554432000 134512640 134556542 4293832880 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11423 10388 214 11 0 10757 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 54396

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2801
/proc/meminfo: memFree=12643132/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=46384 CPUtime=1422.29 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10597 0 0 0 142227 2 0 0 25 0 1 0 888278220 47497216 10538 33554432000 134512640 134556542 4293832880 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11596 10538 214 11 0 10930 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 55088

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

[startup+1433.5 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2801
/proc/meminfo: memFree=12643004/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=46384 CPUtime=1433.49 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10626 0 0 0 143347 2 0 0 25 0 1 0 888278220 47497216 10567 33554432000 134512640 134556542 4293832880 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11596 10567 214 11 0 10930 0
Current children cumulated CPU time (s) 1433.52
Current children cumulated vsize (KiB) 55088

[startup+1459.1 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2802
/proc/meminfo: memFree=12642136/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=46716 CPUtime=1459.1 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10685 0 0 0 145907 3 0 0 25 0 1 0 888278220 47837184 10626 33554432000 134512640 134556542 4293832880 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11679 10626 214 11 0 11013 0
Current children cumulated CPU time (s) 1459.13
Current children cumulated vsize (KiB) 55420

[startup+1465.5 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2802
/proc/meminfo: memFree=12641640/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=46860 CPUtime=1465.5 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10718 0 0 0 146547 3 0 0 25 0 1 0 888278220 47984640 10659 33554432000 134512640 134556542 4293832880 18446744073709551615 134537405 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11715 10659 214 11 0 11049 0
Current children cumulated CPU time (s) 1465.53
Current children cumulated vsize (KiB) 55564

[startup+1468.7 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2802
/proc/meminfo: memFree=12641876/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=46860 CPUtime=1468.7 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10722 0 0 0 146867 3 0 0 25 0 1 0 888278220 47984640 10663 33554432000 134512640 134556542 4293832880 18446744073709551615 134525148 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11715 10663 214 11 0 11049 0
Current children cumulated CPU time (s) 1468.73
Current children cumulated vsize (KiB) 55564

[startup+1471.9 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2802
/proc/meminfo: memFree=12641876/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=46860 CPUtime=1471.9 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10722 0 0 0 147187 3 0 0 25 0 1 0 888278220 47984640 10663 33554432000 134512640 134556542 4293832880 18446744073709551615 134537568 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11715 10663 214 11 0 11049 0
Current children cumulated CPU time (s) 1471.93
Current children cumulated vsize (KiB) 55564

[startup+1473.5 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2802
/proc/meminfo: memFree=12641876/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=46860 CPUtime=1473.5 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10722 0 0 0 147347 3 0 0 25 0 1 0 888278220 47984640 10663 33554432000 134512640 134556542 4293832880 18446744073709551615 134537359 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11715 10663 214 11 0 11049 0
Current children cumulated CPU time (s) 1473.53
Current children cumulated vsize (KiB) 55564

[startup+1473.9 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2802
/proc/meminfo: memFree=12641876/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=46860 CPUtime=1473.9 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10722 0 0 0 147387 3 0 0 25 0 1 0 888278220 47984640 10663 33554432000 134512640 134556542 4293832880 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11715 10663 214 11 0 11049 0
Current children cumulated CPU time (s) 1473.93
Current children cumulated vsize (KiB) 55564

[startup+1474.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 2802
/proc/meminfo: memFree=12641876/32951124 swapFree=67062232/67111528
[pid=2745] ppid=2743 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/2745/stat : 2745 (ebglucose.sh) S 2743 2745 2096 0 -1 4202496 381 868 0 0 0 0 3 0 25 0 1 0 888278216 8912896 256 33554432000 4194304 4922060 140735347488688 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2745/statm: 2176 256 211 178 0 69 0
[pid=2749] ppid=2745 vsize=46860 CPUtime=1474.3 cores=0,2,4,6
/proc/2749/stat : 2749 (ebglucose_stati) R 2745 2745 2096 0 -1 4202496 10722 0 0 0 147427 3 0 0 25 0 1 0 888278220 47984640 10663 33554432000 134512640 134556542 4293832880 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/2749/statm: 11715 10663 214 11 0 11049 0
Current children cumulated CPU time (s) 1474.33
Current children cumulated vsize (KiB) 55564

Child status: 20
Real time (s): 1474.4
CPU time (s): 1474.44
CPU user time (s): 1474.4
CPU system time (s): 0.038994
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 55564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1474.4
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12194
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= 52
involuntary context switches= 4700

runsolver used 2.19766 second user time and 4.50831 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-13 11:50:23
IDJOB=3498555
IDBENCH=20401
IDSOLVER=1992
FILE ID=node147/3498555-1307958623
RUNJOBID= node147-1307958391-2662
PBS_JOBID= 13559681
Free space on /var/tmp= 2908 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498555-1307958623/watcher-3498555-1307958623 -o /var/tmp/evaluation-result-3498555-1307958623/solver-3498555-1307958623 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498555-1307958623.cnf

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=21427045

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      12712064 kB
Buffers:        104852 kB
Cached:       19415360 kB
SwapCached:      10356 kB
Active:        4172504 kB
Inactive:     15383548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12712064 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:            1184 kB
Writeback:           0 kB
AnonPages:       33584 kB
Mapped:          11172 kB
Slab:           618424 kB
PageTables:       4428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193896 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= 2908 MiB
End job on node147 at 2011-06-13 12:14:58