Trace number 3266312

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

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_3900_3900_220.shuffled.cnf
MD5SUMf0b7e0675915478b15cab3695fd0fd62
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses3432
Sum of the clauses size17000
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32
Number of clauses of size 4156
Number of clauses of size 53274
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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    3432    17000 |    1029       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 220   #clauses: 3432   #literals: 17000
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
1300.03/1300.01	HOME/glucose.sh: line 55: 15282 Terminated              $RS $TMP.cnf $TMP.result "$@"

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-3266312-1303564678/watcher-3266312-1303564678 -o /tmp/evaluation-result-3266312-1303564678/solver-3266312-1303564678 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3266312-1303564678.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: 2.95 3.03 3.37 3/185 15279
/proc/meminfo: memFree=13847196/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 546698517 8912896 253 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 253 211 178 0 69 0

[startup+0.090409 s]
/proc/loadavg: 2.95 3.03 3.37 3/185 15279
/proc/meminfo: memFree=13847196/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100413 s]
/proc/loadavg: 2.95 3.03 3.37 3/185 15279
/proc/meminfo: memFree=13847196/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30038 s]
/proc/loadavg: 2.95 3.03 3.37 3/185 15279
/proc/meminfo: memFree=13847196/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700303 s]
/proc/loadavg: 2.95 3.03 3.37 3/185 15279
/proc/meminfo: memFree=13847196/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50117 s]
/proc/loadavg: 2.95 3.03 3.37 4/187 15282
/proc/meminfo: memFree=13839996/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=22412 CPUtime=1.48 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 2975 0 0 0 148 0 0 0 20 0 1 0 546698517 22949888 2209 33554432000 4194304 4260849 140737093797840 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 5603 2209 240 17 0 2244 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31116

[startup+3.10086 s]
/proc/loadavg: 2.95 3.03 3.37 4/187 15282
/proc/meminfo: memFree=13837516/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=29488 CPUtime=3.08 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 4071 0 0 0 308 0 0 0 25 0 1 0 546698517 30195712 3305 33554432000 4194304 4260849 140737093797840 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 7372 3305 240 17 0 4013 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38192

[startup+6.30027 s]
/proc/loadavg: 2.95 3.03 3.36 4/187 15282
/proc/meminfo: memFree=13832896/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=32476 CPUtime=6.29 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 5423 0 0 0 628 1 0 0 25 0 1 0 546698517 33255424 3406 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 8119 3406 240 17 0 4760 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41180

[startup+12.7011 s]
/proc/loadavg: 2.96 3.03 3.36 4/187 15282
/proc/meminfo: memFree=13828192/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=32472 CPUtime=12.69 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 7887 0 0 0 1268 1 0 0 25 0 1 0 546698517 33251328 3137 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 8118 3137 241 17 0 4759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41176

[startup+25.5007 s]
/proc/loadavg: 2.97 3.03 3.36 4/187 15282
/proc/meminfo: memFree=13815168/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=36892 CPUtime=25.49 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 10400 0 0 0 2547 2 0 0 25 0 1 0 546698517 37777408 5586 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 9223 5586 241 17 0 5864 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45596

[startup+51.101 s]
/proc/loadavg: 2.98 3.02 3.35 4/187 15283
/proc/meminfo: memFree=13811400/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=33368 CPUtime=51.09 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 22227 0 0 0 5104 5 0 0 25 0 1 0 546698517 34168832 4942 33554432000 4194304 4260849 140737093797840 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 8342 4942 241 17 0 4983 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 42072

[startup+102.307 s]
/proc/loadavg: 2.99 3.02 3.33 4/187 15284
/proc/meminfo: memFree=13777528/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=52044 CPUtime=102.29 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 26617 0 0 0 10223 6 0 0 25 0 1 0 546698517 53293056 9304 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 13011 9304 241 17 0 9652 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 60748

