Trace number 3498587

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.0? (TO) 5000.09 5000.01

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor128.cnf
MD5SUM5b2e2178738883a628728bb1ec39f4a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1971.87
Satisfiable
(Un)Satisfiability was proved
Number of variables249327
Number of clauses746444
Sum of the clauses size1741700
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2497628
Number of clauses of size 3248814
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.32	c ==============================================================================
0.00/0.32	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.32	c ==============================================================================
0.00/0.32	c |         0 |  746442  1741698 |  223932       0        0     nan |  0.000 % |
6.29/6.37	c |         0 |  397738  1362662 |      --       0       --      -- |     --   | -348682/-378983
6.29/6.37	c ==============================================================================
6.29/6.37	c Result  :   #vars: 76979   #clauses: 397738   #literals: 1362662
6.29/6.37	c CPU time:   6.23505 s
6.29/6.37	c ==============================================================================
6.60/6.65	c
6.60/6.65	c Starting glucose
6.60/6.65	c
6.60/6.65	
6.60/6.65	c This is EBGlucose 1.0 -- based on Glucose version 1.0
6.60/6.65	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
6.60/6.65	
6.60/6.65	c ============================[ Problem Statistics ]=============================
6.60/6.65	c |                                                                             |
6.60/6.65	c |  Number of variables:  76979                                                |
6.60/6.65	c |  Number of clauses:    397738                                               |
6.64/6.81	c |  Parsing time:         0.14         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3498587-1307959865/watcher-3498587-1307959865 -o /var/tmp/evaluation-result-3498587-1307959865/solver-3498587-1307959865 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498587-1307959865.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.99 1.84 1.81 2/178 29047
/proc/meminfo: memFree=4706972/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907587461 8912896 253 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29047/statm: 2176 253 211 178 0 69 0

[startup+0.0394711 s]
/proc/loadavg: 1.99 1.84 1.81 2/178 29047
/proc/meminfo: memFree=4706972/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907587461 8912896 253 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29047/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100481 s]
/proc/loadavg: 1.99 1.84 1.81 2/178 29047
/proc/meminfo: memFree=4706972/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907587461 8912896 253 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29047/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300435 s]
/proc/loadavg: 1.99 1.84 1.81 2/178 29047
/proc/meminfo: memFree=4706972/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907587461 8912896 253 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29047/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700369 s]
/proc/loadavg: 1.99 1.84 1.81 2/178 29047
/proc/meminfo: memFree=4706972/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907587461 8912896 253 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29047/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50023 s]
/proc/loadavg: 1.99 1.84 1.81 3/180 29050
/proc/meminfo: memFree=4597220/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907587461 8912896 253 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29047/statm: 2176 253 211 178 0 69 0
[pid=29049] ppid=29047 vsize=111200 CPUtime=1.49 cores=0,2,4,6
/proc/29049/stat : 29049 (SatELite_releas) R 29047 29047 28035 0 -1 4202496 28349 0 0 0 142 7 0 0 25 0 1 0 907587461 113868800 26236 33554432000 134512640 135144230 4291596976 18446744073709551615 134588179 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/29049/statm: 27800 26236 78 155 0 27643 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119904

[startup+3.10094 s]
/proc/loadavg: 1.99 1.84 1.81 3/180 29050
/proc/meminfo: memFree=4582712/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907587461 8912896 253 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29047/statm: 2176 253 211 178 0 69 0
[pid=29049] ppid=29047 vsize=116596 CPUtime=3.09 cores=0,2,4,6
/proc/29049/stat : 29049 (SatELite_releas) R 29047 29047 28035 0 -1 4202496 29761 0 0 0 299 10 0 0 25 0 1 0 907587461 119394304 27648 33554432000 134512640 135144230 4291596976 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/29049/statm: 29149 27648 78 155 0 28992 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125300

[startup+6.30038 s]
/proc/loadavg: 1.99 1.85 1.81 3/180 29050
/proc/meminfo: memFree=4547372/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907587461 8912896 253 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29047/statm: 2176 253 211 178 0 69 0
[pid=29049] ppid=29047 vsize=122828 CPUtime=6.29 cores=0,2,4,6
/proc/29049/stat : 29049 (SatELite_releas) R 29047 29047 28035 0 -1 4202496 32182 0 0 0 616 13 0 0 25 0 1 0 907587461 125775872 28852 33554432000 134512640 135144230 4291596976 18446744073709551615 134585631 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/29049/statm: 30707 28852 78 155 0 30550 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 131532

