Trace number 3498701

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
EBGlucose 1.0? (TO) 5000.04 5000.11

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2605.99
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  287043   669767 |   86112       0        0     nan |  0.000 % |
1.69/1.72	c |         0 |  165084   471456 |      --       0       --      -- |     --   | -121957/-198306
1.69/1.72	c ==============================================================================
1.69/1.72	c Result  :   #vars: 35680   #clauses: 165084   #literals: 471456
1.69/1.72	c CPU time:   1.68874 s
1.69/1.72	c ==============================================================================
1.79/1.81	c
1.79/1.81	c Starting glucose
1.79/1.81	c
1.81/1.99	
1.81/1.99	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.81/1.99	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.81/1.99	
1.81/1.99	c ============================[ Problem Statistics ]=============================
1.81/1.99	c |                                                                             |
1.81/1.99	c |  Number of variables:  35680                                                |
1.81/1.99	c |  Number of clauses:    165084                                               |
1.81/2.05	c |  Parsing time:         0.05         s                                       |

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3498701-1308501742/watcher-3498701-1308501742 -o /tmp/evaluation-result-3498701-1308501742/solver-3498701-1308501742 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498701-1308501742.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.19 2/174 25064
/proc/meminfo: memFree=28229648/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 961773044 8912896 253 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25064/statm: 2176 253 211 178 0 69 0

[startup+0.038352 s]
/proc/loadavg: 1.00 1.00 1.19 2/174 25064
/proc/meminfo: memFree=28229648/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 961773044 8912896 253 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25064/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100402 s]
/proc/loadavg: 1.00 1.00 1.19 2/174 25064
/proc/meminfo: memFree=28229648/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 961773044 8912896 253 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25064/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300364 s]
/proc/loadavg: 1.00 1.00 1.19 2/174 25064
/proc/meminfo: memFree=28229648/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 961773044 8912896 253 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25064/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700232 s]
/proc/loadavg: 1.00 1.00 1.19 2/174 25064
/proc/meminfo: memFree=28229648/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 961773044 8912896 253 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25064/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.19 3/180 25079
/proc/meminfo: memFree=28031456/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 961773044 8912896 253 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25064/statm: 2176 253 211 178 0 69 0
[pid=25066] ppid=25064 vsize=51732 CPUtime=1.49 cores=1,3,5,7
/proc/25066/stat : 25066 (SatELite_releas) R 25064 25064 24471 0 -1 4202496 12794 0 0 0 146 3 0 0 25 0 1 0 961773044 52973568 11483 33554432000 134512640 135144230 4289668016 18446744073709551615 134586139 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/25066/statm: 12933 11483 78 155 0 12776 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60436

[startup+3.10081 s]
/proc/loadavg: 1.00 1.00 1.19 3/180 25080
/proc/meminfo: memFree=28042128/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=19244 CPUtime=1.09 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 4189 0 12 0 109 0 0 0 19 0 1 0 961773226 19705856 4141 33554432000 134512640 134556542 4292509088 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 4811 4141 214 11 0 4145 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 27948

[startup+6.30024 s]
/proc/loadavg: 1.08 1.02 1.19 3/180 25080
/proc/meminfo: memFree=27996108/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=21772 CPUtime=4.29 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 4806 0 12 0 429 0 0 0 25 0 1 0 961773226 22294528 4758 33554432000 134512640 134556542 4292509088 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 5443 4758 214 11 0 4777 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 30476

[startup+12.7011 s]
/proc/loadavg: 1.15 1.03 1.20 3/180 25080
/proc/meminfo: memFree=27930500/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=23388 CPUtime=10.69 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 5207 0 12 0 1069 0 0 0 25 0 1 0 961773226 23949312 5159 33554432000 134512640 134556542 4292509088 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 5847 5159 214 11 0 5181 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 32092

[startup+25.5008 s]
/proc/loadavg: 1.34 1.08 1.21 3/180 25081
/proc/meminfo: memFree=27918596/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=25856 CPUtime=23.49 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 5823 0 12 0 2349 0 0 0 25 0 1 0 961773226 26476544 5775 33554432000 134512640 134556542 4292509088 18446744073709551615 134529932 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 6464 5775 214 11 0 5798 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 34560

[startup+51.1003 s]
/proc/loadavg: 1.56 1.15 1.23 3/180 25081
/proc/meminfo: memFree=27899536/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=30212 CPUtime=49.1 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 6894 0 12 0 4909 1 0 0 25 0 1 0 961773226 30937088 6846 33554432000 134512640 134556542 4292509088 18446744073709551615 134543451 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 7553 6846 214 11 0 6887 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 38916

