Trace number 3308720

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
SAT09 reference solver:glucose 1.0UNSAT 946.739 946.758

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.969
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

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.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  283484   635918 |   85045       0        0     nan |  0.000 % |
0.00/0.72	c |         0 |  249569   571335 |      --       0       --      -- |     --   | -30553/-57337
0.00/0.72	c ==============================================================================
0.00/0.72	c Result  :   #vars: 37813   #clauses: 249569   #literals: 571335
0.00/0.72	c CPU time:   0.696894 s
0.00/0.72	c ==============================================================================
0.00/0.83	c
0.00/0.83	c Starting glucose
0.00/0.83	c
0.00/0.83	
0.00/0.83	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.83	
0.00/0.83	c ============================[ Problem Statistics ]=============================
0.00/0.83	c |                                                                             |
0.00/0.83	c |  Number of variables:  37813                                                |
0.00/0.83	c |  Number of clauses:    249569                                               |
0.82/0.91	c |  Parsing time:         0.07         s                                       |
946.66/946.74	c restarts              : 2513
946.66/946.74	c nb ReduceDB           : 50
946.66/946.74	c nb learnts DL2        : 1118
946.66/946.74	c nb learnts size 2     : 656
946.66/946.74	c nb learnts size 1     : 36
946.66/946.74	c conflicts             : 2278023        (2408 /sec)
946.66/946.74	c decisions             : 3492503        (1.41 % random) (3692 /sec)
946.66/946.74	c propagations          : 2904201200     (3070463 /sec)
946.66/946.74	c conflict literals     : 245532113      (59.24 % deleted)
946.66/946.74	c Memory used           : 73.08 MB
946.66/946.74	c CPU time              : 945.851 s
946.66/946.74	
946.66/946.75	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.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308720-1303984499/watcher-3308720-1303984499 -o /tmp/evaluation-result-3308720-1303984499/solver-3308720-1303984499 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308720-1303984499.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.92 3.94 3.00 4/189 19996
/proc/meminfo: memFree=19122452/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 510047903 8912896 252 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 252 211 178 0 69 0

[startup+0.103473 s]
/proc/loadavg: 3.92 3.94 3.00 4/189 19996
/proc/meminfo: memFree=19122452/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 510047903 8912896 252 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200457 s]
/proc/loadavg: 3.92 3.94 3.00 4/189 19996
/proc/meminfo: memFree=19122452/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 510047903 8912896 252 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300439 s]
/proc/loadavg: 3.92 3.94 3.00 4/189 19996
/proc/meminfo: memFree=19122452/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 510047903 8912896 252 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700368 s]
/proc/loadavg: 3.92 3.94 3.00 4/189 19996
/proc/meminfo: memFree=19122452/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 510047903 8912896 252 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50023 s]
/proc/loadavg: 3.92 3.94 3.00 4/188 20016
/proc/meminfo: memFree=19179608/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=20268 CPUtime=0.66 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 4827 0 0 0 65 1 0 0 20 0 1 0 510047986 20754432 4782 33554432000 134512640 135217611 4293666144 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 5067 4782 77 173 0 4892 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28972

[startup+3.10096 s]
/proc/loadavg: 3.92 3.94 3.00 5/190 20020
/proc/meminfo: memFree=19154048/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=24856 CPUtime=2.25 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 5971 0 0 0 224 1 0 0 25 0 1 0 510047986 25452544 5926 33554432000 134512640 135217611 4293666144 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 6214 5926 77 173 0 6039 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 33560

[startup+6.3004 s]
/proc/loadavg: 3.93 3.94 3.00 5/194 20027
/proc/meminfo: memFree=18914592/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=29548 CPUtime=5.45 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 7120 0 0 0 544 1 0 0 25 0 1 0 510047986 30257152 7075 33554432000 134512640 135217611 4293666144 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 7387 7075 77 173 0 7212 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 38252

[startup+12.7003 s]
/proc/loadavg: 4.01 3.95 3.01 5/194 20029
/proc/meminfo: memFree=18907048/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=37896 CPUtime=11.86 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 9204 0 0 0 1184 2 0 0 25 0 1 0 510047986 38805504 9159 33554432000 134512640 135217611 4293666144 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 9474 9159 77 173 0 9299 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46600

[startup+25.501 s]
/proc/loadavg: 4.01 3.96 3.03 5/194 20029
/proc/meminfo: memFree=18888400/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=39772 CPUtime=24.66 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 9687 0 0 0 2464 2 0 0 25 0 1 0 510047986 40726528 9642 33554432000 134512640 135217611 4293666144 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 9943 9642 77 173 0 9768 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48476

