Trace number 3498630

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_19_UNKNOWN.cnf
MD5SUM4cf2a693df1b6e5a084b88e84ec5f2af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.4859
Satisfiable
(Un)Satisfiability was proved
Number of variables4020
Number of clauses466486
Sum of the clauses size1393798
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26187
Number of clauses of size 3460268
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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.15	c ==============================================================================
0.00/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.15	c ==============================================================================
0.00/0.15	c |         0 |  466486  1393798 |  139945       0        0     nan |  0.000 % |
3.49/3.55	c |         0 |  464591  2028804 |      --       0       --      -- |     --   | -1895/635006
3.49/3.55	c ==============================================================================
3.49/3.55	c Result  :   #vars: 2624   #clauses: 464591   #literals: 2028804
3.49/3.55	c CPU time:   3.52346 s
3.49/3.55	c ==============================================================================
3.79/3.87	c
3.79/3.87	c Starting glucose
3.79/3.87	c
3.79/3.88	
3.79/3.88	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.79/3.88	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.79/3.88	
3.79/3.88	c ============================[ Problem Statistics ]=============================
3.79/3.88	c |                                                                             |
3.79/3.88	c |  Number of variables:  2624                                                 |
3.79/3.88	c |  Number of clauses:    464591                                               |
3.86/4.02	c |  Parsing time:         0.13         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-3498630-1307962815/watcher-3498630-1307962815 -o /tmp/evaluation-result-3498630-1307962815/solver-3498630-1307962815 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498630-1307962815.cnf 

running on 4 cores: 0,2,4,6

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.04 2.01 2.00 3/178 14760
/proc/meminfo: memFree=6506824/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907879236 8912896 253 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14760/statm: 2176 253 211 178 0 69 0