[startup+102.306 s]
/proc/loadavg: 1.87 1.30 1.27 3/180 25083
/proc/meminfo: memFree=27894384/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=35812 CPUtime=100.3 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 8284 0 12 0 10029 1 0 0 25 0 1 0 961773226 36671488 8236 33554432000 134512640 134556542 4292509088 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 8953 8236 214 11 0 8287 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 44516

[startup+162.3 s]
/proc/loadavg: 1.95 1.42 1.31 3/180 25084
/proc/meminfo: memFree=27889020/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=40852 CPUtime=160.29 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 9562 0 12 0 16028 1 0 0 25 0 1 0 961773226 41832448 9514 33554432000 134512640 134556542 4292509088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 10213 9514 214 11 0 9547 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 49556

[startup+222.301 s]
/proc/loadavg: 1.98 1.52 1.35 3/180 25086
/proc/meminfo: memFree=27884144/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=46064 CPUtime=220.29 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 10801 0 12 0 22028 1 0 0 25 0 1 0 961773226 47169536 10753 33554432000 134512640 134556542 4292509088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 11516 10753 214 11 0 10850 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 54768

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.39 3/180 25088
/proc/meminfo: memFree=27880128/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=50024 CPUtime=280.3 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 11804 0 12 0 28028 2 0 0 25 0 1 0 961773226 51224576 11756 33554432000 134512640 134556542 4292509088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 12506 11756 214 11 0 11840 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 58728

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.43 3/180 25089
/proc/meminfo: memFree=27877120/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=52844 CPUtime=340.3 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 12529 0 12 0 34028 2 0 0 25 0 1 0 961773226 54112256 12481 33554432000 134512640 134556542 4292509088 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 13211 12481 214 11 0 12545 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 61548

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.46 3/180 25091
/proc/meminfo: memFree=27874228/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7

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

/proc/25080/statm: 34640 33777 214 11 0 33974 0
Current children cumulated CPU time (s) 4362.22
Current children cumulated vsize (KiB) 147264

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/173 25279
/proc/meminfo: memFree=28084648/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=138560 CPUtime=4420.41 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 33881 0 12 0 442031 10 0 0 25 0 1 0 961773226 141885440 33781 33554432000 134512640 134556542 4292509088 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 34640 33781 214 11 0 33974 0
Current children cumulated CPU time (s) 4422.22
Current children cumulated vsize (KiB) 147264

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/173 25281
/proc/meminfo: memFree=28084592/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=139616 CPUtime=4480.41 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 33924 0 12 0 448031 10 0 0 25 0 1 0 961773226 142966784 33824 33554432000 134512640 134556542 4292509088 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 34904 33824 214 11 0 34238 0
Current children cumulated CPU time (s) 4482.22
Current children cumulated vsize (KiB) 148320

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/173 25282
/proc/meminfo: memFree=28084532/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=139908 CPUtime=4540.41 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 33986 0 12 0 454031 10 0 0 25 0 1 0 961773226 143265792 33886 33554432000 134512640 134556542 4292509088 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 34977 33886 214 11 0 34311 0
Current children cumulated CPU time (s) 4542.22
Current children cumulated vsize (KiB) 148612

[startup+4602.3 s]
/proc/loadavg: 1.04 1.01 1.10 2/173 25284
/proc/meminfo: memFree=28080632/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=143612 CPUtime=4600.42 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 34906 0 12 0 460032 10 0 0 25 0 1 0 961773226 147058688 34806 33554432000 134512640 134556542 4292509088 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 35903 34806 214 11 0 35237 0
Current children cumulated CPU time (s) 4602.23
Current children cumulated vsize (KiB) 152316

