Trace number 3498692

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.06 4999.91

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
MD5SUM9fe9fe24bc28c127c9f6b6416a14f727
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.22281
Satisfiable
(Un)Satisfiability was proved
Number of variables360364
Number of clauses1076507
Sum of the clauses size2511847
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2717670
Number of clauses of size 3358835
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.43	c ==============================================================================
0.00/0.43	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.43	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.43	c ==============================================================================
0.00/0.43	c |         0 | 1076505  2511845 |  322951       0        0     nan |  0.000 % |
2.59/2.61	c |         0 |  707834  2011464 |      --       0       --      -- |     --   | -367134/-496771
2.59/2.61	c ==============================================================================
2.59/2.61	c Result  :   #vars: 170050   #clauses: 707834   #literals: 2011464
2.59/2.61	c CPU time:   2.49762 s
2.59/2.61	c ==============================================================================
2.98/3.00	c
2.98/3.00	c Starting glucose
2.98/3.00	c
2.98/3.00	
2.98/3.00	c This is EBGlucose 1.0 -- based on Glucose version 1.0
2.98/3.00	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
2.98/3.00	
2.98/3.00	c ============================[ Problem Statistics ]=============================
2.98/3.00	c |                                                                             |
2.98/3.00	c |  Number of variables:  170050                                               |
2.98/3.00	c |  Number of clauses:    707834                                               |
3.18/3.27	c |  Parsing time:         0.24         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 /var/tmp/evaluation-result-3498692-1307965142/watcher-3498692-1307965142 -o /var/tmp/evaluation-result-3498692-1307965142/solver-3498692-1307965142 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498692-1307965142.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: 2.00 2.00 2.00 2/178 7915
/proc/meminfo: memFree=7092832/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 908113899 8912896 253 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7915/statm: 2176 253 211 178 0 69 0

