Trace number 3498634

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 1238.7 1238.68

General information on the benchmark

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

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  304025   890579 |   91207       0        0     nan |  0.000 % |
0.00/0.53	c |         0 |  289635   951406 |      --       0       --      -- |     --   | -14343/60934
0.00/0.53	c ==============================================================================
0.00/0.53	c Result  :   #vars: 11639   #clauses: 289635   #literals: 951406
0.00/0.53	c CPU time:   0.506922 s
0.00/0.53	c ==============================================================================
0.00/0.68	c
0.00/0.68	c Starting glucose
0.00/0.68	c
0.00/0.68	
0.00/0.68	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.68	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.68	
0.00/0.68	c ============================[ Problem Statistics ]=============================
0.00/0.68	c |                                                                             |
0.00/0.68	c |  Number of variables:  11639                                                |
0.00/0.68	c |  Number of clauses:    289635                                               |
0.67/0.78	c |  Parsing time:         0.09         s                                       |
1238.62/1238.66	c restarts              : 46
1238.62/1238.66	c nb ReduceDB           : 110
1238.62/1238.66	c nb learnts DL2        : 36921
1238.62/1238.66	c nb learnts size 2     : 6777
1238.62/1238.66	c nb learnts size 1     : 22
1238.62/1238.66	c conflicts             : 8254507        (6668 /sec)
1238.62/1238.66	c decisions             : 33798813       (1.12 % random) (27302 /sec)
1238.62/1238.66	c propagations          : 3412269375     (2756343 /sec)
1238.62/1238.66	c conflict literals     : 570513756      (54.29 % deleted)
1238.62/1238.66	c Memory used           : 93.85 MB
1238.62/1238.66	c CPU time              : 1237.97 s
1238.62/1238.66	
1238.62/1238.67	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-3498634-1307962917/watcher-3498634-1307962917 -o /var/tmp/evaluation-result-3498634-1307962917/solver-3498634-1307962917 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498634-1307962917.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 2/178 29264
/proc/meminfo: memFree=4456644/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 356 232 0 0 0 0 0 0 25 0 1 0 907892622 8912896 253 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29264/statm: 2176 253 211 178 0 69 0

[startup+0.0498939 s]
/proc/loadavg: 2.00 2.00 1.97 2/178 29264
/proc/meminfo: memFree=4456644/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 356 232 0 0 0 0 0 0 25 0 1 0 907892622 8912896 253 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29264/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100886 s]
/proc/loadavg: 2.00 2.00 1.97 2/178 29264
/proc/meminfo: memFree=4456644/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 356 232 0 0 0 0 0 0 25 0 1 0 907892622 8912896 253 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29264/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30086 s]
/proc/loadavg: 2.00 2.00 1.97 2/178 29264
/proc/meminfo: memFree=4456644/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 356 232 0 0 0 0 0 0 25 0 1 0 907892622 8912896 253 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29264/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700788 s]
/proc/loadavg: 2.00 2.00 1.97 2/178 29264
/proc/meminfo: memFree=4456644/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 8704