[startup+4662.3 s]
/proc/loadavg: 1.01 1.01 1.09 2/173 25285
/proc/meminfo: memFree=28076988/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=147044 CPUtime=4660.41 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 35783 0 12 0 466031 10 0 0 25 0 1 0 961773226 150573056 35683 33554432000 134512640 134556542 4292509088 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 36761 35683 214 11 0 36095 0
Current children cumulated CPU time (s) 4662.22
Current children cumulated vsize (KiB) 155748

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.08 2/173 25296
/proc/meminfo: memFree=28075988/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=147044 CPUtime=4720.42 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 35787 0 12 0 472032 10 0 0 25 0 1 0 961773226 150573056 35687 33554432000 134512640 134556542 4292509088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 36761 35687 214 11 0 36095 0
Current children cumulated CPU time (s) 4722.23
Current children cumulated vsize (KiB) 155748

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/173 25298
/proc/meminfo: memFree=28075732/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=147440 CPUtime=4780.42 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 35897 0 12 0 478031 11 0 0 25 0 1 0 961773226 150978560 35797 33554432000 134512640 134556542 4292509088 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 36860 35797 214 11 0 36194 0
Current children cumulated CPU time (s) 4782.23
Current children cumulated vsize (KiB) 156144

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/173 25299
/proc/meminfo: memFree=28075684/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=147408 CPUtime=4840.42 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 35901 0 12 0 484031 11 0 0 25 0 1 0 961773226 150945792 35801 33554432000 134512640 134556542 4292509088 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 36852 35801 214 11 0 36186 0
Current children cumulated CPU time (s) 4842.23
Current children cumulated vsize (KiB) 156112

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/173 25301
/proc/meminfo: memFree=28075648/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=147408 CPUtime=4900.43 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 35901 0 12 0 490032 11 0 0 25 0 1 0 961773226 150945792 35801 33554432000 134512640 134556542 4292509088 18446744073709551615 134537478 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 36852 35801 214 11 0 36186 0
Current children cumulated CPU time (s) 4902.24
Current children cumulated vsize (KiB) 156112

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/173 25305
/proc/meminfo: memFree=28075792/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=147408 CPUtime=4960.43 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 35903 0 12 0 496032 11 0 0 25 0 1 0 961773226 150945792 35803 33554432000 134512640 134556542 4292509088 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 36852 35803 214 11 0 36186 0
Current children cumulated CPU time (s) 4962.24
Current children cumulated vsize (KiB) 156112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 1.00 1.00 1.05 2/173 25306
/proc/meminfo: memFree=28073548/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=149796 CPUtime=4998.23 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 36486 0 12 0 499812 11 0 0 25 0 1 0 961773226 153391104 36386 33554432000 134512640 134556542 4292509088 18446744073709551615 134529898 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 37449 36386 214 11 0 36783 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 158500

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

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

[startup+5000.1 s]
/proc/loadavg: 1.00 1.00 1.05 2/173 25306
/proc/meminfo: memFree=28073548/32950928 swapFree=67048916/67111528
[pid=25064] ppid=25062 vsize=8704 CPUtime=1.81 cores=1,3,5,7
/proc/25064/stat : 25064 (ebglucose.sh) S 25062 25064 24471 0 -1 4202496 381 13715 0 0 0 0 177 4 18 0 1 0 961773044 8912896 256 33554432000 4194304 4922060 140737228467776 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25064/statm: 2176 256 211 178 0 69 0
[pid=25080] ppid=25064 vsize=149796 CPUtime=4998.23 cores=1,3,5,7
/proc/25080/stat : 25080 (ebglucose_stati) R 25064 25064 24471 0 -1 4202496 36486 0 12 0 499812 11 0 0 25 0 1 0 961773226 153391104 36386 33554432000 134512640 134556542 4292509088 18446744073709551615 134529898 0 0 4096 8388611 0 0 0 17 3 0 0 17
/proc/25080/statm: 37449 36386 214 11 0 36783 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 158500

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25064 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=774730
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=44993
# CPU time returned by wait4() is 1.81972
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.11
CPU time (s): 5000.04
CPU user time (s): 4999.89
CPU system time (s): 0.15
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 158500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.77473
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14096
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= 15
involuntary context switches= 41

runsolver used 7.2289 second user time and 17.4353 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-19 18:42:23
IDJOB=3498701
IDBENCH=82462
IDSOLVER=1992
FILE ID=node122/3498701-1308501742
RUNJOBID= node122-1308501742-25047
PBS_JOBID= 13608184
Free space on /tmp= 73436 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498701-1308501742/watcher-3498701-1308501742 -o /tmp/evaluation-result-3498701-1308501742/solver-3498701-1308501742 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498701-1308501742.cnf

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1834072786

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28231192 kB
Buffers:        489788 kB
Cached:        3880240 kB
SwapCached:      15888 kB
Active:        1424220 kB
Inactive:      2968916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28231192 kB
SwapTotal:    67111528 kB
SwapFree:     67048916 kB
Dirty:           10896 kB
Writeback:           0 kB
AnonPages:       20760 kB
Mapped:           8860 kB
Slab:           263344 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   193804 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= 73428 MiB
End job on node122 at 2011-06-19 20:05:45