[startup+0.0570699 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 7915
/proc/meminfo: memFree=7092832/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 908113899 8912896 253 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7915/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101061 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 7915
/proc/meminfo: memFree=7092832/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 908113899 8912896 253 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7915/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301023 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 7915
/proc/meminfo: memFree=7092832/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 908113899 8912896 253 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7915/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700945 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 7915
/proc/meminfo: memFree=7092832/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 908113899 8912896 253 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7915/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50079 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7919
/proc/meminfo: memFree=6919488/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 908113899 8912896 253 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7915/statm: 2176 253 211 178 0 69 0
[pid=7917] ppid=7915 vsize=198044 CPUtime=1.49 cores=1,3,5,7
/proc/7917/stat : 7917 (SatELite_releas) R 7915 7915 7101 0 -1 4202496 45178 0 0 0 139 10 0 0 25 0 1 0 908113899 202797056 42148 33554432000 134512640 135144230 4291955104 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7917/statm: 49511 42148 78 155 0 49354 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 206748

[startup+3.10049 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7919
/proc/meminfo: memFree=6906892/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 8704

[startup+6.30088 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 7920
/proc/meminfo: memFree=7000364/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=67896 CPUtime=3.28 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 15248 0 0 0 326 2 0 0 25 0 1 0 908114199 69525504 15145 33554432000 134512640 134556542 4292930304 18446744073709551615 134528957 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/7920/statm: 16974 15145 213 11 0 16308 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 76600

[startup+12.7007 s]
/proc/loadavg: 2.08 2.02 2.00 3/180 7920
/proc/meminfo: memFree=6997612/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=70700 CPUtime=9.68 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 15963 0 0 0 966 2 0 0 25 0 1 0 908114199 72396800 15860 33554432000 134512640 134556542 4292930304 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/7920/statm: 17675 15860 213 11 0 17009 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 79404

[startup+25.5002 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 7920
/proc/meminfo: memFree=6995264/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=73452 CPUtime=22.48 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 16647 0 0 0 2246 2 0 0 25 0 1 0 908114199 75214848 16544 33554432000 134512640 134556542 4292930304 18446744073709551615 134537104 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/7920/statm: 18363 16544 213 11 0 17697 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 82156

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 7921
/proc/meminfo: memFree=6991356/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=77532 CPUtime=48.08 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 17645 0 0 0 4806 2 0 0 25 0 1 0 908114199 79392768 17542 33554432000 134512640 134556542 4292930304 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/7920/statm: 19383 17542 213 11 0 18717 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 86236

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 7922
/proc/meminfo: memFree=6985856/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=82596 CPUtime=99.29 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 18910 0 0 0 9926 3 0 0 25 0 1 0 908114199 84578304 18807 33554432000 134512640 134556542 4292930304 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/7920/statm: 20649 18807 213 11 0 19983 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 91300

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 7924
/proc/meminfo: memFree=6971232/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=86424 CPUtime=159.28 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 19833 0 0 0 15925 3 0 0 25 0 1 0 908114199 88498176 19730 33554432000 134512640 134556542 4292930304 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 21606 19730 213 11 0 20940 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 95128

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 7925
/proc/meminfo: memFree=6965736/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=91312 CPUtime=219.29 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 21099 0 0 0 21925 4 0 0 25 0 1 0 908114199 93503488 20996 33554432000 134512640 134556542 4292930304 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 22828 20996 213 11 0 22162 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 100016

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 7927
/proc/meminfo: memFree=6943008/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=97340 CPUtime=279.29 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 22550 0 0 0 27925 4 0 0 25 0 1 0 908114199 99676160 22447 33554432000 134512640 134556542 4292930304 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 24335 22447 213 11 0 23669 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 106044

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7929
/proc/meminfo: memFree=6938636/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=101168 CPUtime=339.29 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 23538 0 0 0 33924 5 0 0 25 0 1 0 908114199 103596032 23435 33554432000 134512640 134556542 4292930304 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 25292 23435 213 11 0 24626 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 109872

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7930
/proc/meminfo: memFree=6935248/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=105076 CPUtime=399.3 cores=1,3,5,7

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

/proc/7920/statm: 61932 60020 213 11 0 61266 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 256432

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 8091
/proc/meminfo: memFree=7137828/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=251728 CPUtime=4419.45 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 60384 0 0 0 441920 25 0 0 25 0 1 0 908114199 257769472 60281 33554432000 134512640 134556542 4292930304 18446744073709551615 134537302 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 62932 60281 213 11 0 62266 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 260432

[startup+4482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 8093
/proc/meminfo: memFree=7136184/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=253088 CPUtime=4479.45 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 60713 0 0 0 447920 25 0 0 25 0 1 0 908114199 259162112 60610 33554432000 134512640 134556542 4292930304 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 63272 60610 213 11 0 62606 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 261792

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8095
/proc/meminfo: memFree=7133920/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=254836 CPUtime=4539.45 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 61157 0 0 0 453920 25 0 0 25 0 1 0 908114199 260952064 61054 33554432000 134512640 134556542 4292930304 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 63709 61054 213 11 0 63043 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 263540

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8096
/proc/meminfo: memFree=7133520/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=254836 CPUtime=4599.46 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 61157 0 0 0 459921 25 0 0 25 0 1 0 908114199 260952064 61054 33554432000 134512640 134556542 4292930304 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 63709 61054 213 11 0 63043 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 263540

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8098
/proc/meminfo: memFree=7131368/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=255892 CPUtime=4659.45 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 61456 0 0 0 465920 25 0 0 25 0 1 0 908114199 262033408 61353 33554432000 134512640 134556542 4292930304 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 63973 61353 213 11 0 63307 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 264596

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8099
/proc/meminfo: memFree=7130456/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=256036 CPUtime=4719.46 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 61475 0 0 0 471921 25 0 0 25 0 1 0 908114199 262180864 61372 33554432000 134512640 134556542 4292930304 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 64009 61372 213 11 0 63343 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 264740

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8101
/proc/meminfo: memFree=7127324/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=258288 CPUtime=4779.46 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 62083 0 0 0 477920 26 0 0 25 0 1 0 908114199 264486912 61980 33554432000 134512640 134556542 4292930304 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 64572 61980 213 11 0 63906 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 266992

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8103
/proc/meminfo: memFree=7127032/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=258288 CPUtime=4839.47 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 62083 0 0 0 483921 26 0 0 25 0 1 0 908114199 264486912 61980 33554432000 134512640 134556542 4292930304 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 64572 61980 213 11 0 63906 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 266992

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8104
/proc/meminfo: memFree=7124260/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=259612 CPUtime=4899.46 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 62395 0 0 0 489920 26 0 0 25 0 1 0 908114199 265842688 62292 33554432000 134512640 134556542 4292930304 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 64903 62292 213 11 0 64237 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 268316

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8115
/proc/meminfo: memFree=7122224/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=259744 CPUtime=4959.47 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 62439 0 0 0 495921 26 0 0 25 0 1 0 908114199 265977856 62336 33554432000 134512640 134556542 4292930304 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 64936 62336 213 11 0 64270 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 268448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8116
/proc/meminfo: memFree=7122320/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=259744 CPUtime=4997.07 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 62439 0 0 0 499681 26 0 0 25 0 1 0 908114199 265977856 62336 33554432000 134512640 134556542 4292930304 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 64936 62336 213 11 0 64270 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 268448

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8116
/proc/meminfo: memFree=7122320/32950928 swapFree=67055948/67111528
[pid=7915] ppid=7913 vsize=8704 CPUtime=2.99 cores=1,3,5,7
/proc/7915/stat : 7915 (ebglucose.sh) S 7913 7915 7101 0 -1 4202496 381 47494 0 0 0 0 285 14 18 0 1 0 908113899 8912896 256 33554432000 4194304 4922060 140733504279904 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7915/statm: 2176 256 211 178 0 69 0
[pid=7920] ppid=7915 vsize=259744 CPUtime=4997.07 cores=1,3,5,7
/proc/7920/stat : 7920 (ebglucose_stati) R 7915 7915 7101 0 -1 4202496 62439 0 0 0 499681 26 0 0 25 0 1 0 908114199 265977856 62336 33554432000 134512640 134556542 4292930304 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/7920/statm: 64936 62336 213 11 0 64270 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 268448

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7915 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=859565
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=145977
# CPU time returned by wait4() is 3.00554
# while last known CPU time is 5000.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000.06
CPU user time (s): 4999.66
CPU system time (s): 0.4
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 268448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.85956
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47875
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= 13
involuntary context switches= 18

runsolver used 7.02793 second user time and 16.7994 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-13 13:39:02
IDJOB=3498692
IDBENCH=82446
IDSOLVER=1992
FILE ID=node127/3498692-1307965142
RUNJOBID= node127-1307958143-7422
PBS_JOBID= 13559701
Free space on /var/tmp= 2816 MiB

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

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

MD5SUM BENCH= 9fe9fe24bc28c127c9f6b6416a14f727
RANDOM SEED=614899909

node127.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.823
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7093376 kB
Buffers:        112516 kB
Cached:       24591196 kB
SwapCached:       9120 kB
Active:        9434668 kB
Inactive:     15607628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7093376 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           20536 kB
Writeback:           0 kB
AnonPages:      336256 kB
Mapped:          14136 kB
Slab:           751232 kB
PageTables:       5428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   526392 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 /var/tmp at the end= 2840 MiB
End job on node127 at 2011-06-13 15:02:24