[startup+51.1005 s]
/proc/loadavg: 4.09 3.97 3.06 5/194 20030
/proc/meminfo: memFree=18830496/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=44340 CPUtime=50.26 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 10811 0 0 0 5024 2 0 0 25 0 1 0 510047986 45404160 10766 33554432000 134512640 135217611 4293666144 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 11085 10766 77 173 0 10910 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 53044

[startup+102.3 s]
/proc/loadavg: 4.04 3.97 3.10 5/194 20031
/proc/meminfo: memFree=18819996/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=46424 CPUtime=101.46 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 11340 0 0 0 10144 2 0 0 25 0 1 0 510047986 47538176 11295 33554432000 134512640 135217611 4293666144 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 11606 11295 77 173 0 11431 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 55128

[startup+162.301 s]
/proc/loadavg: 4.11 4.01 3.17 5/194 20094
/proc/meminfo: memFree=19197376/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=60860 CPUtime=161.46 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 14925 0 0 0 16143 3 0 0 25 0 1 0 510047986 62320640 14880 33554432000 134512640 135217611 4293666144 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 15215 14880 77 173 0 15040 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 69564

[startup+222.307 s]
/proc/loadavg: 4.04 4.00 3.22 5/194 20095
/proc/meminfo: memFree=19185700/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=60860 CPUtime=221.46 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 14934 0 0 0 22143 3 0 0 25 0 1 0 510047986 62320640 14889 33554432000 134512640 135217611 4293666144 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 15215 14889 77 173 0 15040 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 69564

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.26 5/194 20097
/proc/meminfo: memFree=19147364/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=60860 CPUtime=281.46 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 14946 0 0 0 28143 3 0 0 25 0 1 0 510047986 62320640 14901 33554432000 134512640 135217611 4293666144 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 15215 14901 77 173 0 15040 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 69564

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.31 5/194 20098
/proc/meminfo: memFree=19141636/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=60860 CPUtime=341.46 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 14954 0 0 0 34143 3 0 0 25 0 1 0 510047986 62320640 14909 33554432000 134512640 135217611 4293666144 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 15215 14909 77 173 0 15040 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 69564

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.35 5/194 20109
/proc/meminfo: memFree=19129732/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7

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


