Trace number 3249414

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
glucose 2? (TO) 1300.05 1300.01

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x14.cnf
MD5SUMf76302f2442dfc7cabc2315e61e55fea
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1176
Number of clauses78498
Sum of the clauses size310464
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21764
Number of clauses of size 30
Number of clauses of size 476734
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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   78498   310464 |   23549       0        0     nan |  0.000 % |
0.00/0.91	c |         0 |   77322   460404 |      --       0       --      -- |     --   | -1176/149940
0.00/0.91	c ==============================================================================
0.00/0.91	c Result  :   #vars: 882   #clauses: 77322   #literals: 460404
0.00/0.91	c CPU time:   0.903862 s
0.00/0.91	c ==============================================================================
0.00/0.98	c
0.00/0.98	c Starting glucose
0.00/0.98	c

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.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-3249414-1303506976/watcher-3249414-1303506976 -o /tmp/evaluation-result-3249414-1303506976/solver-3249414-1303506976 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3249414-1303506976.cnf 

running on 2 cores: 4,6

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: 1.31 3.03 3.43 3/186 17976
/proc/meminfo: memFree=14389700/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) R 17974 17976 17214 0 -1 4202496 317 0 0 0 0 0 0 0 25 0 1 0 540928266 8912896 253 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415211925 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/17976/statm: 2176 253 211 178 0 69 0

[startup+0.0976221 s]
/proc/loadavg: 1.31 3.03 3.43 3/186 17976
/proc/meminfo: memFree=14389700/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 540928266 8912896 253 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17976/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100623 s]
/proc/loadavg: 1.31 3.03 3.43 3/186 17976
/proc/meminfo: memFree=14389700/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 540928266 8912896 253 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17976/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300585 s]
/proc/loadavg: 1.31 3.03 3.43 3/186 17976
/proc/meminfo: memFree=14389700/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 540928266 8912896 253 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17976/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70051 s]
/proc/loadavg: 1.31 3.03 3.43 3/186 17976
/proc/meminfo: memFree=14389700/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 540928266 8912896 253 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17976/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50035 s]
/proc/loadavg: 1.53 3.04 3.43 5/194 17991
/proc/meminfo: memFree=14359620/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=30628 CPUtime=0.5 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 6964 0 0 0 49 1 0 0 20 0 1 0 540928364 31363072 4329 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 7657 4329 248 17 0 4298 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 39332

[startup+3.10105 s]
/proc/loadavg: 1.53 3.04 3.43 6/194 17991
/proc/meminfo: memFree=14327752/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=33348 CPUtime=2.11 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 10847 0 0 0 209 2 0 0 25 0 1 0 540928364 34148352 4777 33554432000 4194304 4260849 140734447570800 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 8337 4777 249 17 0 4978 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42052

[startup+6.30046 s]
/proc/loadavg: 1.53 3.04 3.43 5/194 17992
/proc/meminfo: memFree=14309900/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=37768 CPUtime=5.31 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 12385 0 0 0 529 2 0 0 25 0 1 0 540928364 38674432 6171 33554432000 4194304 4260849 140734447570800 18446744073709551615 4225060 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 9442 6171 249 17 0 6083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46472

[startup+12.7012 s]
/proc/loadavg: 1.91 3.07 3.43 5/194 17993
/proc/meminfo: memFree=14290080/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=40488 CPUtime=11.7 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 13077 0 0 0 1168 2 0 0 25 0 1 0 540928364 41459712 6851 33554432000 4194304 4260849 140734447570800 18446744073709551615 4229130 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 10122 6851 249 17 0 6763 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 49192

[startup+25.5008 s]
/proc/loadavg: 2.23 3.10 3.44 5/194 17993
/proc/meminfo: memFree=14230888/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=64172 CPUtime=24.51 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 17498 0 0 0 2448 3 0 0 25 0 1 0 540928364 65712128 8340 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224578 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 16043 8340 249 17 0 12684 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72876

[startup+51.1009 s]
/proc/loadavg: 2.83 3.17 3.45 5/194 17995
/proc/meminfo: memFree=14113016/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=64172 CPUtime=50.11 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 21384 0 0 0 5007 4 0 0 25 0 1 0 540928364 65712128 12065 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 16043 12065 249 17 0 12684 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72876