[startup+1.50064 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29268
/proc/meminfo: memFree=4430228/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=24220 CPUtime=0.8 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 5601 0 0 0 80 0 0 0 22 0 1 0 907892690 24801280 5542 33554432000 134512640 134556542 4289347472 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 6055 5542 214 11 0 5389 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 32924

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29268
/proc/meminfo: memFree=4425020/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=28684 CPUtime=2.41 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 6728 0 0 0 240 1 0 0 25 0 1 0 907892690 29372416 6669 33554432000 134512640 134556542 4289347472 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 7171 6669 214 11 0 6505 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37388

[startup+6.30078 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29268
/proc/meminfo: memFree=4418356/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=32792 CPUtime=5.61 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 7711 0 0 0 560 1 0 0 25 0 1 0 907892690 33579008 7652 33554432000 134512640 134556542 4289347472 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 8198 7652 214 11 0 7532 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41496

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29268
/proc/meminfo: memFree=4413120/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=37828 CPUtime=12.01 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 8947 0 0 0 1200 1 0 0 25 0 1 0 907892690 38735872 8888 33554432000 134512640 134556542 4289347472 18446744073709551615 134530968 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 9457 8888 214 11 0 8791 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46532

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29269
/proc/meminfo: memFree=4409668/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=41452 CPUtime=24.8 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 9886 0 0 0 2479 1 0 0 25 0 1 0 907892690 42446848 9827 33554432000 134512640 134556542 4289347472 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 10363 9827 214 11 0 9697 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 50156

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29269
/proc/meminfo: memFree=4402672/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=48072 CPUtime=50.41 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 11500 0 0 0 5039 2 0 0 25 0 1 0 907892690 49225728 11441 33554432000 134512640 134556542 4289347472 18446744073709551615 134534209 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 12018 11441 214 11 0 11352 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 56776

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29271
/proc/meminfo: memFree=4398280/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=51900 CPUtime=101.62 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 12478 0 0 0 10160 2 0 0 25 0 1 0 907892690 53145600 12419 33554432000 134512640 134556542 4289347472 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 12975 12419 214 11 0 12309 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 60604

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29275
/proc/meminfo: memFree=4388764/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=57552 CPUtime=161.61 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 13883 0 0 0 16159 2 0 0 25 0 1 0 907892690 58933248 13824 33554432000 134512640 134556542 4289347472 18446744073709551615 134538030 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 14388 13824 214 11 0 13722 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 66256

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29277
/proc/meminfo: memFree=4383028/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=62620 CPUtime=221.61 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 15272 0 0 0 22159 2 0 0 25 0 1 0 907892690 64122880 15099 33554432000 134512640 134556542 4289347472 18446744073709551615 134543413 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 15655 15099 214 11 0 14989 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 71324

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29279
/proc/meminfo: memFree=4376680/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=67896 CPUtime=281.61 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 16587 0 0 0 28159 2 0 0 25 0 1 0 907892690 69525504 16414 33554432000 134512640 134556542 4289347472 18446744073709551615 134531360 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 16974 16414 214 11 0 16308 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 76600

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29280
/proc/meminfo: memFree=4373156/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=71488 CPUtime=341.62 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 17422 0 0 0 34159 3 0 0 25 0 1 0 907892690 73203712 17249 33554432000 134512640 134556542 4289347472 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 17872 17249 214 11 0 17206 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 80192

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29282
/proc/meminfo: memFree=4370256/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7

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


[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 29296
/proc/meminfo: memFree=4339872/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=94748 CPUtime=941.63 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23113 0 0 0 94159 4 0 0 25 0 1 0 907892690 97021952 22871 33554432000 134512640 134556542 4289347472 18446744073709551615 134529987 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 23687 22871 214 11 0 23021 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 103452

[startup+1002.3 s]
/proc/loadavg: 2.05 2.01 1.98 3/180 29298
/proc/meminfo: memFree=4339080/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=94748 CPUtime=1001.63 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23119 0 0 0 100159 4 0 0 25 0 1 0 907892690 97021952 22877 33554432000 134512640 134556542 4289347472 18446744073709551615 134538307 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 23687 22877 214 11 0 23021 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 103452

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/180 29299
/proc/meminfo: memFree=4336200/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=95504 CPUtime=1061.64 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23260 0 0 0 106160 4 0 0 25 0 1 0 907892690 97796096 23018 33554432000 134512640 134556542 4289347472 18446744073709551615 134537335 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 23876 23018 214 11 0 23210 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 104208

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29301
/proc/meminfo: memFree=4336060/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=95504 CPUtime=1121.64 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23265 0 0 0 112160 4 0 0 25 0 1 0 907892690 97796096 23023 33554432000 134512640 134556542 4289347472 18446744073709551615 134537398 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 23876 23023 214 11 0 23210 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 104208

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29303
/proc/meminfo: memFree=4333408/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=95828 CPUtime=1181.64 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23328 0 0 0 118160 4 0 0 25 0 1 0 907892690 98127872 23086 33554432000 134512640 134556542 4289347472 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 23957 23086 214 11 0 23291 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 104532

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

[startup+1203.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29303
/proc/meminfo: memFree=4333264/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=95988 CPUtime=1202.44 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23358 0 0 0 120240 4 0 0 25 0 1 0 907892690 98291712 23116 33554432000 134512640 134556542 4289347472 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 23997 23116 214 11 0 23331 0
Current children cumulated CPU time (s) 1203.11
Current children cumulated vsize (KiB) 104692

[startup+1215.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29304
/proc/meminfo: memFree=4333264/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=96096 CPUtime=1215.24 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23369 0 0 0 121520 4 0 0 25 0 1 0 907892690 98402304 23127 33554432000 134512640 134556542 4289347472 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 24024 23127 214 11 0 23358 0
Current children cumulated CPU time (s) 1215.91
Current children cumulated vsize (KiB) 104800

[startup+1228.71 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29304
/proc/meminfo: memFree=4333016/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=96096 CPUtime=1228.05 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23383 0 0 0 122801 4 0 0 25 0 1 0 907892690 98402304 23141 33554432000 134512640 134556542 4289347472 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1228.72
Current children cumulated vsize (KiB) 104800

[startup+1235.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29304
/proc/meminfo: memFree=4333136/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=96096 CPUtime=1234.44 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23383 0 0 0 123440 4 0 0 25 0 1 0 907892690 98402304 23141 33554432000 134512640 134556542 4289347472 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1235.11
Current children cumulated vsize (KiB) 104800

[startup+1236.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29304
/proc/meminfo: memFree=4333136/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=96096 CPUtime=1236.04 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23383 0 0 0 123600 4 0 0 25 0 1 0 907892690 98402304 23141 33554432000 134512640 134556542 4289347472 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1236.71
Current children cumulated vsize (KiB) 104800

[startup+1237.51 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29304
/proc/meminfo: memFree=4333136/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=96096 CPUtime=1236.85 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23383 0 0 0 123681 4 0 0 25 0 1 0 907892690 98402304 23141 33554432000 134512640 134556542 4289347472 18446744073709551615 134537197 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1237.52
Current children cumulated vsize (KiB) 104800

[startup+1238.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29304
/proc/meminfo: memFree=4333136/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=96096 CPUtime=1237.64 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23383 0 0 0 123760 4 0 0 25 0 1 0 907892690 98402304 23141 33554432000 134512640 134556542 4289347472 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1238.31
Current children cumulated vsize (KiB) 104800

[startup+1238.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29304
/proc/meminfo: memFree=4333136/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=96096 CPUtime=1237.84 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23383 0 0 0 123780 4 0 0 25 0 1 0 907892690 98402304 23141 33554432000 134512640 134556542 4289347472 18446744073709551615 134535104 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1238.51
Current children cumulated vsize (KiB) 104800

[startup+1238.61 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29304
/proc/meminfo: memFree=4333136/32951124 swapFree=67052292/67111528
[pid=29264] ppid=29262 vsize=8704 CPUtime=0.67 cores=1,3,5,7
/proc/29264/stat : 29264 (ebglucose.sh) S 29262 29264 28035 0 -1 4202496 382 8488 0 0 0 0 64 3 19 0 1 0 907892622 8912896 256 33554432000 4194304 4922060 140736425702880 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29264/statm: 2176 256 211 178 0 69 0
[pid=29268] ppid=29264 vsize=96096 CPUtime=1237.95 cores=1,3,5,7
/proc/29268/stat : 29268 (ebglucose_stati) R 29264 29264 28035 0 -1 4202496 23383 0 0 0 123791 4 0 0 25 0 1 0 907892690 98402304 23141 33554432000 134512640 134556542 4289347472 18446744073709551615 134533128 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29268/statm: 24024 23141 214 11 0 23358 0
Current children cumulated CPU time (s) 1238.62
Current children cumulated vsize (KiB) 104800

Child status: 20
Real time (s): 1238.68
CPU time (s): 1238.7
CPU user time (s): 1238.62
CPU system time (s): 0.082987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 104800

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

runsolver used 1.88071 second user time and 4.34234 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-13 13:01:57
IDJOB=3498634
IDBENCH=71718
IDSOLVER=1992
FILE ID=node108/3498634-1307962917
RUNJOBID= node108-1307959426-28793
PBS_JOBID= 13559720
Free space on /var/tmp= 2816 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498634-1307962917/watcher-3498634-1307962917 -o /var/tmp/evaluation-result-3498634-1307962917/solver-3498634-1307962917 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498634-1307962917.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=226794430

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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.75
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.820
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:       4457048 kB
Buffers:        118848 kB
Cached:       27293492 kB
SwapCached:      23260 kB
Active:       11995948 kB
Inactive:     15603484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4457048 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:            6220 kB
Writeback:           0 kB
AnonPages:      184828 kB
Mapped:          10192 kB
Slab:           829680 kB
PageTables:       5040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   374532 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= 2816 MiB
End job on node108 at 2011-06-13 13:22:36