[startup+162.3 s]
/proc/loadavg: 2.99 3.01 3.30 4/187 15286
/proc/meminfo: memFree=13735708/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=82392 CPUtime=162.29 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 36996 0 0 0 16221 8 0 0 25 0 1 0 546698517 84369408 14788 33554432000 4194304 4260849 140737093797840 18446744073709551615 4225107 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 20598 14788 241 17 0 17239 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 91096

[startup+222.3 s]
/proc/loadavg: 2.99 3.01 3.28 4/187 15287
/proc/meminfo: memFree=13730720/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=82392 CPUtime=222.29 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 37540 0 0 0 22221 8 0 0 25 0 1 0 546698517 84369408 15322 33554432000 4194304 4260849 140737093797840 18446744073709551615 4225114 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 20598 15322 241 17 0 17239 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 91096

[startup+282.3 s]
/proc/loadavg: 3.06 3.02 3.27 4/187 15289
/proc/meminfo: memFree=13714960/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=82392 CPUtime=282.29 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 38161 0 0 0 28221 8 0 0 25 0 1 0 546698517 84369408 15936 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 20598 15936 241 17 0 17239 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 91096

[startup+342.301 s]
/proc/loadavg: 3.02 3.01 3.25 4/187 15291
/proc/meminfo: memFree=13704888/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=82392 CPUtime=342.3 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 38799 0 0 0 34221 9 0 0 25 0 1 0 546698517 84369408 16561 33554432000 4194304 4260849 140737093797840 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 20598 16561 241 17 0 17239 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 91096

[startup+402.301 s]
/proc/loadavg: 3.01 3.01 3.23 4/187 15292
/proc/meminfo: memFree=13703512/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6

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

[pid=15282] ppid=15279 vsize=82392 CPUtime=522.3 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 54890 0 0 0 52219 11 0 0 25 0 1 0 546698517 84369408 17210 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 20598 17210 241 17 0 17239 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 91096

[startup+582.301 s]
/proc/loadavg: 2.14 2.58 3.02 3/180 15315
/proc/meminfo: memFree=13819336/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=82392 CPUtime=582.31 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 71069 0 0 0 58218 13 0 0 25 0 1 0 546698517 84369408 17210 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 20598 17210 241 17 0 17239 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 91096

[startup+642.301 s]
/proc/loadavg: 2.05 2.47 2.95 3/180 15317
/proc/meminfo: memFree=13801712/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=98784 CPUtime=642.31 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 83571 0 0 0 64215 16 0 0 25 0 1 0 546698517 101154816 21308 33554432000 4194304 4260849 140737093797840 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 24696 21308 241 17 0 21337 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 107488

[startup+702.301 s]
/proc/loadavg: 2.02 2.38 2.89 3/180 15318
/proc/meminfo: memFree=13768468/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=148104 CPUtime=702.31 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 100691 0 0 0 70213 18 0 0 25 0 1 0 546698517 151658496 29813 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 37026 29813 241 17 0 33667 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 156808

[startup+762.307 s]
/proc/loadavg: 2.00 2.31 2.83 3/180 15320
/proc/meminfo: memFree=13800944/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=98784 CPUtime=762.32 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 110029 0 0 0 76212 20 0 0 25 0 1 0 546698517 101154816 21308 33554432000 4194304 4260849 140737093797840 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 24696 21308 241 17 0 21337 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 107488

[startup+822.301 s]
/proc/loadavg: 2.00 2.25 2.78 3/180 15321
/proc/meminfo: memFree=13800180/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=98784 CPUtime=822.31 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 119194 0 0 0 82209 22 0 0 25 0 1 0 546698517 101154816 21308 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 24696 21308 241 17 0 21337 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 107488

[startup+882.3 s]
/proc/loadavg: 2.03 2.22 2.73 3/180 15323
/proc/meminfo: memFree=13799296/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=98784 CPUtime=882.31 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 128625 0 0 0 88208 23 0 0 25 0 1 0 546698517 101154816 21308 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 24696 21308 241 17 0 21337 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 107488