[startup+102.307 s]
/proc/loadavg: 3.53 3.31 3.48 6/194 17996
/proc/meminfo: memFree=14050644/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=83012 CPUtime=101.31 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 31768 0 0 0 10126 5 0 0 25 0 1 0 540928364 85004288 17554 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 20753 17554 249 17 0 17394 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 91716

[startup+162.301 s]
/proc/loadavg: 3.83 3.43 3.51 5/194 17998
/proc/meminfo: memFree=14020356/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=83012 CPUtime=161.31 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 31768 0 0 0 16126 5 0 0 25 0 1 0 540928364 85004288 17554 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 20753 17554 249 17 0 17394 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 91716

[startup+222.3 s]
/proc/loadavg: 3.93 3.53 3.54 5/194 17999
/proc/meminfo: memFree=14007788/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=83516 CPUtime=221.31 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 41873 0 0 0 22124 7 0 0 25 0 1 0 540928364 85520384 16943 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224575 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 20879 16943 249 17 0 17520 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 92220

[startup+282.301 s]
/proc/loadavg: 3.97 3.62 3.57 6/194 18001
/proc/meminfo: memFree=13981104/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=89084 CPUtime=281.31 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 44031 0 0 0 28123 8 0 0 25 0 1 0 540928364 91222016 19068 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 22271 19068 249 17 0 18912 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 97788

[startup+342.301 s]
/proc/loadavg: 3.99 3.68 3.59 5/194 18003
/proc/meminfo: memFree=13999552/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=101892 CPUtime=341.31 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 70570 0 0 0 34120 11 0 0 25 0 1 0 540928364 104337408 22317 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 25473 22317 249 17 0 22114 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 110596

[startup+402.301 s]
/proc/loadavg: 3.99 3.74 3.61 5/194 18004
/proc/meminfo: memFree=13980796/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6

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

[pid=17991] ppid=17976 vsize=151212 CPUtime=521.32 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 243432 0 0 0 52096 36 0 0 25 0 1 0 540928364 154841088 31502 33554432000 4194304 4260849 140734447570800 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 37803 31502 249 17 0 34444 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 159916

[startup+582.301 s]
/proc/loadavg: 4.00 3.86 3.68 6/194 18009
/proc/meminfo: memFree=13897620/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=101892 CPUtime=581.33 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 290882 0 0 0 58089 44 0 0 25 0 1 0 540928364 104337408 22317 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 25473 22317 249 17 0 22114 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 110596

[startup+642.301 s]
/proc/loadavg: 4.00 3.88 3.69 5/194 18011
/proc/meminfo: memFree=13810540/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=151212 CPUtime=641.33 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 348468 0 0 0 64082 51 0 0 25 0 1 0 540928364 154841088 31195 33554432000 4194304 4260849 140734447570800 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 37803 31195 249 17 0 34444 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 159916

[startup+702.301 s]
/proc/loadavg: 4.00 3.90 3.71 5/194 18012
/proc/meminfo: memFree=13882556/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=101892 CPUtime=701.32 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 400203 0 0 0 70074 58 0 0 25 0 1 0 540928364 104337408 22317 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 25473 22317 249 17 0 22114 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 110596

[startup+762.307 s]
/proc/loadavg: 4.06 3.93 3.73 5/194 18014
/proc/meminfo: memFree=13790408/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=151212 CPUtime=761.33 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 450097 0 0 0 76068 65 0 0 25 0 1 0 540928364 154841088 30522 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 37803 30522 249 17 0 34444 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 159916

[startup+822.3 s]
/proc/loadavg: 4.02 3.94 3.74 5/194 18015
/proc/meminfo: memFree=13816156/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=151212 CPUtime=821.34 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 493239 0 0 0 82062 72 0 0 25 0 1 0 540928364 154841088 31712 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 37803 31712 249 17 0 34444 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 159916

[startup+882.301 s]
/proc/loadavg: 4.11 3.98 3.77 6/194 18017
/proc/meminfo: memFree=13913480/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=151212 CPUtime=881.33 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 535932 0 0 0 88055 78 0 0 25 0 1 0 540928364 154841088 31084 33554432000 4194304 4260849 140734447570800 18446744073709551615 4225110 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 37803 31084 249 17 0 34444 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 159916