[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.38 5/194 20111
/proc/meminfo: memFree=19123256/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=65524 CPUtime=461.45 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 16048 0 0 0 46141 4 0 0 25 0 1 0 510047986 67096576 16003 33554432000 134512640 135217611 4293666144 18446744073709551615 134533588 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 16381 16003 77 173 0 16206 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 74228

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.42 5/194 20112
/proc/meminfo: memFree=19113928/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=66348 CPUtime=521.45 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 16232 0 0 0 52141 4 0 0 25 0 1 0 510047986 67940352 16187 33554432000 134512640 135217611 4293666144 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 16587 16187 77 173 0 16412 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 75052

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.45 5/194 20147
/proc/meminfo: memFree=19694708/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=67480 CPUtime=581.45 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 16484 0 0 0 58141 4 0 0 25 0 1 0 510047986 69099520 16439 33554432000 134512640 135217611 4293666144 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 16870 16439 77 173 0 16695 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 76184

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.48 5/194 20267
/proc/meminfo: memFree=19693168/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=68704 CPUtime=641.44 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 16708 0 0 0 64140 4 0 0 25 0 1 0 510047986 70352896 16663 33554432000 134512640 135217611 4293666144 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 17176 16663 77 173 0 17001 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 77408

[startup+702.301 s]
/proc/loadavg: 4.04 4.01 3.52 5/194 20269
/proc/meminfo: memFree=19682564/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=69708 CPUtime=701.44 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 16953 0 0 0 70140 4 0 0 25 0 1 0 510047986 71380992 16908 33554432000 134512640 135217611 4293666144 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 17427 16908 77 173 0 17252 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 78412

[startup+762.301 s]
/proc/loadavg: 4.01 4.01 3.55 5/194 20271
/proc/meminfo: memFree=19674244/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=71064 CPUtime=761.44 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 17255 0 0 0 76140 4 0 0 25 0 1 0 510047986 72769536 17210 33554432000 134512640 135217611 4293666144 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 17766 17210 77 173 0 17591 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 79768

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.57 5/194 20272
/proc/meminfo: memFree=19669148/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=71568 CPUtime=821.44 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 17378 0 0 0 82140 4 0 0 25 0 1 0 510047986 73285632 17333 33554432000 134512640 135217611 4293666144 18446744073709551615 134532693 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 17892 17333 77 173 0 17717 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 80272

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 20274
/proc/meminfo: memFree=19661568/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=72188 CPUtime=881.45 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 17520 0 0 0 88141 4 0 0 25 0 1 0 510047986 73920512 17475 33554432000 134512640 135217611 4293666144 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 18047 17475 77 173 0 17872 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 80892

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 20275
/proc/meminfo: memFree=19655488/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=74828 CPUtime=941.44 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 18155 0 0 0 94140 4 0 0 25 0 1 0 510047986 76623872 18110 33554432000 134512640 135217611 4293666144 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 18707 18110 77 173 0 18532 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 83532

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

[startup+944 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 20275
/proc/meminfo: memFree=19655488/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=74828 CPUtime=943.14 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 18157 0 0 0 94310 4 0 0 25 0 1 0 510047986 76623872 18112 33554432000 134512640 135217611 4293666144 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 18707 18112 77 173 0 18532 0
Current children cumulated CPU time (s) 943.96
Current children cumulated vsize (KiB) 83532

[startup+945.601 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 20275
/proc/meminfo: memFree=19655240/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=74828 CPUtime=944.74 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 18158 0 0 0 94470 4 0 0 25 0 1 0 510047986 76623872 18113 33554432000 134512640 135217611 4293666144 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 18707 18113 77 173 0 18532 0
Current children cumulated CPU time (s) 945.56
Current children cumulated vsize (KiB) 83532

[startup+946.401 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 20276
/proc/meminfo: memFree=19654744/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=74828 CPUtime=945.54 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 18177 0 0 0 94550 4 0 0 25 0 1 0 510047986 76623872 18132 33554432000 134512640 135217611 4293666144 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 18707 18132 77 173 0 18532 0
Current children cumulated CPU time (s) 946.36
Current children cumulated vsize (KiB) 83532

[startup+946.601 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 20276
/proc/meminfo: memFree=19654744/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=74828 CPUtime=945.74 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 18178 0 0 0 94570 4 0 0 25 0 1 0 510047986 76623872 18133 33554432000 134512640 135217611 4293666144 18446744073709551615 134540947 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 18707 18133 77 173 0 18532 0
Current children cumulated CPU time (s) 946.56
Current children cumulated vsize (KiB) 83532

[startup+946.701 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 20276
/proc/meminfo: memFree=19654744/32951124 swapFree=67111464/67111528
[pid=19996] ppid=19994 vsize=8704 CPUtime=0.82 cores=5,7
/proc/19996/stat : 19996 (glucose.sh) S 19994 19996 19774 0 -1 4202496 358 10554 0 0 0 0 80 2 18 0 1 0 510047903 8912896 254 33554432000 4194304 4922060 140736529074976 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19996/statm: 2176 254 211 178 0 69 0
[pid=19999] ppid=19996 vsize=74828 CPUtime=945.84 cores=5,7
/proc/19999/stat : 19999 (glucose_static) R 19996 19996 19774 0 -1 4202496 18178 0 0 0 94580 4 0 0 25 0 1 0 510047986 76623872 18133 33554432000 134512640 135217611 4293666144 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19999/statm: 18707 18133 77 173 0 18532 0
Current children cumulated CPU time (s) 946.66
Current children cumulated vsize (KiB) 83532

Child status: 20
Real time (s): 946.758
CPU time (s): 946.739
CPU user time (s): 946.657
CPU system time (s): 0.081987
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 83532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 946.657
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29311
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= 39
involuntary context switches= 3823

runsolver used 1.50977 second user time and 3.65944 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-28 11:54:59
IDJOB=3308720
IDBENCH=82422
IDSOLVER=1691
FILE ID=node136/3308720-1303984499
RUNJOBID= node136-1303983196-19796
PBS_JOBID= 13168690
Free space on /tmp= 72100 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308720-1303984499/watcher-3308720-1303984499 -o /tmp/evaluation-result-3308720-1303984499/solver-3308720-1303984499 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308720-1303984499.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=2066404250

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19122476 kB
Buffers:       1733980 kB
Cached:       10894184 kB
SwapCached:         60 kB
Active:        6239192 kB
Inactive:      7008564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19122476 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            6148 kB
Writeback:          32 kB
AnonPages:      619016 kB
Mapped:          15716 kB
Slab:           516136 kB
PageTables:       6684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   831788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72300 MiB
End job on node136 at 2011-04-28 12:10:46