[startup+942.3 s]
/proc/loadavg: 2.01 2.17 2.68 3/180 15325
/proc/meminfo: memFree=13799036/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=98784 CPUtime=942.32 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 138204 0 0 0 94206 26 0 0 25 0 1 0 546698517 101154816 21308 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 24696 21308 241 17 0 21337 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 107488

[startup+1002.3 s]
/proc/loadavg: 2.00 2.14 2.64 3/180 15326
/proc/meminfo: memFree=13798776/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=98784 CPUtime=1002.31 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 148012 0 0 0 100203 28 0 0 25 0 1 0 546698517 101154816 21308 33554432000 4194304 4260849 140737093797840 18446744073709551615 4225132 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 24696 21308 241 17 0 21337 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 107488

[startup+1062.3 s]
/proc/loadavg: 2.00 2.11 2.59 3/180 15328
/proc/meminfo: memFree=13798128/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=98784 CPUtime=1062.32 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 158017 0 0 0 106201 31 0 0 25 0 1 0 546698517 101154816 21308 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 24696 21308 241 17 0 21337 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 107488

[startup+1122.3 s]
/proc/loadavg: 2.00 2.09 2.55 3/180 15329
/proc/meminfo: memFree=13766720/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=148104 CPUtime=1122.32 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 176064 0 0 0 112198 34 0 0 25 0 1 0 546698517 151658496 29214 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 37026 29214 241 17 0 33667 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 156808

[startup+1182.3 s]
/proc/loadavg: 2.04 2.08 2.52 3/180 15331
/proc/meminfo: memFree=13766452/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=98784 CPUtime=1182.32 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 178562 0 0 0 118196 36 0 0 25 0 1 0 546698517 101154816 21308 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 24696 21308 241 17 0 21337 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 107488

[startup+1242.3 s]
/proc/loadavg: 2.01 2.07 2.49 3/180 15333
/proc/meminfo: memFree=13797188/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=98784 CPUtime=1242.33 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 189074 0 0 0 124195 38 0 0 25 0 1 0 546698517 101154816 21308 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 24696 21308 241 17 0 21337 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 107488



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.52 1.93 2.41 2/173 15355
/proc/meminfo: memFree=13875516/32950928 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8704 CPUtime=0 cores=4,6
/proc/15279/stat : 15279 (glucose.sh) S 15277 15279 14396 0 -1 4202496 360 211 0 0 0 0 0 0 24 0 1 0 546698517 8912896 255 33554432000 4194304 4922060 140735684118848 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15279/statm: 2176 255 211 178 0 69 0
[pid=15282] ppid=15279 vsize=98784 CPUtime=1300.03 cores=4,6
/proc/15282/stat : 15282 (glucose_static) R 15279 15279 14396 0 -1 4202496 199865 0 0 0 129963 40 0 0 25 0 1 0 546698517 101154816 21308 33554432000 4194304 4260849 140737093797840 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15282/statm: 24696 21308 241 17 0 21337 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 107488

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): 1299.64
CPU system time (s): 0.411937
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 156808

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

runsolver used 2.22566 second user time and 4.84426 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-23 15:17:58
IDJOB=3266312
IDBENCH=87453
IDSOLVER=1651
FILE ID=node113/3266312-1303564678
RUNJOBID= node113-1303562489-14752
PBS_JOBID= 13150282
Free space on /tmp= 70792 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_3900_3900_220.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266312-1303564678/watcher-3266312-1303564678 -o /tmp/evaluation-result-3266312-1303564678/solver-3266312-1303564678 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3266312-1303564678.cnf 

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

MD5SUM BENCH= f0b7e0675915478b15cab3695fd0fd62
RANDOM SEED=186050263

node113.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.846
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.69
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.846
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.76
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.846
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.74
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:      13847352 kB
Buffers:       1839476 kB
Cached:       16504548 kB
SwapCached:          0 kB
Active:       10655684 kB
Inactive:      7862924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13847352 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:      174068 kB
Mapped:          15284 kB
Slab:           521984 kB
PageTables:       5196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   351872 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= 70796 MiB
End job on node113 at 2011-04-23 15:39:40