[startup+942.301 s]
/proc/loadavg: 4.04 3.98 3.78 5/194 18019
/proc/meminfo: memFree=13895352/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=101892 CPUtime=941.34 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 570834 0 0 0 94049 85 0 0 25 0 1 0 540928364 104337408 22317 33554432000 4194304 4260849 140734447570800 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 25473 22317 249 17 0 22114 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 110596

[startup+1002.3 s]
/proc/loadavg: 4.01 3.98 3.79 5/194 18020
/proc/meminfo: memFree=13821404/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=101892 CPUtime=1001.34 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 616033 0 0 0 100041 93 0 0 25 0 1 0 540928364 104337408 22317 33554432000 4194304 4260849 140734447570800 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 25473 22317 249 17 0 22114 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 110596

[startup+1062.3 s]
/proc/loadavg: 4.00 3.98 3.80 5/194 18022
/proc/meminfo: memFree=13792604/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=151212 CPUtime=1061.34 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 658831 0 0 0 106036 98 0 0 25 0 1 0 540928364 154841088 31296 33554432000 4194304 4260849 140734447570800 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 37803 31296 249 17 0 34444 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 159916

[startup+1122.3 s]
/proc/loadavg: 4.00 3.98 3.81 5/194 18023
/proc/meminfo: memFree=13769020/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=151212 CPUtime=1121.34 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 704690 0 0 0 112027 107 0 0 25 0 1 0 540928364 154841088 31435 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 37803 31435 249 17 0 34444 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 159916

[startup+1182.3 s]
/proc/loadavg: 4.00 3.98 3.82 5/194 18025
/proc/meminfo: memFree=13786592/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=101892 CPUtime=1181.35 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 742345 0 0 0 118021 114 0 0 25 0 1 0 540928364 104337408 22317 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224635 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 25473 22317 249 17 0 22114 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 110596

[startup+1242.3 s]
/proc/loadavg: 4.00 3.98 3.83 5/194 18027
/proc/meminfo: memFree=13691320/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=170032 CPUtime=1241.34 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 789432 0 0 0 124012 122 0 0 25 0 1 0 540928364 174112768 33635 33554432000 4194304 4260849 140734447570800 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 42508 33635 249 17 0 39149 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 178736



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.98 3.83 5/187 18060
/proc/meminfo: memFree=14258232/32950928 swapFree=67111524/67111528
[pid=17976] ppid=17974 vsize=8704 CPUtime=0.98 cores=4,6
/proc/17976/stat : 17976 (glucose.sh) S 17974 17976 17214 0 -1 4202496 360 2681 0 0 0 0 97 1 18 0 1 0 540928266 8912896 255 33554432000 4194304 4922060 140734209816832 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17976/statm: 2176 255 211 178 0 69 0
[pid=17991] ppid=17976 vsize=120712 CPUtime=1299.05 cores=4,6
/proc/17991/stat : 17991 (glucose_static) R 17976 17976 17214 0 -1 4202496 826410 0 0 0 129776 129 0 0 25 0 1 0 540928364 123609088 22354 33554432000 4194304 4260849 140734447570800 18446744073709551615 4228009 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17991/statm: 30178 22354 249 17 0 26819 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 129416

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)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1298.74
CPU system time (s): 1.3138
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 178736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.74
system time used= 1.3138
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 829451
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= 10
involuntary context switches= 14413

runsolver used 2.30265 second user time and 4.77827 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-22 23:16:16
IDJOB=3249414
IDBENCH=83167
IDSOLVER=1651
FILE ID=node115/3249414-1303506976
RUNJOBID= node115-1303506973-17912
PBS_JOBID= 13134222
Free space on /tmp= 72264 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x14.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249414-1303506976/watcher-3249414-1303506976 -o /tmp/evaluation-result-3249414-1303506976/solver-3249414-1303506976 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3249414-1303506976.cnf 

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

MD5SUM BENCH= f76302f2442dfc7cabc2315e61e55fea
RANDOM SEED=1731557758

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.77
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      14389972 kB
Buffers:       1909872 kB
Cached:       15937296 kB
SwapCached:          4 kB
Active:        7076252 kB
Inactive:     10940716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14389972 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           44048 kB
Writeback:           0 kB
AnonPages:      169012 kB
Mapped:          15716 kB
Slab:           482028 kB
PageTables:       5668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   341168 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= 72216 MiB
End job on node115 at 2011-04-22 23:37:58