Trace number 3292853

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
EBGlucose 1.0? (TO) 1300.05 1300.01

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484925
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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 |    1742     3718 |     522       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1716     6240 |      --       0       --      -- |     --   | -26/2522
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 260   #clauses: 1716   #literals: 6240
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
0.00/0.00	
0.00/0.00	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.00	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.00	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  260                                                  |
0.00/0.01	c |  Number of clauses:    1716                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
1300.03/1300.01	HOME/ebglucose.sh: line 57:   514 Terminated              $RS $TMP.cnf -verbosity=0 $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-3292853-1303784020/watcher-3292853-1303784020 -o /tmp/evaluation-result-3292853-1303784020/solver-3292853-1303784020 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3292853-1303784020.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: 4.02 4.02 3.96 5/192 510
/proc/meminfo: memFree=12134228/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8700 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 321 0 0 0 0 0 0 0 23 0 1 0 568632708 8908800 250 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415391488 0 0 4100 65536 18446744071562362840 0 0 17 5 0 0 0
/proc/510/statm: 2175 250 209 178 0 68 0

[startup+0.019306 s]
/proc/loadavg: 4.02 4.02 3.96 5/192 510
/proc/meminfo: memFree=12134228/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100291 s]
/proc/loadavg: 4.02 4.02 3.96 5/192 510
/proc/meminfo: memFree=12134228/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300269 s]
/proc/loadavg: 4.02 4.02 3.96 5/192 510
/proc/meminfo: memFree=12134228/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700181 s]
/proc/loadavg: 4.02 4.02 3.96 5/192 510
/proc/meminfo: memFree=12134228/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50103 s]
/proc/loadavg: 4.02 4.02 3.96 4/191 515
/proc/meminfo: memFree=12631856/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=7368 CPUtime=1.48 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 1183 0 0 0 148 0 0 0 25 0 1 0 568632709 7544832 1124 33554432000 134512640 134556542 4287421088 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 1842 1124 211 11 0 1176 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16072

[startup+3.10073 s]
/proc/loadavg: 4.02 4.02 3.96 4/191 515
/proc/meminfo: memFree=12630268/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=8308 CPUtime=3.08 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 1424 0 0 0 308 0 0 0 25 0 1 0 568632709 8507392 1365 33554432000 134512640 134556542 4287421088 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 2077 1365 211 11 0 1411 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17012

[startup+6.30111 s]
/proc/loadavg: 4.02 4.02 3.96 5/194 577
/proc/meminfo: memFree=12779660/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=10124 CPUtime=6.28 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 1845 0 0 0 628 0 0 0 25 0 1 0 568632709 10366976 1786 33554432000 134512640 134556542 4287421088 18446744073709551615 134529862 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 2531 1786 211 11 0 1865 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18828

[startup+12.7009 s]
/proc/loadavg: 4.01 4.02 3.96 5/194 578
/proc/meminfo: memFree=12775048/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=11900 CPUtime=12.68 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 2249 0 0 0 1268 0 0 0 25 0 1 0 568632709 12185600 2190 33554432000 134512640 134556542 4287421088 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 2975 2190 211 11 0 2309 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20604

[startup+25.5005 s]
/proc/loadavg: 4.01 4.01 3.96 5/194 651
/proc/meminfo: memFree=13583524/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=15420 CPUtime=25.49 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 3088 0 0 0 2548 1 0 0 25 0 1 0 568632709 15790080 3029 33554432000 134512640 134556542 4287421088 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 3855 3029 212 11 0 3189 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24124

[startup+51.1006 s]
/proc/loadavg: 4.01 4.01 3.96 5/194 652
/proc/meminfo: memFree=13572080/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=20768 CPUtime=51.09 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 4306 0 0 0 5108 1 0 0 25 0 1 0 568632709 21266432 4247 33554432000 134512640 134556542 4287421088 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 5192 4247 212 11 0 4526 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29472

[startup+102.307 s]
/proc/loadavg: 4.00 4.01 3.96 5/194 715
/proc/meminfo: memFree=13562968/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=26696 CPUtime=102.29 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 5728 0 0 0 10228 1 0 0 25 0 1 0 568632709 27336704 5669 33554432000 134512640 134556542 4287421088 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 6674 5669 212 11 0 6008 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 35400