[startup+12.7012 s]
/proc/loadavg: 1.99 1.85 1.81 3/180 29051
/proc/meminfo: memFree=4614364/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=44320 CPUtime=6.03 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 10220 0 0 0 602 1 0 0 25 0 1 0 907588126 45383680 10107 33554432000 134512640 134556542 4292036928 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 11080 10107 213 11 0 10414 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 53024

[startup+25.501 s]
/proc/loadavg: 1.99 1.86 1.81 3/180 29051
/proc/meminfo: memFree=4609416/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=48048 CPUtime=18.84 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 11150 0 0 0 1882 2 0 0 25 0 1 0 907588126 49201152 11037 33554432000 134512640 134556542 4292036928 18446744073709551615 134536933 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 12012 11037 213 11 0 11346 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56752

[startup+51.1004 s]
/proc/loadavg: 2.06 1.88 1.82 3/180 29052
/proc/meminfo: memFree=4601664/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=51516 CPUtime=44.44 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 12000 0 0 0 4442 2 0 0 25 0 1 0 907588126 52752384 11887 33554432000 134512640 134556542 4292036928 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 12879 11887 213 11 0 12213 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 60220

[startup+102.306 s]
/proc/loadavg: 2.03 1.90 1.83 3/180 29053
/proc/meminfo: memFree=4595320/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=53976 CPUtime=95.64 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 12628 0 0 0 9562 2 0 0 25 0 1 0 907588126 55271424 12515 33554432000 134512640 134556542 4292036928 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 13494 12515 213 11 0 12828 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 62680

[startup+162.301 s]
/proc/loadavg: 2.01 1.91 1.83 3/180 29055
/proc/meminfo: memFree=4587244/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=57068 CPUtime=155.64 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 13387 0 0 0 15561 3 0 0 25 0 1 0 907588126 58437632 13274 33554432000 134512640 134556542 4292036928 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 14267 13274 213 11 0 13601 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 65772

[startup+222.301 s]
/proc/loadavg: 2.00 1.93 1.84 3/180 29057
/proc/meminfo: memFree=4580020/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=60916 CPUtime=215.64 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 14347 0 0 0 21560 4 0 0 25 0 1 0 907588126 62377984 14234 33554432000 134512640 134556542 4292036928 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 15229 14234 213 11 0 14563 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 69620

[startup+282.301 s]
/proc/loadavg: 2.00 1.94 1.85 3/180 29058
/proc/meminfo: memFree=4572064/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=65112 CPUtime=275.65 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 15345 0 0 0 27560 5 0 0 25 0 1 0 907588126 66674688 15232 33554432000 134512640 134556542 4292036928 18446744073709551615 134543935 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 16278 15232 213 11 0 15612 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 73816

[startup+342.301 s]
/proc/loadavg: 2.00 1.95 1.85 3/180 29060
/proc/meminfo: memFree=4567084/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=67352 CPUtime=335.65 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 15882 0 0 0 33560 5 0 0 25 0 1 0 907588126 68968448 15769 33554432000 134512640 134556542 4292036928 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 16838 15769 213 11 0 16172 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 76056

[startup+402.3 s]
/proc/loadavg: 2.00 1.95 1.86 3/180 29061
/proc/meminfo: memFree=4559616/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6

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

/proc/29051/statm: 47318 44245 213 11 0 46652 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 197976