[startup+0.0512489 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 14760
/proc/meminfo: memFree=6506824/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907879236 8912896 253 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14760/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101256 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 14760
/proc/meminfo: memFree=6506824/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907879236 8912896 253 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14760/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30122 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 14760
/proc/meminfo: memFree=6506824/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907879236 8912896 253 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14760/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701144 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 14760
/proc/meminfo: memFree=6506824/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907879236 8912896 253 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14760/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50097 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 14763
/proc/meminfo: memFree=6465292/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907879236 8912896 253 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14760/statm: 2176 253 211 178 0 69 0
[pid=14762] ppid=14760 vsize=49540 CPUtime=1.49 cores=0,2,4,6
/proc/14762/stat : 14762 (SatELite_releas) R 14760 14760 14046 0 -1 4202496 11583 0 0 0 147 2 0 0 25 0 1 0 907879236 50728960 11537 33554432000 134512640 135144230 4294264784 18446744073709551615 134588171 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14762/statm: 12385 11537 78 155 0 12228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58244

[startup+3.10066 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 14763
/proc/meminfo: memFree=6459088/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 907879236 8912896 253 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14760/statm: 2176 253 211 178 0 69 0
[pid=14762] ppid=14760 vsize=49540 CPUtime=3.09 cores=0,2,4,6
/proc/14762/stat : 14762 (SatELite_releas) R 14760 14760 14046 0 -1 4202496 11583 0 0 0 307 2 0 0 25 0 1 0 907879236 50728960 11537 33554432000 134512640 135144230 4294264784 18446744073709551615 134588187 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/14762/statm: 12385 11537 78 155 0 12228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58244

[startup+6.30109 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 14764
/proc/meminfo: memFree=6454736/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=46292 CPUtime=2.41 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 11163 0 0 0 240 1 0 0 25 0 1 0 907879624 47403008 11104 33554432000 134512640 134556542 4293008528 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14764/statm: 11573 11104 213 11 0 10907 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 54996

[startup+12.7009 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 14764
/proc/meminfo: memFree=6440920/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=55828 CPUtime=8.8 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 13496 0 0 0 879 1 0 0 25 0 1 0 907879624 57167872 13437 33554432000 134512640 134556542 4293008528 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14764/statm: 13957 13437 213 11 0 13291 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 64532

[startup+25.5006 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 14765
/proc/meminfo: memFree=6432220/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=64904 CPUtime=21.61 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 15694 0 0 0 2159 2 0 0 25 0 1 0 907879624 66461696 15635 33554432000 134512640 134556542 4293008528 18446744073709551615 134529800 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14764/statm: 16226 15635 213 11 0 15560 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 73608

[startup+51.1009 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 14774
/proc/meminfo: memFree=6426276/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=70144 CPUtime=47.21 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 17040 0 0 0 4719 2 0 0 25 0 1 0 907879624 71827456 16981 33554432000 134512640 134556542 4293008528 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 17536 16981 213 11 0 16870 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 78848

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14776
/proc/meminfo: memFree=6407584/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=81776 CPUtime=98.42 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 19854 0 0 0 9839 3 0 0 25 0 1 0 907879624 83738624 19795 33554432000 134512640 134556542 4293008528 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 20444 19795 213 11 0 19778 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 90480

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14777
/proc/meminfo: memFree=6399856/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=89664 CPUtime=158.41 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 21819 0 0 0 15838 3 0 0 25 0 1 0 907879624 91815936 21760 33554432000 134512640 134556542 4293008528 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 22416 21760 213 11 0 21750 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 98368

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14779
/proc/meminfo: memFree=6393748/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=95972 CPUtime=218.42 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 23395 0 0 0 21838 4 0 0 25 0 1 0 907879624 98275328 23336 33554432000 134512640 134556542 4293008528 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 23993 23336 213 11 0 23327 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 104676

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14784
/proc/meminfo: memFree=6388852/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=101136 CPUtime=278.42 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 24625 0 0 0 27838 4 0 0 25 0 1 0 907879624 103563264 24566 33554432000 134512640 134556542 4293008528 18446744073709551615 134537332 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 25284 24566 213 11 0 24618 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 109840

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14785
/proc/meminfo: memFree=6384168/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=106076 CPUtime=338.42 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 25849 0 0 0 33838 4 0 0 25 0 1 0 907879624 108621824 25790 33554432000 134512640 134556542 4293008528 18446744073709551615 134537396 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 26519 25790 213 11 0 25853 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 114780

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14787
/proc/meminfo: memFree=6379552/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6

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

/proc/14764/statm: 70653 68219 213 11 0 69987 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 291316

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14948
/proc/meminfo: memFree=6087496/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=285252 CPUtime=4418.54 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 69216 0 0 0 441840 14 0 0 25 0 1 0 907879624 292098048 68867 33554432000 134512640 134556542 4293008528 18446744073709551615 134537804 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 71313 68867 213 11 0 70647 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 293956

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14950
/proc/meminfo: memFree=6087080/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=285516 CPUtime=4478.55 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 69303 0 0 0 447841 14 0 0 25 0 1 0 907879624 292368384 68954 33554432000 134512640 134556542 4293008528 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 71379 68954 213 11 0 70713 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 294220

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14951
/proc/meminfo: memFree=6086176/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=286668 CPUtime=4538.54 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 69508 0 0 0 453840 14 0 0 25 0 1 0 907879624 293548032 69159 33554432000 134512640 134556542 4293008528 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 71667 69159 213 11 0 71001 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 295372

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14953
/proc/meminfo: memFree=6084904/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=288036 CPUtime=4598.55 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 69804 0 0 0 459841 14 0 0 25 0 1 0 907879624 294948864 69448 33554432000 134512640 134556542 4293008528 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 72009 69448 213 11 0 71343 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 296740

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14954
/proc/meminfo: memFree=6083124/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=290140 CPUtime=4658.55 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 70245 0 0 0 465841 14 0 0 25 0 1 0 907879624 297103360 69889 33554432000 134512640 134556542 4293008528 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 72535 69889 213 11 0 71869 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 298844

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14956
/proc/meminfo: memFree=6081848/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=291616 CPUtime=4718.56 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 70545 0 0 0 471841 15 0 0 25 0 1 0 907879624 298614784 70189 33554432000 134512640 134556542 4293008528 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 72904 70189 213 11 0 72238 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 300320

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14958
/proc/meminfo: memFree=6079704/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=294328 CPUtime=4778.56 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 71094 0 0 0 477841 15 0 0 25 0 1 0 907879624 301391872 70738 33554432000 134512640 134556542 4293008528 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 73582 70738 213 11 0 72916 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 303032

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14959
/proc/meminfo: memFree=6078304/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=295916 CPUtime=4838.56 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 71394 0 0 0 483841 15 0 0 25 0 1 0 907879624 303017984 71038 33554432000 134512640 134556542 4293008528 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 73979 71038 213 11 0 73313 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 304620

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14961
/proc/meminfo: memFree=6076536/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=298200 CPUtime=4898.56 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 71853 0 0 0 489841 15 0 0 25 0 1 0 907879624 305356800 71497 33554432000 134512640 134556542 4293008528 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 74550 71497 213 11 0 73884 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 306904

[startup+4962.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 14962
/proc/meminfo: memFree=6075392/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=299300 CPUtime=4958.56 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 72137 0 0 0 495841 15 0 0 25 0 1 0 907879624 306483200 71728 33554432000 134512640 134556542 4293008528 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 74825 71728 213 11 0 74159 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 308004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 14963
/proc/meminfo: memFree=6074500/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=300340 CPUtime=4996.17 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 72369 0 0 0 499601 16 0 0 25 0 1 0 907879624 307548160 71960 33554432000 134512640 134556542 4293008528 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 75085 71960 213 11 0 74419 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 309044

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.04 2.01 2.00 3/180 14963
/proc/meminfo: memFree=6074500/32951124 swapFree=67076880/67111528
[pid=14760] ppid=14758 vsize=8704 CPUtime=3.86 cores=0,2,4,6
/proc/14760/stat : 14760 (ebglucose.sh) S 14758 14760 14046 0 -1 4202496 380 11818 0 0 0 0 383 3 18 0 1 0 907879236 8912896 256 33554432000 4194304 4922060 140736885364112 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/14760/statm: 2176 256 211 178 0 69 0
[pid=14764] ppid=14760 vsize=300340 CPUtime=4996.17 cores=0,2,4,6
/proc/14764/stat : 14764 (ebglucose_stati) R 14760 14760 14046 0 -1 4202496 72369 0 0 0 499601 16 0 0 25 0 1 0 907879624 307548160 71960 33554432000 134512640 134556542 4293008528 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/14764/statm: 75085 71960 213 11 0 74419 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 309044

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14760 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=839416
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=38994
# CPU time returned by wait4() is 3.87841
# while last known CPU time is 5000.03
#
# 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.03
CPU user time (s): 4999.84
CPU system time (s): 0.19
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 309044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.83942
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12198
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= 11
involuntary context switches= 14

runsolver used 7.65084 second user time and 15.4696 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-13 13:00:15
IDJOB=3498630
IDBENCH=71095
IDSOLVER=1992
FILE ID=node139/3498630-1307962815
RUNJOBID= node139-1307958347-14513
PBS_JOBID= 13559689
Free space on /tmp= 2660 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_19_UNKNOWN.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498630-1307962815/watcher-3498630-1307962815 -o /tmp/evaluation-result-3498630-1307962815/solver-3498630-1307962815 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498630-1307962815.cnf

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

MD5SUM BENCH= 4cf2a693df1b6e5a084b88e84ec5f2af
RANDOM SEED=411053626

node139.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.852
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.70
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.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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:     32951124 kB
MemFree:       6507500 kB
Buffers:        123008 kB
Cached:       25229620 kB
SwapCached:       3400 kB
Active:       10412348 kB
Inactive:     15202372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6507500 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:            8840 kB
Writeback:           0 kB
AnonPages:      260136 kB
Mapped:          15036 kB
Slab:           763476 kB
PageTables:       4940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   440948 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= 2644 MiB
End job on node139 at 2011-06-13 14:23:37