[startup+162.301 s]
/proc/loadavg: 4.04 4.02 3.97 5/194 717
/proc/meminfo: memFree=13549168/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=30940 CPUtime=162.29 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 6740 0 0 0 16228 1 0 0 25 0 1 0 568632709 31682560 6681 33554432000 134512640 134556542 4287421088 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 7735 6681 212 11 0 7069 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 39644

[startup+222.3 s]
/proc/loadavg: 4.01 4.01 3.97 5/194 718
/proc/meminfo: memFree=13539356/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=33996 CPUtime=222.29 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 7498 0 0 0 22227 2 0 0 25 0 1 0 568632709 34811904 7439 33554432000 134512640 134556542 4287421088 18446744073709551615 134537197 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 8499 7439 212 11 0 7833 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 42700

[startup+282.301 s]
/proc/loadavg: 4.00 4.01 3.97 5/194 751
/proc/meminfo: memFree=13515276/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=37220 CPUtime=282.3 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 8160 0 0 0 28228 2 0 0 25 0 1 0 568632709 38113280 8101 33554432000 134512640 134556542 4287421088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 9305 8101 212 11 0 8639 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 45924

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/194 753
/proc/meminfo: memFree=13504428/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=39660 CPUtime=342.29 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 8716 0 0 0 34227 2 0 0 25 0 1 0 568632709 40611840 8657 33554432000 134512640 134556542 4287421088 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 9915 8657 212 11 0 9249 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 48364

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/194 755
/proc/meminfo: memFree=13495480/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7

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

[pid=514] ppid=510 vsize=46392 CPUtime=522.31 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 10198 0 0 0 52228 3 0 0 25 0 1 0 568632709 47505408 10139 33554432000 134512640 134556542 4287421088 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 11598 10139 212 11 0 10932 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 55096

[startup+582.3 s]
/proc/loadavg: 3.57 3.89 3.93 4/187 778
/proc/meminfo: memFree=13533432/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=47820 CPUtime=582.31 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 10508 0 0 0 58228 3 0 0 25 0 1 0 568632709 48967680 10449 33554432000 134512640 134556542 4287421088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 11955 10449 212 11 0 11289 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 56524

[startup+642.301 s]
/proc/loadavg: 3.21 3.72 3.87 4/187 779
/proc/meminfo: memFree=13529700/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=49320 CPUtime=642.31 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 10800 0 0 0 64228 3 0 0 25 0 1 0 568632709 50503680 10741 33554432000 134512640 134556542 4287421088 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 12330 10741 212 11 0 11664 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 58024

[startup+702.301 s]
/proc/loadavg: 3.07 3.59 3.81 4/187 781
/proc/meminfo: memFree=13526324/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=50292 CPUtime=702.31 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 11049 0 0 0 70228 3 0 0 25 0 1 0 568632709 51499008 10990 33554432000 134512640 134556542 4287421088 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 12573 10990 212 11 0 11907 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 58996

[startup+762.307 s]
/proc/loadavg: 3.02 3.48 3.76 4/187 783
/proc/meminfo: memFree=13520608/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=52872 CPUtime=762.32 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 11558 0 0 0 76229 3 0 0 25 0 1 0 568632709 54140928 11499 33554432000 134512640 134556542 4287421088 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 13218 11499 212 11 0 12552 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 61576

[startup+822.3 s]
/proc/loadavg: 3.01 3.39 3.71 5/187 784
/proc/meminfo: memFree=13518224/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=54024 CPUtime=822.31 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 11807 0 0 0 82228 3 0 0 25 0 1 0 568632709 55320576 11748 33554432000 134512640 134556542 4287421088 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 13506 11748 212 11 0 12840 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 62728

[startup+882.301 s]
/proc/loadavg: 3.00 3.32 3.66 4/187 786
/proc/meminfo: memFree=13514616/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=55228 CPUtime=882.31 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 12124 0 0 0 88228 3 0 0 25 0 1 0 568632709 56553472 12065 33554432000 134512640 134556542 4287421088 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 13807 12065 212 11 0 13141 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 63932