[startup+4362.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/180 29348
/proc/meminfo: memFree=3637076/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=190360 CPUtime=4355.73 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 44584 0 0 0 435551 22 0 0 25 0 1 0 907588126 194928640 44471 33554432000 134512640 134556542 4292036928 18446744073709551615 134536987 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 47590 44471 213 11 0 46924 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 199064

[startup+4422.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/180 29350
/proc/meminfo: memFree=3528932/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=190684 CPUtime=4415.73 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 44686 0 0 0 441551 22 0 0 25 0 1 0 907588126 195260416 44573 33554432000 134512640 134556542 4292036928 18446744073709551615 134537241 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 47671 44573 213 11 0 47005 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 199388

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29351
/proc/meminfo: memFree=3527624/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=191376 CPUtime=4475.74 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 44804 0 0 0 447552 22 0 0 25 0 1 0 907588126 195969024 44691 33554432000 134512640 134556542 4292036928 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 47844 44691 213 11 0 47178 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 200080

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 29353
/proc/meminfo: memFree=3480676/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=191664 CPUtime=4535.74 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 44864 0 0 0 453552 22 0 0 25 0 1 0 907588126 196263936 44751 33554432000 134512640 134556542 4292036928 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 47916 44751 213 11 0 47250 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 200368

[startup+4602.3 s]
/proc/loadavg: 2.06 2.02 1.99 3/180 29354
/proc/meminfo: memFree=3475764/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=196328 CPUtime=4595.74 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 46045 0 0 0 459552 22 0 0 25 0 1 0 907588126 201039872 45932 33554432000 134512640 134556542 4292036928 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 49082 45932 213 11 0 48416 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 205032

[startup+4662.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/180 29356
/proc/meminfo: memFree=3475568/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=196436 CPUtime=4655.74 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 46065 0 0 0 465552 22 0 0 25 0 1 0 907588126 201150464 45952 33554432000 134512640 134556542 4292036928 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 49109 45952 213 11 0 48443 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 205140

[startup+4722.31 s]
/proc/loadavg: 2.01 2.00 1.99 3/180 29358
/proc/meminfo: memFree=3475076/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=196868 CPUtime=4715.74 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 46174 0 0 0 471552 22 0 0 25 0 1 0 907588126 201592832 46061 33554432000 134512640 134556542 4292036928 18446744073709551615 134528925 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 49217 46061 213 11 0 48551 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 205572

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 29359
/proc/meminfo: memFree=3463492/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=197000 CPUtime=4775.74 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 46213 0 0 0 477552 22 0 0 25 0 1 0 907588126 201728000 46100 33554432000 134512640 134556542 4292036928 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 49250 46100 213 11 0 48584 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 205704

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 29361
/proc/meminfo: memFree=3462984/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=197324 CPUtime=4835.74 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 46309 0 0 0 483552 22 0 0 25 0 1 0 907588126 202059776 46196 33554432000 134512640 134556542 4292036928 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 49331 46196 213 11 0 48665 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 206028

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 29362
/proc/meminfo: memFree=3431200/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=197664 CPUtime=4895.74 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 46438 0 0 0 489552 22 0 0 25 0 1 0 907588126 202407936 46325 33554432000 134512640 134556542 4292036928 18446744073709551615 134531409 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 49416 46325 213 11 0 48750 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 206368

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 29364
/proc/meminfo: memFree=3431296/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=197664 CPUtime=4955.74 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 46444 0 0 0 495552 22 0 0 25 0 1 0 907588126 202407936 46331 33554432000 134512640 134556542 4292036928 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 49416 46331 213 11 0 48750 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 206368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 29365
/proc/meminfo: memFree=3431220/32951124 swapFree=67052292/67111528
[pid=29047] ppid=29045 vsize=8704 CPUtime=6.64 cores=0,2,4,6
/proc/29047/stat : 29047 (ebglucose.sh) S 29045 29047 28035 0 -1 4202496 382 35737 0 0 0 0 648 16 18 0 1 0 907587461 8912896 256 33554432000 4194304 4922060 140736278496800 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29047/statm: 2176 256 211 178 0 69 0
[pid=29051] ppid=29047 vsize=197880 CPUtime=4993.45 cores=0,2,4,6
/proc/29051/stat : 29051 (ebglucose_stati) R 29047 29047 28035 0 -1 4202496 46478 0 0 0 499323 22 0 0 25 0 1 0 907588126 202629120 46365 33554432000 134512640 134556542 4292036928 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/29051/statm: 49470 46365 213 11 0 48804 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 206584

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29047 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=486013
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=164974
# CPU time returned by wait4() is 6.65099
# while last known CPU time is 5000.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.01
CPU time (s): 5000.09
CPU user time (s): 4999.71
CPU system time (s): 0.38
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 206584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.48601
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36119
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= 12
involuntary context switches= 29

runsolver used 9.33958 second user time and 17.5923 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-13 12:11:05
IDJOB=3498587
IDBENCH=70769
IDSOLVER=1992
FILE ID=node108/3498587-1307959865
RUNJOBID= node108-1307959426-28792
PBS_JOBID= 13559720
Free space on /var/tmp= 2832 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor128.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498587-1307959865/watcher-3498587-1307959865 -o /var/tmp/evaluation-result-3498587-1307959865/solver-3498587-1307959865 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498587-1307959865.cnf

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=910747122

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:       4707020 kB
Buffers:        116468 kB
Cached:       27143772 kB
SwapCached:      23260 kB
Active:       11914384 kB
Inactive:     15435668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4707020 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           44996 kB
Writeback:           0 kB
AnonPages:       87664 kB
Mapped:          10192 kB
Slab:           828156 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   268504 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= 2656 MiB
End job on node108 at 2011-06-13 13:34:27