[startup+942.301 s]
/proc/loadavg: 3.05 3.27 3.62 4/187 787
/proc/meminfo: memFree=13511732/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=55660 CPUtime=942.31 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 12212 0 0 0 94228 3 0 0 25 0 1 0 568632709 56995840 12153 33554432000 134512640 134556542 4287421088 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 13915 12153 212 11 0 13249 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 64364

[startup+1002.3 s]
/proc/loadavg: 3.02 3.22 3.58 4/187 789
/proc/meminfo: memFree=13507872/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=57400 CPUtime=1002.32 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 12591 0 0 0 100228 4 0 0 25 0 1 0 568632709 58777600 12532 33554432000 134512640 134556542 4287421088 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 14350 12532 212 11 0 13684 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 66104

[startup+1062.3 s]
/proc/loadavg: 3.00 3.18 3.54 4/187 791
/proc/meminfo: memFree=13505120/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=58280 CPUtime=1062.32 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 12777 0 0 0 106228 4 0 0 25 0 1 0 568632709 59678720 12718 33554432000 134512640 134556542 4287421088 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 14570 12718 212 11 0 13904 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 66984

[startup+1122.3 s]
/proc/loadavg: 3.04 3.16 3.51 4/187 792
/proc/meminfo: memFree=13502380/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=59564 CPUtime=1122.33 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 13078 0 0 0 112229 4 0 0 25 0 1 0 568632709 60993536 13019 33554432000 134512640 134556542 4287421088 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 14891 13019 212 11 0 14225 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 68268

[startup+1182.3 s]
/proc/loadavg: 3.01 3.12 3.47 4/187 794
/proc/meminfo: memFree=13499124/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=60892 CPUtime=1182.33 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 13397 0 0 0 118229 4 0 0 25 0 1 0 568632709 62353408 13338 33554432000 134512640 134556542 4287421088 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 15223 13338 212 11 0 14557 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 69596

[startup+1242.3 s]
/proc/loadavg: 3.00 3.10 3.44 4/187 795
/proc/meminfo: memFree=13496880/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=61396 CPUtime=1242.33 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 13546 0 0 0 124229 4 0 0 25 0 1 0 568632709 62869504 13487 33554432000 134512640 134556542 4287421088 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 15349 13487 212 11 0 14683 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 70100



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.08 3.41 4/187 797
/proc/meminfo: memFree=13493624/32950928 swapFree=67111524/67111528
[pid=510] ppid=508 vsize=8704 CPUtime=0 cores=5,7
/proc/510/stat : 510 (ebglucose.sh) S 508 510 32153 0 -1 4202496 380 427 0 0 0 0 0 0 24 0 1 0 568632708 8912896 255 33554432000 4194304 4922060 140735671911168 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/510/statm: 2176 255 211 178 0 69 0
[pid=514] ppid=510 vsize=63124 CPUtime=1300.03 cores=5,7
/proc/514/stat : 514 (ebglucose_stati) R 510 510 32153 0 -1 4202496 13909 0 0 0 129999 4 0 0 25 0 1 0 568632709 64638976 13850 33554432000 134512640 134556542 4287421088 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/514/statm: 15781 13850 212 11 0 15115 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 71828

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14729
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= 30
involuntary context switches= 1521

runsolver used 2.10468 second user time and 4.99924 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 04:13:40
IDJOB=3292853
IDBENCH=87946
IDSOLVER=1652
FILE ID=node115/3292853-1303784020
RUNJOBID= node115-1303782716-32174
PBS_JOBID= 13157231
Free space on /tmp= 72804 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT02/industrial/aloul/Homer/homer17.shuffled.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292853-1303784020/watcher-3292853-1303784020 -o /tmp/evaluation-result-3292853-1303784020/solver-3292853-1303784020 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3292853-1303784020.cnf

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

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=83992848

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:      12134632 kB
Buffers:       2294552 kB
Cached:       16745348 kB
SwapCached:          4 kB
Active:        8591164 kB
Inactive:     11667352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12134632 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:     1218204 kB
Mapped:          16052 kB
Slab:           490684 kB
PageTables:       7348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1450036 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= 73152 MiB
End job on node115 at 2011-04-26 04:35:22